GET api/Invoices/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InvoiceViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| ExternalId | string |
None. |
|
| Amount | decimal number |
None. |
|
| PaidAmount | decimal number |
None. |
|
| CreatedById | string |
None. |
|
| ExpiredDate | date |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| InvoiceStatus | string |
None. |
|
| PaymentGateawayChoice | string |
None. |
|
| InvoiceUrl | string |
None. |
|
| TourTransactionId | string |
None. |
|
| OutstandingStaffCashback | decimal number |
None. |
|
| IsStaffCashbackPaid | boolean |
None. |
|
| Company | ValueTextModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.