POST api/cashadvance/view

Request Information

URI Parameters

None.

Body Parameters

CashAdvanceRequestByEmployee
NameDescriptionTypeAdditional information
EmpId

integer

None.

RequestDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpId": 1,
  "RequestDate": "2025-12-05T21:11:03.0816508-08:00"
}

application/xml, text/xml

Sample:
<CashAdvanceRequestByEmployee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models">
  <EmpId>1</EmpId>
  <RequestDate>2025-12-05T21:11:03.0816508-08:00</RequestDate>
</CashAdvanceRequestByEmployee>

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.