GET api/payables/{payableID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| payableID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PayableDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PayableID | integer |
None. |
|
| ImportBatchID | integer |
None. |
|
| CarrierID | integer |
None. |
|
| InvoiceNumber | string |
None. |
|
| Version | integer |
None. |
|
| PackageCount | integer |
None. |
|
| ChargeCount | integer |
None. |
|
| NonBillableAmount | decimal number |
None. |
|
| TotalAmountDue | decimal number |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CarrierName | string |
None. |
|
| InvoiceTypeID | integer |
None. |
|
| InvoiceTypeName | string |
None. |
|
| CreatedByName | string |
None. |
|
| CoupaID | integer |
None. |
|
| SentToCoupaBy | integer |
None. |
|
| SentToCoupaDate | date |
None. |
|
| SentToCoupaByName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PayableID": 1,
"ImportBatchID": 2,
"CarrierID": 3,
"InvoiceNumber": "sample string 4",
"Version": 1,
"PackageCount": 5,
"ChargeCount": 6,
"NonBillableAmount": 7.0,
"TotalAmountDue": 8.0,
"CreatedBy": 9,
"CreatedDate": "2025-12-06T23:39:38.3531841+00:00",
"CarrierName": "sample string 11",
"InvoiceTypeID": 12,
"InvoiceTypeName": "sample string 13",
"CreatedByName": "sample string 14",
"CoupaID": 1,
"SentToCoupaBy": 1,
"SentToCoupaDate": "2025-12-06T23:39:38.3531841+00:00",
"SentToCoupaByName": "sample string 15"
},
{
"PayableID": 1,
"ImportBatchID": 2,
"CarrierID": 3,
"InvoiceNumber": "sample string 4",
"Version": 1,
"PackageCount": 5,
"ChargeCount": 6,
"NonBillableAmount": 7.0,
"TotalAmountDue": 8.0,
"CreatedBy": 9,
"CreatedDate": "2025-12-06T23:39:38.3531841+00:00",
"CarrierName": "sample string 11",
"InvoiceTypeID": 12,
"InvoiceTypeName": "sample string 13",
"CreatedByName": "sample string 14",
"CoupaID": 1,
"SentToCoupaBy": 1,
"SentToCoupaDate": "2025-12-06T23:39:38.3531841+00:00",
"SentToCoupaByName": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfPayableDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
<PayableDto>
<CarrierID>3</CarrierID>
<CarrierName>sample string 11</CarrierName>
<ChargeCount>6</ChargeCount>
<CoupaID>1</CoupaID>
<CreatedBy>9</CreatedBy>
<CreatedByName>sample string 14</CreatedByName>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:38.3531841Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<ImportBatchID>2</ImportBatchID>
<InvoiceNumber>sample string 4</InvoiceNumber>
<InvoiceTypeID>12</InvoiceTypeID>
<InvoiceTypeName>sample string 13</InvoiceTypeName>
<NonBillableAmount>7</NonBillableAmount>
<PackageCount>5</PackageCount>
<PayableID>1</PayableID>
<SentToCoupaBy>1</SentToCoupaBy>
<SentToCoupaByName>sample string 15</SentToCoupaByName>
<SentToCoupaDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:38.3531841Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</SentToCoupaDate>
<TotalAmountDue>8</TotalAmountDue>
<Version>1</Version>
</PayableDto>
<PayableDto>
<CarrierID>3</CarrierID>
<CarrierName>sample string 11</CarrierName>
<ChargeCount>6</ChargeCount>
<CoupaID>1</CoupaID>
<CreatedBy>9</CreatedBy>
<CreatedByName>sample string 14</CreatedByName>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:38.3531841Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<ImportBatchID>2</ImportBatchID>
<InvoiceNumber>sample string 4</InvoiceNumber>
<InvoiceTypeID>12</InvoiceTypeID>
<InvoiceTypeName>sample string 13</InvoiceTypeName>
<NonBillableAmount>7</NonBillableAmount>
<PackageCount>5</PackageCount>
<PayableID>1</PayableID>
<SentToCoupaBy>1</SentToCoupaBy>
<SentToCoupaByName>sample string 15</SentToCoupaByName>
<SentToCoupaDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:38.3531841Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</SentToCoupaDate>
<TotalAmountDue>8</TotalAmountDue>
<Version>1</Version>
</PayableDto>
</ArrayOfPayableDto>