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": "7d095c91-1541-497f-9922-6c5e15fedebe",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "26442d1a-2fb2-4a64-925e-af7d6259d70b",
"Remarks": "sample string 3",
"Id": "7d095c91-1541-497f-9922-6c5e15fedebe",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"7d095c91-1541-497f-9922-6c5e15fedebe","CategoryName":"sample string 2","ParentPersonCategoryId":"26442d1a-2fb2-4a64-925e-af7d6259d70b","Remarks":"sample string 3","Id":"7d095c91-1541-497f-9922-6c5e15fedebe","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">7d095c91-1541-497f-9922-6c5e15fedebe</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>26442d1a-2fb2-4a64-925e-af7d6259d70b</ParentPersonCategoryId> <PersonCategoryId>7d095c91-1541-497f-9922-6c5e15fedebe</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": "86780784-8f9d-49d1-9d41-ec55d60c8828",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "a41c26c8-09f0-46f8-a1bd-648be5c0f7bb",
"Remarks": "sample string 3",
"Id": "86780784-8f9d-49d1-9d41-ec55d60c8828",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"86780784-8f9d-49d1-9d41-ec55d60c8828","CategoryName":"sample string 2","ParentPersonCategoryId":"a41c26c8-09f0-46f8-a1bd-648be5c0f7bb","Remarks":"sample string 3","Id":"86780784-8f9d-49d1-9d41-ec55d60c8828","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">86780784-8f9d-49d1-9d41-ec55d60c8828</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>a41c26c8-09f0-46f8-a1bd-648be5c0f7bb</ParentPersonCategoryId> <PersonCategoryId>86780784-8f9d-49d1-9d41-ec55d60c8828</PersonCategoryId> <Remarks>sample string 3</Remarks> </PersonCategoryDetails>