POST API/WeekOffShift/GetWeekOffDate
Request Information
URI Parameters
None.
Body Parameters
WeekOffDateMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeFrameId | integer |
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:
{
"EmployeeFrameId": 1,
"returnErrorMessage": "sample string 2",
"returnStatus": true,
"ClientId": "sample string 4",
"clientName": "sample string 5",
"Connectionstring": "sample string 6",
"DocumentURL": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedDate": "2026-01-10T14:10:57.4803238+05:30",
"ModifiedBy": "sample string 10",
"ModifiedDate": "2026-01-10T14:10:57.4803238+05:30"
}
application/xml, text/xml
Sample:
<WeekOffDateMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 4</ClientId> <Connectionstring>sample string 6</Connectionstring> <CreatedBy>sample string 8</CreatedBy> <CreatedDate>2026-01-10T14:10:57.4803238+05:30</CreatedDate> <DocumentURL>sample string 7</DocumentURL> <ModifiedBy>sample string 10</ModifiedBy> <ModifiedDate>2026-01-10T14:10:57.4803238+05:30</ModifiedDate> <clientName>sample string 5</clientName> <returnErrorMessage>sample string 2</returnErrorMessage> <returnStatus>true</returnStatus> <EmployeeFrameId>1</EmployeeFrameId> </WeekOffDateMaster>
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. |