Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationId

The organization identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of organization communication methods.

Collection of Pico.OrganizationCommunicationMethod
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

communicationMethod

Gets or sets the communication method identifier.

integer

None.

organization

Gets or sets the organization identifier.

integer

None.

id

Gets or sets the organization communication method identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "communicationMethod": "3",
    "organization": "4",
    "id": "5"
  },
  {
    "code": "sample String 1",
    "description": "sample String 2",
    "communicationMethod": "3",
    "organization": "4",
    "id": "5"
  }
]

text/html

Sample:
[{"code":"sample String 1","description":"sample String 2","communicationMethod":"3","organization":"4","id":"5"},{"code":"sample String 1","description":"sample String 2","communicationMethod":"3","organization":"4","id":"5"}]

application/xml, text/xml

Sample:
<ArrayOfOrganizationCommunicationMethod xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrganizationCommunicationMethod>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <CommunicationMethodId>3</CommunicationMethodId>
    <OrganizationId>4</OrganizationId>
    <OrganizationCommunicationMethodId>5</OrganizationCommunicationMethodId>
  </OrganizationCommunicationMethod>
  <OrganizationCommunicationMethod>
    <Code>sample String 1</Code>
    <Description>sample String 2</Description>
    <CommunicationMethodId>3</CommunicationMethodId>
    <OrganizationId>4</OrganizationId>
    <OrganizationCommunicationMethodId>5</OrganizationCommunicationMethodId>
  </OrganizationCommunicationMethod>
</ArrayOfOrganizationCommunicationMethod>