POST api/Master/GetShiftById
Request Information
URI Parameters
None.
Body Parameters
GetShiftByIdDTOName | Description | Type | Additional information |
---|---|---|---|
domain | string |
Required |
|
shiftid | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "domain": "sample string 1", "shiftid": 2 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }