POST api/Crm/SaveInvoicePayment
CrmSaveInvoicePayment
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoicePaymentName | Description | Type | Additional information |
---|---|---|---|
InvoiceIDCRM | integer |
None. |
|
OrderIDCRM | integer |
None. |
|
CartUUID | globally unique identifier |
None. |
|
Barcode | string |
None. |
|
InvoiceDate | date |
None. |
|
InvoiceValue | decimal number |
None. |
|
InvoicePostage | decimal number |
None. |
|
InvoiceWholeValue | decimal number |
None. |
|
InvoiceWholeValuePaid | decimal number |
None. |
|
InvoicePaidDate | date |
None. |
|
InvoiceReturned | boolean |
None. |
|
InvoiceReturnDate | date |
None. |
|
InvoiceComplained | boolean |
None. |
|
InvoiceComplaintDate | date |
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, "OrderIDCRM": 1, "CartUUID": "4d7f641a-5c6e-4bd5-961c-e28643edd1ea", "Barcode": "sample string 2", "InvoiceDate": "2025-04-19T05:28:56.4574876+03:00", "InvoiceValue": 1.1, "InvoicePostage": 1.1, "InvoiceWholeValue": 1.1, "InvoiceWholeValuePaid": 1.1, "InvoicePaidDate": "2025-04-19T05:28:56.4574876+03:00", "InvoiceReturned": true, "InvoiceReturnDate": "2025-04-19T05:28:56.4574876+03:00", "InvoiceComplained": true, "InvoiceComplaintDate": "2025-04-19T05:28:56.4574876+03:00", "AddressPublic": "sample string 3", "AddressLocal": "sample string 4", "SiteUUID": "d6a4c96b-868d-49ac-8863-b51fe548f177", "Token": "7684c4d8-4f93-4e14-bbca-ba2935797b91" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}