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": "2952caaa-a35f-4206-bd3a-5319deb26dce",
"Barcode": "sample string 1",
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "244dfa47-ac7a-4958-9850-21a140fa0757",
"Token": "821b4fc8-c3dc-442b-9a3e-00423e28adae"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]