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": "6450e886-cac3-4b07-bcb4-1bd14bbfe444",
"Barcode": "sample string 1",
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "a38489bf-d3d9-40d4-800c-6531feffc24d",
"Token": "5cde8761-b16c-4300-8182-19d3bb63adf8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]