POST api/v1/personcategories

Request Information

URI Parameters

None.

Body Parameters

PersonCategoryDetails
NameDescriptionTypeAdditional information
PersonCategoryId

globally unique identifier

None.

CategoryName

string

Required

String length: inclusive between 0 and 100

ParentPersonCategoryId

globally unique identifier

None.

Remarks

string

String length: inclusive between 0 and 250

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonCategoryId": "77b29203-f3a9-4995-9379-7ff8cbf6df3e",
  "CategoryName": "sample string 2",
  "ParentPersonCategoryId": "329919f5-e4c3-4ea3-b54a-edb247d6a114",
  "Remarks": "sample string 3",
  "Id": "77b29203-f3a9-4995-9379-7ff8cbf6df3e",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"PersonCategoryId":"77b29203-f3a9-4995-9379-7ff8cbf6df3e","CategoryName":"sample string 2","ParentPersonCategoryId":"329919f5-e4c3-4ea3-b54a-edb247d6a114","Remarks":"sample string 3","Id":"77b29203-f3a9-4995-9379-7ff8cbf6df3e","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<PersonCategoryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">77b29203-f3a9-4995-9379-7ff8cbf6df3e</Id>
  <CategoryName>sample string 2</CategoryName>
  <ParentPersonCategoryId>329919f5-e4c3-4ea3-b54a-edb247d6a114</ParentPersonCategoryId>
  <PersonCategoryId>77b29203-f3a9-4995-9379-7ff8cbf6df3e</PersonCategoryId>
  <Remarks>sample string 3</Remarks>
</PersonCategoryDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PersonCategoryDetails
NameDescriptionTypeAdditional information
PersonCategoryId

globally unique identifier

None.

CategoryName

string

Required

String length: inclusive between 0 and 100

ParentPersonCategoryId

globally unique identifier

None.

Remarks

string

String length: inclusive between 0 and 250

Id

globally unique identifier

None.

CanUpdateRecord

boolean

None.

CanDeleteRecord

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "PersonCategoryId": "46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c",
  "CategoryName": "sample string 2",
  "ParentPersonCategoryId": "8f5b6c0e-e817-46c2-aa3e-6596e3d13465",
  "Remarks": "sample string 3",
  "Id": "46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c",
  "CanUpdateRecord": true,
  "CanDeleteRecord": true
}

text/html

Sample:
{"PersonCategoryId":"46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c","CategoryName":"sample string 2","ParentPersonCategoryId":"8f5b6c0e-e817-46c2-aa3e-6596e3d13465","Remarks":"sample string 3","Id":"46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c","CanUpdateRecord":true,"CanDeleteRecord":true}

application/xml, text/xml

Sample:
<PersonCategoryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club">
  <CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
  <CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
  <Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c</Id>
  <CategoryName>sample string 2</CategoryName>
  <ParentPersonCategoryId>8f5b6c0e-e817-46c2-aa3e-6596e3d13465</ParentPersonCategoryId>
  <PersonCategoryId>46a81c40-a6ab-49ba-a8e6-a1fac9b0c67c</PersonCategoryId>
  <Remarks>sample string 3</Remarks>
</PersonCategoryDetails>