POST api/GetPass/InsertDCRDetail
Request Information
URI Parameters
None.
Body Parameters
insertdcrdetaildata| Name | Description | Type | Additional information |
|---|---|---|---|
| DcrId | decimal number |
None. |
|
| CusId | decimal number |
None. |
|
| WorkNature | string |
None. |
|
| Objective | string |
None. |
|
| Intime | string |
None. |
|
| InLocation | string |
None. |
|
| DcrType | 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",
"Intime": "sample string 5",
"InLocation": "sample string 6",
"DcrType": "sample string 7"
}
application/xml, text/xml
Sample:
<insertdcrdetaildata 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 7</DcrType> <InLocation>sample string 6</InLocation> <Intime>sample string 5</Intime> <Objective>sample string 4</Objective> <WorkNature>sample string 3</WorkNature> </insertdcrdetaildata>
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.