GET api/GetPass/InsertDCRDetail2

Request Information

URI Parameters

None.

Body Parameters

insertdcrdetaildata2
NameDescriptionTypeAdditional information
DcrId

decimal number

None.

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:
{
  "DcrId": 1.0,
  "CusId": 2.0,
  "WorkNature": "sample string 3",
  "Objective": "sample string 4",
  "InLocation": "sample string 5",
  "DcrType": "sample string 6",
  "EmployeeCode": "sample string 7",
  "GPSLat": "sample string 8",
  "GPSLong": "sample string 9",
  "Status": "sample string 10"
}

application/xml, text/xml

Sample:
<insertdcrdetaildata2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <CusId>2</CusId>
  <DcrId>1</DcrId>
  <DcrType>sample string 6</DcrType>
  <EmployeeCode>sample string 7</EmployeeCode>
  <GPSLat>sample string 8</GPSLat>
  <GPSLong>sample string 9</GPSLong>
  <InLocation>sample string 5</InLocation>
  <Objective>sample string 4</Objective>
  <Status>sample string 10</Status>
  <WorkNature>sample string 3</WorkNature>
</insertdcrdetaildata2>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.