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": "0b039708-8145-4427-9a73-1d0194c8e3f2", "Barcode": "sample string 1", "AddressPublic": "sample string 2", "AddressLocal": "sample string 3", "SiteUUID": "7a84c2c2-ecf3-43d5-8e79-eaf07f42df93", "Token": "478eb97c-db31-4c2e-99b1-15066c9b8455" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]