Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cancelationTypeId |
The cancelation type identifier. |
integer |
Required |
Body Parameters
The cancelation type.
Pico.CancelationType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the address id. |
integer |
None. |
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| hmdaActionCode |
Gets or sets the hMDAAction code. |
string |
None. |
| isActive |
Gets or sets a value indicating whether commission basic type is active. |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"hmdaActionCode": "sample String 5",
"isActive": true
}
text/html
Sample:
{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","hmdaActionCode":"sample String 5","isActive":true}
application/xml, text/xml
Sample:
<CancelationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CancelationTypeId>1</CancelationTypeId> <Category>sample String 2</Category> <Code>sample String 3</Code> <Description>sample String 4</Description> <HMDAActionCode>sample String 5</HMDAActionCode> <IsActive>true</IsActive> </CancelationType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated corporate partner.
Pico.CancelationType| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the address id. |
integer |
None. |
| category |
Gets or sets the category. |
string |
None. |
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| hmdaActionCode |
Gets or sets the hMDAAction code. |
string |
None. |
| isActive |
Gets or sets a value indicating whether commission basic type is active. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1",
"category": "sample String 2",
"code": "sample String 3",
"description": "sample String 4",
"hmdaActionCode": "sample String 5",
"isActive": true
}
text/html
Sample:
{"id":"1","category":"sample String 2","code":"sample String 3","description":"sample String 4","hmdaActionCode":"sample String 5","isActive":true}
application/xml, text/xml
Sample:
<CancelationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CancelationTypeId>1</CancelationTypeId> <Category>sample String 2</Category> <Code>sample String 3</Code> <Description>sample String 4</Description> <HMDAActionCode>sample String 5</HMDAActionCode> <IsActive>true</IsActive> </CancelationType>