Request Information

URI Parameters

NameDescriptionTypeAdditional information
cancelationTypeId

The cancelation type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The cancelation type, if it exists.

Collection of CancelationType
NameDescriptionTypeAdditional 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
  },
  {
    "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},{"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:
<ArrayOfCancelationType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CancelationType>
    <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>
  <CancelationType>
    <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>
</ArrayOfCancelationType>

application/vnd.api+json

Sample:

Sample not available.