POST Reimbursement_Application/GetHead

Request Information

URI Parameters

None.

Body Parameters

Reimb_Comman
NameDescriptionTypeAdditional information
company_fid

integer

None.

employee_fid

integer

None.

reimb_year_fid

integer

None.

CompanyCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "company_fid": 1,
  "employee_fid": 2,
  "reimb_year_fid": 3,
  "CompanyCode": "sample string 4"
}

text/xml

Sample:
<Reimb_Comman xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyHRMS.Models">
  <CompanyCode>sample string 4</CompanyCode>
  <company_fid>1</company_fid>
  <employee_fid>2</employee_fid>
  <reimb_year_fid>3</reimb_year_fid>
</Reimb_Comman>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.