POST api/MeritRequest/CRUD
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| meritRequestModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MeritId": 1,
"MeritName": "sample string 2",
"RequestorEmployeeNumber": "sample string 3",
"RequestorEmployeeName": "sample string 4",
"RecommendedEmployeeNumber": "sample string 5",
"RecommendedEmployeeName": "sample string 6",
"MeritType": "sample string 7",
"Details": "sample string 8",
"Department": "sample string 9",
"StatusCode": "sample string 10",
"StatusName": "sample string 11",
"Points": 12,
"Justification": "sample string 13",
"Remarks": "sample string 14",
"DateApproved": "2026-01-07T09:41:36.7066379Z",
"DateModified": "2026-01-07T09:41:36.7066379Z",
"Method": "sample string 16",
"Id": 17,
"UniqueId": "482c3c3c-7619-411d-ad12-0071c3beb3ca",
"CreatedBy": "sample string 19",
"ModifiedBy": "sample string 20",
"DateCreated": "2026-01-07T09:41:36.7066379Z",
"IsDeleted": 22
}
application/xml, text/xml
Sample:
<MeritRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models.Reward"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 19</CreatedBy> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:41:36.7066379Z</DateCreated> <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T01:41:36.7066379Z</DateModified> <Id xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">17</Id> <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">22</IsDeleted> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 20</ModifiedBy> <UniqueId xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">482c3c3c-7619-411d-ad12-0071c3beb3ca</UniqueId> <DateApproved>2026-01-07T09:41:36.7066379Z</DateApproved> <DateModified>2026-01-07T09:41:36.7066379Z</DateModified> <Department>sample string 9</Department> <Details>sample string 8</Details> <Justification>sample string 13</Justification> <MeritId>1</MeritId> <MeritName>sample string 2</MeritName> <MeritType>sample string 7</MeritType> <Method>sample string 16</Method> <Points>12</Points> <RecommendedEmployeeName>sample string 6</RecommendedEmployeeName> <RecommendedEmployeeNumber>sample string 5</RecommendedEmployeeNumber> <Remarks>sample string 14</Remarks> <RequestorEmployeeName>sample string 4</RequestorEmployeeName> <RequestorEmployeeNumber>sample string 3</RequestorEmployeeNumber> <StatusCode>sample string 10</StatusCode> <StatusName>sample string 11</StatusName> </MeritRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.