POST API/Master/GetShiftMaster
Request Information
URI Parameters
None.
Body Parameters
ShiftMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ShiftId | string |
None. |
|
| ShiftName | string |
None. |
|
| ShiftDescription | string |
None. |
|
| returnErrorMessage | string |
None. |
|
| returnStatus | boolean |
None. |
|
| ClientId | string |
None. |
|
| clientName | string |
None. |
|
| Connectionstring | string |
None. |
|
| DocumentURL | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShiftId": "sample string 1",
"ShiftName": "sample string 2",
"ShiftDescription": "sample string 3",
"returnErrorMessage": "sample string 4",
"returnStatus": true,
"ClientId": "sample string 6",
"clientName": "sample string 7",
"Connectionstring": "sample string 8",
"DocumentURL": "sample string 9",
"CreatedBy": "sample string 10",
"CreatedDate": "2026-01-10T14:12:03.6861719+05:30",
"ModifiedBy": "sample string 12",
"ModifiedDate": "2026-01-10T14:12:03.6861719+05:30"
}
application/xml, text/xml
Sample:
<ShiftMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 6</ClientId> <Connectionstring>sample string 8</Connectionstring> <CreatedBy>sample string 10</CreatedBy> <CreatedDate>2026-01-10T14:12:03.6861719+05:30</CreatedDate> <DocumentURL>sample string 9</DocumentURL> <ModifiedBy>sample string 12</ModifiedBy> <ModifiedDate>2026-01-10T14:12:03.6861719+05:30</ModifiedDate> <clientName>sample string 7</clientName> <returnErrorMessage>sample string 4</returnErrorMessage> <returnStatus>true</returnStatus> <ShiftDescription>sample string 3</ShiftDescription> <ShiftId>sample string 1</ShiftId> <ShiftName>sample string 2</ShiftName> </ShiftMaster>
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. |