POST api/Reports/EmiDueReport

Request Information

URI Parameters

None.

Body Parameters

EmiDueModel
NameDescriptionTypeAdditional information
UserID

integer

None.

UnitID

integer

None.

BranchID

integer

None.

CustomerID

integer

None.

AssociateID

integer

None.

CustomerName

string

None.

AccountCode

string

None.

EmiDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "UnitID": 1,
  "BranchID": 1,
  "CustomerID": 1,
  "AssociateID": 1,
  "CustomerName": "sample string 1",
  "AccountCode": "sample string 2",
  "EmiDate": "2026-06-26T23:54:41.4505142+05:30"
}

application/xml, text/xml

Sample:
<EmiDueModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AccountCode>sample string 2</AccountCode>
  <AssociateID>1</AssociateID>
  <BranchID>1</BranchID>
  <CustomerID>1</CustomerID>
  <CustomerName>sample string 1</CustomerName>
  <EmiDate>2026-06-26T23:54:41.4505142+05:30</EmiDate>
  <UnitID>1</UnitID>
  <UserID>1</UserID>
</EmiDueModel>

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.