POST api/Merit/CRUD

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
meritModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "Points": 3,
  "Details": "sample string 4",
  "MeritType": "sample string 5",
  "IsEditable": true,
  "Method": "sample string 7",
  "Id": 8,
  "UniqueId": "63563bba-5204-4ce4-a8d0-09db8856b920",
  "CreatedBy": "sample string 10",
  "ModifiedBy": "sample string 11",
  "DateCreated": "2026-03-05T04:40:38.0154077Z",
  "DateModified": "2026-03-05T04:40:38.0154077Z",
  "IsDeleted": 14
}

application/xml, text/xml

Sample:
<MeritModel 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 10</CreatedBy>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-03-05T04:40:38.0154077Z</DateCreated>
  <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-03-05T04:40:38.0154077Z</DateModified>
  <Id xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">8</Id>
  <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">14</IsDeleted>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 11</ModifiedBy>
  <UniqueId xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">63563bba-5204-4ce4-a8d0-09db8856b920</UniqueId>
  <Code>sample string 1</Code>
  <Details>sample string 4</Details>
  <IsEditable>true</IsEditable>
  <MeritType>sample string 5</MeritType>
  <Method>sample string 7</Method>
  <Name>sample string 2</Name>
  <Points>3</Points>
</MeritModel>

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.