POST Reimbursement_Application/List
Request Information
URI Parameters
None.
Body Parameters
Reimb_Application| Name | Description | Type | Additional information |
|---|---|---|---|
| reimb_app_pid | integer |
None. |
|
| reporting_head | integer |
None. |
|
| component_desc | string |
None. |
|
| claim_amt | decimal number |
None. |
|
| from_date | string |
None. |
|
| to_date | string |
None. |
|
| status | string |
None. |
|
| applicant_remarks | string |
None. |
|
| company_fid | integer |
None. |
|
| employee_fid | integer |
None. |
|
| reimb_year_fid | integer |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"reimb_app_pid": 1,
"reporting_head": 2,
"component_desc": "sample string 3",
"claim_amt": 4.1,
"from_date": "sample string 5",
"to_date": "sample string 6",
"status": "sample string 7",
"applicant_remarks": "sample string 8",
"company_fid": 9,
"employee_fid": 10,
"reimb_year_fid": 11,
"CompanyCode": "sample string 12"
}
text/xml
Sample:
<Reimb_Application xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHRMS.Models"> <CompanyCode>sample string 12</CompanyCode> <company_fid>9</company_fid> <employee_fid>10</employee_fid> <reimb_year_fid>11</reimb_year_fid> <applicant_remarks>sample string 8</applicant_remarks> <claim_amt>4.1</claim_amt> <component_desc>sample string 3</component_desc> <from_date>sample string 5</from_date> <reimb_app_pid>1</reimb_app_pid> <reporting_head>2</reporting_head> <status>sample string 7</status> <to_date>sample string 6</to_date> </Reimb_Application>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |