POST api/Customer/PostCustomerDebt
Request Information
URI Parameters
None.
Body Parameters
CustomerDebt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OrderId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| InvoiceDate | date |
None. |
|
| Status | CustomerDebtStatus |
None. |
|
| TotalAmount | decimal number |
None. |
|
| RUTAmount | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| PaymentType | byte |
None. |
|
| Synced | boolean |
None. |
|
| Updated | date |
None. |
|
| InvoiceNumber | integer |
None. |
|
| PayNow | boolean |
None. |
|
| BtnColor | string |
None. |
|
| PaidBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9160cea1-ca90-4b12-9d84-e3fa3caa50d3",
"OrderId": "040c7088-6ff6-4bbf-b585-785ed5ea988b",
"CustomerId": "1e22231a-0cb6-4f10-bba2-0b6f29e08b60",
"InvoiceDate": "2026-05-06T16:21:16.4757877+02:00",
"Status": 0,
"TotalAmount": 5.0,
"RUTAmount": 6.0,
"Balance": 7.0,
"PaymentType": 64,
"Synced": true,
"Updated": "2026-05-06T16:21:16.4757877+02:00",
"InvoiceNumber": 10,
"PayNow": false,
"BtnColor": "#FFD3D3D3",
"PaidBy": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.