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": "1a39f497-489b-42b0-9649-098149315df1",
"OrderId": "9b1a9e54-7300-4dbd-9f9b-b3c582234b1f",
"CustomerId": "9a645ee1-23e5-44ca-9441-5024377fba54",
"InvoiceDate": "2026-02-04T04:11:59.2480862+01:00",
"Status": 0,
"TotalAmount": 5.0,
"RUTAmount": 6.0,
"Balance": 7.0,
"PaymentType": 64,
"Synced": true,
"Updated": "2026-02-04T04:11:59.2480862+01: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.