POST api/Customer/PostCustomerDebt

Request Information

URI Parameters

None.

Body Parameters

CustomerDebt
NameDescriptionTypeAdditional 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": "c2b51974-ad88-4a92-82d8-7dbdb73489ec",
  "OrderId": "75176d2a-8474-44e2-8bc1-1962af0d3c00",
  "CustomerId": "f11c38ab-d97c-4677-a6f6-4b1f900cfa92",
  "InvoiceDate": "2024-05-16T11:30:32.012154+02:00",
  "Status": 0,
  "TotalAmount": 5.0,
  "RUTAmount": 6.0,
  "Balance": 7.0,
  "PaymentType": 64,
  "Synced": true,
  "Updated": "2024-05-16T11:30:32.0131541+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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.