Configure credit reporting details for your organization

PUT /organization/credit_reporting

Body

Set your credit reporting configurations for your organization.

Responses

PUT /organization/credit_reporting
curl \
 -X PUT https://sandbox-api.canopyservicing.com/organization/credit_reporting \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"transunion_program_identifier":"5555555555","experian_program_identifier":"5555555555","equifax_program_identifier":"5555555555","program_date":"1985-06-20","reporter_name":"Acme Corporation","reporter_address_line_one":"12 Strawberry Road","reporter_address_line_two":"Suite 101","reporter_address_city":"Atlanta","reporter_address_state":"GA","reporter_address_zip":"99999-1000","reporter_phone_number":"+14105556789"}'
Request example
{
  "transunion_program_identifier": "5555555555",
  "experian_program_identifier": "5555555555",
  "equifax_program_identifier": "5555555555",
  "program_date": "1985-06-20",
  "reporter_name": "Acme Corporation",
  "reporter_address_line_one": "12 Strawberry Road",
  "reporter_address_line_two": "Suite 101",
  "reporter_address_city": "Atlanta",
  "reporter_address_state": "GA",
  "reporter_address_zip": "99999-1000",
  "reporter_phone_number": "+14105556789"
}
Request examples
{
  "transunion_program_identifier": "5555555555",
  "experian_program_identifier": "5555555555",
  "equifax_program_identifier": "5555555555",
  "program_date": "1985-06-20",
  "reporter_name": "Acme Corporation",
  "reporter_address_line_one": "12 Strawberry Road",
  "reporter_address_line_two": "Suite 101",
  "reporter_address_city": "Atlanta",
  "reporter_address_state": "GA",
  "reporter_address_zip": "99999-1000",
  "reporter_phone_number": "+14105556789"
}
Response examples (200)
{
  "transunion_program_identifier": "5555555555",
  "experian_program_identifier": "5555555555",
  "equifax_program_identifier": "5555555555",
  "program_date": "1985-06-20",
  "reporter_name": "Acme Corporation",
  "reporter_address_line_one": "12 Strawberry Road",
  "reporter_address_line_two": "Suite 101",
  "reporter_address_city": "Atlanta",
  "reporter_address_state": "GA",
  "reporter_address_zip": "99999-1000",
  "reporter_phone_number": "+14105556789"
}
Response examples (200)
{
  "transunion_program_identifier": "5555555555",
  "experian_program_identifier": "5555555555",
  "equifax_program_identifier": "5555555555",
  "program_date": "1985-06-20",
  "reporter_name": "Acme Corporation",
  "reporter_address_line_one": "12 Strawberry Road",
  "reporter_address_line_two": "Suite 101",
  "reporter_address_city": "Atlanta",
  "reporter_address_state": "GA",
  "reporter_address_zip": "99999-1000",
  "reporter_phone_number": "+14105556789"
}