POST api/Crm/GetInvoicePayment
CrmGetInvoicePayment
Request Information
URI Parameters
None.
Body Parameters
crm_GetInvoicePayment| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceIDCRM | integer |
None. |
|
| CartUUID | globally unique identifier |
None. |
|
| Barcode | string |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceIDCRM": 1,
"CartUUID": "c65c2ba9-7c5f-4d74-8d2e-9afbaf8ea190",
"Barcode": "sample string 1",
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "dc72fb48-8a06-46dd-a8df-06abb94dbd71",
"Token": "43e6b5b5-cd18-488a-929c-77429ff224f2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]