GET api/payablescenters/{id}
Gets payables center resource
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
PayablesCenter identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A payables center resource
PayablesCenterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentCenterID |
Gets or sets the Payment Center ID |
string |
None. |
| RemitAndReconciliationID |
Gets or sets the Remit and Reconciliation ID |
string |
None. |
| CenterType |
Gets or sets the Center Type |
string |
None. |
| Name |
Gets or sets the Name |
string |
None. |
| StreetAddress |
Gets or sets the Street Address |
string |
None. |
| StreetAddressLineTwo |
Gets or sets the Street Address Line 2 |
string |
None. |
| City |
Gets or sets the City |
string |
None. |
| StateCode |
Gets or sets the State Code |
string |
None. |
| ZipCode |
Gets or sets the Zip Code |
string |
None. |
| PhoneNumber |
Gets or sets the Phone number |
string |
None. |
| PhoneExt |
Gets or sets the Phone extension |
string |
None. |
| FaxNumber |
Gets or sets the Fax Number |
string |
None. |
| ContactName |
Gets or sets the Contact Name |
string |
None. |
| ContactTitle |
Gets or sets the Contact Title |
string |
None. |
| ContactEmailAddress |
Gets or sets the Contact Email Address |
string |
None. |
| NPI |
Gets or sets the NPI |
string |
None. |
| ReceiverID |
Gets or sets the Receiver ID |
string |
None. |
| RemitType |
Gets or sets the Remit Type |
string |
None. |
| RemitPaymentMethod |
Gets or sets the Remit Payment Method |
string |
None. |
| RemitPaymentFormat |
Gets or sets the Remit Payment Format |
string |
None. |
| RemitFinancialInstitutionID |
Gets or sets the Remit Financial Institution ID |
string |
None. |
| RemitFinancialInstitutionAccountNo |
Gets or sets the Remit Financial Institution Account number |
string |
None. |
| FtpNo |
Gets or sets the Ftp number |
integer |
None. |
| FtpFileName |
Gets or sets the Ftp Filename |
string |
None. |
| FtpRemit |
Gets or sets the Ftp Remit |
boolean |
None. |
| DeleteDate |
Gets or sets the Delete Date |
date |
None. |
| Notes |
Gets or sets the Notes |
string |
None. |
| Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
| ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
{
"url": "sample string 25",
"id": 26,
"paymentCenterID": "sample string 1",
"remitAndReconciliationID": "sample string 2",
"centerType": "sample string 3",
"name": "sample string 4",
"streetAddress": "sample string 5",
"streetAddressLineTwo": "sample string 6",
"city": "sample string 7",
"stateCode": "sample string 8",
"zipCode": "sample string 9",
"phoneNumber": "sample string 10",
"phoneExt": "sample string 11",
"faxNumber": "sample string 12",
"contactName": "sample string 13",
"contactTitle": "sample string 14",
"contactEmailAddress": "sample string 15",
"npi": "sample string 16",
"receiverID": "sample string 17",
"remitType": "sample string 18",
"remitPaymentMethod": "sample string 19",
"remitPaymentFormat": "sample string 20",
"remitFinancialInstitutionID": "sample string 21",
"remitFinancialInstitutionAccountNo": "sample string 22",
"ftpNo": 1,
"ftpFileName": "sample string 23",
"ftpRemit": true,
"deleteDate": "2025-12-09T09:47:53.7598027-06:00",
"notes": "sample string 24"
}