POST api/Crm/GetInvoicePayment
CrmGetInvoicePayment
Request Information
URI Parameters
None.
Body Parameters
crm_GetInvoicePaymentName | 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": "b0252238-28e4-4e1a-a238-33e0dc5945ea", "Barcode": "sample string 1", "AddressPublic": "sample string 2", "AddressLocal": "sample string 3", "SiteUUID": "d83e132f-163a-4c7c-9313-bf8ef29517d2", "Token": "a5056906-3504-4ca6-89ea-a17fe6403b63" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]