Request Information
URI Parameters
None.
Body Parameters
The related Organization.
Pico.RelatedOrganization| Name | Description | Type | Additional information |
|---|---|---|---|
| relationship |
Gets or sets the code. |
string |
None. |
| id |
Gets or sets the related organization identifier. |
integer |
None. |
| parentOrganization |
Gets or sets the parent organization identifier. |
integer |
None. |
| childOrganization |
Gets or sets the child organization identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"relationship": "sample String 1",
"id": "2",
"parentOrganization": "3",
"childOrganization": "4"
}
text/html
Sample:
{"relationship":"sample String 1","id":"2","parentOrganization":"3","childOrganization":"4"}
application/xml, text/xml
Sample:
<RelatedOrganization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Relationship>sample String 1</Relationship> <RelatedOrganizationId>2</RelatedOrganizationId> <ParentOrganizationId>3</ParentOrganizationId> <ChildOrganizationId>4</ChildOrganizationId> </RelatedOrganization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created related Organization.
Pico.RelatedOrganization| Name | Description | Type | Additional information |
|---|---|---|---|
| relationship |
Gets or sets the code. |
string |
None. |
| id |
Gets or sets the related organization identifier. |
integer |
None. |
| parentOrganization |
Gets or sets the parent organization identifier. |
integer |
None. |
| childOrganization |
Gets or sets the child organization identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"relationship": "sample String 1",
"id": "2",
"parentOrganization": "3",
"childOrganization": "4"
}
text/html
Sample:
{"relationship":"sample String 1","id":"2","parentOrganization":"3","childOrganization":"4"}
application/xml, text/xml
Sample:
<RelatedOrganization xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Relationship>sample String 1</Relationship> <RelatedOrganizationId>2</RelatedOrganizationId> <ParentOrganizationId>3</ParentOrganizationId> <ChildOrganizationId>4</ChildOrganizationId> </RelatedOrganization>