POST api/GetPass/InsertDCRDetail222

Request Information

URI Parameters

None.

Body Parameters

insertdcrdetaildata33
NameDescriptionTypeAdditional 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.

customertype

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",
  "customertype": "sample string 10"
}

application/xml, text/xml

Sample:
<insertdcrdetaildata33 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>
  <customertype>sample string 10</customertype>
</insertdcrdetaildata33>

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.