Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The organization communication method identifier.

integer

Required

Body Parameters

The organization communication method.

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.

Request Formats

application/json, text/json

Sample:
{
  "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"}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated organization communication method.

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"
}

text/html

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

application/xml, text/xml

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