POST api/iilfastapi/TABillMonthlyApproval

Request Information

URI Parameters

None.

Body Parameters

TABillMonthlyApproval
NameDescriptionTypeAdditional information
EmpId

string

None.

MonthYear

string

None.

MonthlyTotalAmount

string

None.

Declaration

boolean

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpId": "sample string 1",
  "MonthYear": "sample string 2",
  "MonthlyTotalAmount": "sample string 3",
  "Declaration": true,
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<IILFastModel.TABillMonthlyApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IILAPIS.Models">
  <Declaration>true</Declaration>
  <EmpId>sample string 1</EmpId>
  <Message>sample string 5</Message>
  <MonthYear>sample string 2</MonthYear>
  <MonthlyTotalAmount>sample string 3</MonthlyTotalAmount>
</IILFastModel.TABillMonthlyApproval>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.