PUT api/creditreporting/company/{creditReportingId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| creditReportingId | integer |
Required |
Body Parameters
CreditReportingCompanySubModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditReportingId | integer |
None. |
|
| CompanyCode | integer |
None. |
|
| ReportingDayOfMonth | integer |
None. |
|
| NextReportingDate | date |
None. |
|
| FurnisherID | string |
None. |
|
| FurnisherName | string |
None. |
|
| FurnisherAddress | string |
None. |
|
| FurnisherCity | string |
None. |
|
| FurnisherState | string |
None. |
|
| FurnisherZip | string |
None. |
|
| FurnisherPhoneNumber | string |
None. |
|
| Active | boolean |
None. |
|
| Bureaus | Collection of BureauSubModel |
None. |
|
| ExistsRuns | boolean |
None. |
|
| ExistsNotCompletedRuns | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditReportingId": 1,
"CompanyCode": 2,
"ReportingDayOfMonth": 3,
"NextReportingDate": "2025-12-06T03:33:38.6757067+00:00",
"FurnisherID": "sample string 5",
"FurnisherName": "sample string 6",
"FurnisherAddress": "sample string 7",
"FurnisherCity": "sample string 8",
"FurnisherState": "sample string 9",
"FurnisherZip": "sample string 10",
"FurnisherPhoneNumber": "sample string 11",
"Active": true,
"Bureaus": [
{
"BureauSettingId": 1,
"Id": 2,
"Name": "sample string 3",
"Key": "sample string 4",
"Report": true,
"MaxLength": 6
},
{
"BureauSettingId": 1,
"Id": 2,
"Name": "sample string 3",
"Key": "sample string 4",
"Report": true,
"MaxLength": 6
}
],
"ExistsRuns": true,
"ExistsNotCompletedRuns": true
}
application/xml, text/xml
Sample:
<CreditReportingCompanySubModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.DMS.Business.Entities.SubModels">
<Active>true</Active>
<Bureaus>
<BureauSubModel>
<BureauSettingId>1</BureauSettingId>
<Id>2</Id>
<Key>sample string 4</Key>
<MaxLength>6</MaxLength>
<Name>sample string 3</Name>
<Report>true</Report>
</BureauSubModel>
<BureauSubModel>
<BureauSettingId>1</BureauSettingId>
<Id>2</Id>
<Key>sample string 4</Key>
<MaxLength>6</MaxLength>
<Name>sample string 3</Name>
<Report>true</Report>
</BureauSubModel>
</Bureaus>
<CompanyCode>2</CompanyCode>
<CreditReportingId>1</CreditReportingId>
<ExistsNotCompletedRuns>true</ExistsNotCompletedRuns>
<ExistsRuns>true</ExistsRuns>
<FurnisherAddress>sample string 7</FurnisherAddress>
<FurnisherCity>sample string 8</FurnisherCity>
<FurnisherID>sample string 5</FurnisherID>
<FurnisherName>sample string 6</FurnisherName>
<FurnisherPhoneNumber>sample string 11</FurnisherPhoneNumber>
<FurnisherState>sample string 9</FurnisherState>
<FurnisherZip>sample string 10</FurnisherZip>
<NextReportingDate>2025-12-06T03:33:38.6757067+00:00</NextReportingDate>
<ReportingDayOfMonth>3</ReportingDayOfMonth>
</CreditReportingCompanySubModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.