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": "5325233d-c74e-4c01-9005-3cf536204411",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "a9bd3fb8-b83c-4c6a-989f-e73a5c65ae73",
"Remarks": "sample string 3",
"Id": "5325233d-c74e-4c01-9005-3cf536204411",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"5325233d-c74e-4c01-9005-3cf536204411","CategoryName":"sample string 2","ParentPersonCategoryId":"a9bd3fb8-b83c-4c6a-989f-e73a5c65ae73","Remarks":"sample string 3","Id":"5325233d-c74e-4c01-9005-3cf536204411","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">5325233d-c74e-4c01-9005-3cf536204411</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>a9bd3fb8-b83c-4c6a-989f-e73a5c65ae73</ParentPersonCategoryId> <PersonCategoryId>5325233d-c74e-4c01-9005-3cf536204411</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": "98e3965e-7e8d-4b71-8547-25cd25eb44c5",
"CategoryName": "sample string 2",
"ParentPersonCategoryId": "737865ab-521e-46b1-ba01-3665b030f958",
"Remarks": "sample string 3",
"Id": "98e3965e-7e8d-4b71-8547-25cd25eb44c5",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"PersonCategoryId":"98e3965e-7e8d-4b71-8547-25cd25eb44c5","CategoryName":"sample string 2","ParentPersonCategoryId":"737865ab-521e-46b1-ba01-3665b030f958","Remarks":"sample string 3","Id":"98e3965e-7e8d-4b71-8547-25cd25eb44c5","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">98e3965e-7e8d-4b71-8547-25cd25eb44c5</Id> <CategoryName>sample string 2</CategoryName> <ParentPersonCategoryId>737865ab-521e-46b1-ba01-3665b030f958</ParentPersonCategoryId> <PersonCategoryId>98e3965e-7e8d-4b71-8547-25cd25eb44c5</PersonCategoryId> <Remarks>sample string 3</Remarks> </PersonCategoryDetails>