POST API/PettyCashExpenseReport/PCExpReportHistory
Request Information
URI Parameters
None.
Body Parameters
PCExpReportHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ReqDate | string |
None. |
|
| PropertyId | integer |
None. |
|
| Comments | string |
None. |
|
| Processedon | string |
None. |
|
| Status | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"ReqDate": "sample string 2",
"PropertyId": 3,
"Comments": "sample string 4",
"Processedon": "sample string 5",
"Status": "sample string 6",
"UserName": "sample string 7"
}
application/xml, text/xml
Sample:
<PCExpReportHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models"> <Comments>sample string 4</Comments> <Processedon>sample string 5</Processedon> <PropertyId>3</PropertyId> <ReqDate>sample string 2</ReqDate> <Status>sample string 6</Status> <UserId>1</UserId> <UserName>sample string 7</UserName> </PCExpReportHistory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PCExpReportHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| ReqDate | string |
None. |
|
| PropertyId | integer |
None. |
|
| Comments | string |
None. |
|
| Processedon | string |
None. |
|
| Status | string |
None. |
|
| UserName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserId": 1,
"ReqDate": "sample string 2",
"PropertyId": 3,
"Comments": "sample string 4",
"Processedon": "sample string 5",
"Status": "sample string 6",
"UserName": "sample string 7"
},
{
"UserId": 1,
"ReqDate": "sample string 2",
"PropertyId": 3,
"Comments": "sample string 4",
"Processedon": "sample string 5",
"Status": "sample string 6",
"UserName": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfPCExpReportHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
<PCExpReportHistory>
<Comments>sample string 4</Comments>
<Processedon>sample string 5</Processedon>
<PropertyId>3</PropertyId>
<ReqDate>sample string 2</ReqDate>
<Status>sample string 6</Status>
<UserId>1</UserId>
<UserName>sample string 7</UserName>
</PCExpReportHistory>
<PCExpReportHistory>
<Comments>sample string 4</Comments>
<Processedon>sample string 5</Processedon>
<PropertyId>3</PropertyId>
<ReqDate>sample string 2</ReqDate>
<Status>sample string 6</Status>
<UserId>1</UserId>
<UserName>sample string 7</UserName>
</PCExpReportHistory>
</ArrayOfPCExpReportHistory>