POST API/PettyCashExpenseApproval/GenerateExcel
Request Information
URI Parameters
None.
Body Parameters
PCExpenseApproval| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ReqDate | string |
None. |
|
| PropertyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ReqDate": "sample string 2",
"PropertyId": 3
}
application/xml, text/xml
Sample:
<PCExpenseApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <PropertyId>3</PropertyId> <ReqDate>sample string 2</ReqDate> <UserId>1</UserId> </PCExpenseApproval>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.