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": "ad9e255b-6646-4a0b-9225-c1077c7fd748",
  "CreatedBy": "sample string 10",
  "ModifiedBy": "sample string 11",
  "DateCreated": "2026-01-07T09:41:31.4722165Z",
  "DateModified": "2026-01-07T09:41:31.4722165Z",
  "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-01-07T09:41:31.4722165Z</DateCreated>
  <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:41:31.4722165Z</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">ad9e255b-6646-4a0b-9225-c1077c7fd748</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.