POST API/Master/GetLeaveMaster

Request Information

URI Parameters

None.

Body Parameters

LeaveMaster
NameDescriptionTypeAdditional information
LeaveId

integer

None.

LeaveType

string

None.

LeaveDescription

string

None.

Emp_Frame_ID

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:
{
  "LeaveId": 1,
  "LeaveType": "sample string 2",
  "LeaveDescription": "sample string 3",
  "Emp_Frame_ID": "sample string 4",
  "returnErrorMessage": "sample string 5",
  "returnStatus": true,
  "ClientId": "sample string 7",
  "clientName": "sample string 8",
  "Connectionstring": "sample string 9",
  "DocumentURL": "sample string 10",
  "CreatedBy": "sample string 11",
  "CreatedDate": "2026-01-10T14:12:54.1073874+05:30",
  "ModifiedBy": "sample string 13",
  "ModifiedDate": "2026-01-10T14:12:54.1073874+05:30"
}

application/xml, text/xml

Sample:
<LeaveMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity">
  <ClientId>sample string 7</ClientId>
  <Connectionstring>sample string 9</Connectionstring>
  <CreatedBy>sample string 11</CreatedBy>
  <CreatedDate>2026-01-10T14:12:54.1073874+05:30</CreatedDate>
  <DocumentURL>sample string 10</DocumentURL>
  <ModifiedBy>sample string 13</ModifiedBy>
  <ModifiedDate>2026-01-10T14:12:54.1073874+05:30</ModifiedDate>
  <clientName>sample string 8</clientName>
  <returnErrorMessage>sample string 5</returnErrorMessage>
  <returnStatus>true</returnStatus>
  <Emp_Frame_ID>sample string 4</Emp_Frame_ID>
  <LeaveDescription>sample string 3</LeaveDescription>
  <LeaveId>1</LeaveId>
  <LeaveType>sample string 2</LeaveType>
</LeaveMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.