GET api/Invoices/ByTransactionId/{transactionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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, application/xml, text/xml
Sample:
Sample not available.