GET api/GetPass/InsertDCRDetail22
Request Information
URI Parameters
None.
Body Parameters
insertdcrdetaildata3| Name | Description | Type | Additional information |
|---|---|---|---|
| CusId | decimal number |
None. |
|
| WorkNature | string |
None. |
|
| Objective | string |
None. |
|
| InLocation | string |
None. |
|
| DcrType | string |
None. |
|
| EmployeeCode | string |
None. |
|
| GPSLat | string |
None. |
|
| GPSLong | string |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CusId": 1.0,
"WorkNature": "sample string 2",
"Objective": "sample string 3",
"InLocation": "sample string 4",
"DcrType": "sample string 5",
"EmployeeCode": "sample string 6",
"GPSLat": "sample string 7",
"GPSLong": "sample string 8",
"Status": "sample string 9"
}
application/xml, text/xml
Sample:
<insertdcrdetaildata3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <CusId>1</CusId> <DcrType>sample string 5</DcrType> <EmployeeCode>sample string 6</EmployeeCode> <GPSLat>sample string 7</GPSLat> <GPSLong>sample string 8</GPSLong> <InLocation>sample string 4</InLocation> <Objective>sample string 3</Objective> <Status>sample string 9</Status> <WorkNature>sample string 2</WorkNature> </insertdcrdetaildata3>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.