PUT api/v1/personcategories/{personCategoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personCategoryId | globally unique identifier |
Required |
Body Parameters
PersonCategoryDetails| Name | Description | Type | Additional 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": "fc9b6182-923c-40e9-a459-cb43bb5b9da3",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "d8083fb7-1414-4973-9c76-62f861516147",
"Remarks": "sample string 3",
"Id": "fc9b6182-923c-40e9-a459-cb43bb5b9da3",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"fc9b6182-923c-40e9-a459-cb43bb5b9da3","CategoryName":"sample string 2","ParentPersonCategoryId":"d8083fb7-1414-4973-9c76-62f861516147","Remarks":"sample string 3","Id":"fc9b6182-923c-40e9-a459-cb43bb5b9da3","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">fc9b6182-923c-40e9-a459-cb43bb5b9da3</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>d8083fb7-1414-4973-9c76-62f861516147</ParentPersonCategoryId> <PersonCategoryId>fc9b6182-923c-40e9-a459-cb43bb5b9da3</PersonCategoryId> <Remarks>sample string 3</Remarks> </PersonCategoryDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PersonCategoryDetails| Name | Description | Type | Additional 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": "f24cc71f-ba5a-4b9c-b850-036ff1ffa070",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "a2e14023-bc2b-4a8c-8194-a63bc41a2108",
"Remarks": "sample string 3",
"Id": "f24cc71f-ba5a-4b9c-b850-036ff1ffa070",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"f24cc71f-ba5a-4b9c-b850-036ff1ffa070","CategoryName":"sample string 2","ParentPersonCategoryId":"a2e14023-bc2b-4a8c-8194-a63bc41a2108","Remarks":"sample string 3","Id":"f24cc71f-ba5a-4b9c-b850-036ff1ffa070","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">f24cc71f-ba5a-4b9c-b850-036ff1ffa070</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>a2e14023-bc2b-4a8c-8194-a63bc41a2108</ParentPersonCategoryId> <PersonCategoryId>f24cc71f-ba5a-4b9c-b850-036ff1ffa070</PersonCategoryId> <Remarks>sample string 3</Remarks> </PersonCategoryDetails>