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": "70c845d7-ef59-439c-947d-e95afd59b35b", "Barcode": "sample string 1", "AddressPublic": "sample string 2", "AddressLocal": "sample string 3", "SiteUUID": "30b00391-00a3-494e-a04e-874a1ed4593e", "Token": "bac2d6d8-1625-4bc2-b3ee-ff617c46ce7b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]