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": "88d0e4ea-71cf-4ea5-8652-5f136d624087",
"Barcode": "sample string 1",
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "cffc695f-18f2-4c2a-9ce3-c3902a0d7475",
"Token": "186b7f32-035d-4968-b87a-69d194f39a1f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]