POST api/Catalog/CRUD

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
catalogModel
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",
  "Image": "sample string 3",
  "Points": 4,
  "Details": "sample string 5",
  "MeritType": "sample string 6",
  "IsAvailable": true,
  "EffectivityDate": "2026-01-07T09:41:53.5660255Z",
  "Method": "sample string 9",
  "Id": 10,
  "UniqueId": "4b427065-4a99-4a39-902c-d36c82fafd1f",
  "CreatedBy": "sample string 12",
  "ModifiedBy": "sample string 13",
  "DateCreated": "2026-01-07T09:41:53.5660255Z",
  "DateModified": "2026-01-07T09:41:53.5660255Z",
  "IsDeleted": 16
}

application/xml, text/xml

Sample:
<CatalogModel 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 12</CreatedBy>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:41:53.5660255Z</DateCreated>
  <DateModified xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">2026-01-07T09:41:53.5660255Z</DateModified>
  <Id xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">10</Id>
  <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">16</IsDeleted>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">sample string 13</ModifiedBy>
  <UniqueId xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">4b427065-4a99-4a39-902c-d36c82fafd1f</UniqueId>
  <Code>sample string 1</Code>
  <Details>sample string 5</Details>
  <EffectivityDate>2026-01-07T09:41:53.5660255Z</EffectivityDate>
  <Image>sample string 3</Image>
  <IsAvailable>true</IsAvailable>
  <MeritType>sample string 6</MeritType>
  <Method>sample string 9</Method>
  <Name>sample string 2</Name>
  <Points>4</Points>
</CatalogModel>

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.