POST api/Crm/SaveInvoicePayment
CrmSaveInvoicePayment
Request Information
URI Parameters
None.
Body Parameters
crm_SaveInvoicePayment| Name | 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": "ca9b9e97-020b-43f3-b458-246a83e20a46",
"Barcode": "sample string 2",
"InvoiceDate": "2026-08-05T04:03:03.3088669+03:00",
"InvoiceValue": 1.1,
"InvoicePostage": 1.1,
"InvoiceWholeValue": 1.1,
"InvoiceWholeValuePaid": 1.1,
"InvoicePaidDate": "2026-08-05T04:03:03.3088669+03:00",
"InvoiceReturned": true,
"InvoiceReturnDate": "2026-08-05T04:03:03.3088669+03:00",
"InvoiceComplained": true,
"InvoiceComplaintDate": "2026-08-05T04:03:03.3088669+03:00",
"AddressPublic": "sample string 3",
"AddressLocal": "sample string 4",
"SiteUUID": "7d0f6a30-553c-461d-9de2-a701420a8b93",
"Token": "6996afd3-4fd7-4d3b-b83e-dfe21e980d8d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}