POST services/api/v1/Load_Unpaidbills

Request Information

URI Parameters

None.

Body Parameters

location_supplier_Dates_Branch_Accs
NameDescriptionTypeAdditional information
locationid

integer

None.

SupplierId

integer

None.

Todate

date

None.

FromDate

date

None.

BranchId

integer

None.

creditnote

integer

None.

debitnote

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "locationid": 1,
  "SupplierId": 2,
  "Todate": "2026-09-09T15:16:14.2144743+04:00",
  "FromDate": "2026-09-09T15:16:14.2144743+04:00",
  "BranchId": 5,
  "creditnote": 6,
  "debitnote": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.