POST DueCollection/SaveDueCollection

Request Information

URI Parameters

None.

Body Parameters

USP_GET_DUECOLLECTION_BILL_LIST
NameDescriptionTypeAdditional information
BILL_ID

integer

None.

OPDueDate

date

None.

PaidAmount

decimal number

None.

DUE_AMOUNT

decimal number

None.

CenterId

integer

None.

ReceivedFlag

string

None.

Remarks

string

None.

CashRequest_Id

integer

None.

Status

integer

None.

ConsumerId

integer

None.

ConsumerDate

string

None.

objlist

Collection of USP_GET_DUECOLLECTION_BILL_LIST

None.

OrgId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BILL_ID": 1,
  "OPDueDate": "2025-12-17T15:35:19.2192734+05:30",
  "PaidAmount": 1.0,
  "DUE_AMOUNT": 1.0,
  "CenterId": 2,
  "ReceivedFlag": "sample string 3",
  "Remarks": "sample string 4",
  "CashRequest_Id": 5,
  "Status": 6,
  "ConsumerId": 7,
  "ConsumerDate": "sample string 8",
  "objlist": [],
  "OrgId": 9
}

text/html

Sample:
{"BILL_ID":1,"OPDueDate":"2025-12-17T15:35:19.2192734+05:30","PaidAmount":1.0,"DUE_AMOUNT":1.0,"CenterId":2,"ReceivedFlag":"sample string 3","Remarks":"sample string 4","CashRequest_Id":5,"Status":6,"ConsumerId":7,"ConsumerDate":"sample string 8","objlist":[],"OrgId":9}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>