Request Information

URI Parameters

NameDescriptionTypeAdditional information
communicationMethodTypeId

The communication method type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The communication method type, if it exists.

Nano.CommunicationMethodType
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

format

Gets or sets the format.

string

None.

id

Gets or sets the communication method type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "format": "sample String 2",
  "id": "3"
}

text/html

Sample:
{"description":"sample String 1","format":"sample String 2","id":"3"}

application/xml, text/xml

Sample:
<CommunicationMethodType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Description>sample String 1</Description>
  <Format>sample String 2</Format>
  <CommunicationMethodTypeId>3</CommunicationMethodTypeId>
</CommunicationMethodType>

application/vnd.api+json

Sample:

Sample not available.