POST api/EmpShift/Insert
Request Information
URI Parameters
None.
Body Parameters
EmpShiftDT| Name | Description | Type | Additional information |
|---|---|---|---|
| ShiftID | integer |
None. |
|
| LoginId | string |
None. |
|
| ShiftDate | string |
None. |
|
| AreaID | integer |
None. |
|
| DealerId | integer |
None. |
|
| Createdby | string |
None. |
|
| Createondate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShiftID": 1,
"LoginId": "sample string 2",
"ShiftDate": "sample string 3",
"AreaID": 4,
"DealerId": 5,
"Createdby": "sample string 6",
"Createondate": "sample string 7"
}
text/html
Sample:
{"ShiftID":1,"LoginId":"sample string 2","ShiftDate":"sample string 3","AreaID":4,"DealerId":5,"Createdby":"sample string 6","Createondate":"sample string 7"}
application/xml, text/xml
Sample:
<EmpShiftController.EmpShiftDT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeyCodeWebsApis.Controllers"> <AreaID>4</AreaID> <Createdby>sample string 6</Createdby> <Createondate>sample string 7</Createondate> <DealerId>5</DealerId> <LoginId>sample string 2</LoginId> <ShiftDate>sample string 3</ShiftDate> <ShiftID>1</ShiftID> </EmpShiftController.EmpShiftDT>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |