GET api/Receipt/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ReceiptName | Description | Type | Additional information |
---|---|---|---|
Custom1 | string |
None. |
|
Custom2 | string |
None. |
|
Custom3 | string |
None. |
|
Custom4 | string |
None. |
|
Custom5 | string |
None. |
|
Custom6 | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
InvoiceHtml | string |
None. |
|
BillTo | string |
None. |
|
ShipTo | string |
None. |
|
Id | string |
None. |
|
string |
None. |
||
DatePaid | date |
None. |
|
DueDate | date |
None. |
|
InvoiceDate | date |
None. |
|
InvoiceNumber | string |
None. |
|
InvoiceTotal | decimal number |
None. |
|
Payments | Collection of ReceiptInvoicePayment |
None. |
|
Details | Collection of ReceiptInvoiceDetail |
None. |
|
Credits | decimal number |
None. |
|
Discounts | decimal number |
None. |
|
BalanceDue | decimal number |
None. |
|
ReceiptType | integer |
None. |
|
PaidThroughDate | date |
None. |
|
StatusReason | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.