POST api/GetMileageTrackingFlag
Request Information
URI Parameters
None.
Body Parameters
GetMileageTrackingFlag| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeCode": "sample string 1"
}
application/xml, text/xml
Sample:
<GetMileageTrackingFlag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <EmployeeCode>sample string 1</EmployeeCode> </GetMileageTrackingFlag>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Output| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <Message>sample string 2</Message> <Status>sample string 1</Status> </Output>