Request Information

URI Parameters

None.

Body Parameters

The organization.

Pico.Organization
NameDescriptionTypeAdditional information
accountingCode

Gets or sets the accounting code.

string

None.

canGetPricing

Gets or sets a value indicating whether organization can get pricing.

boolean

None.

canHaveSpecificPricing

Gets or sets a value indicating whether organization can have specific pricing.

boolean

None.

channel

Gets or sets the channel.

string

None.

code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether user is active.

boolean

None.

address

Gets or sets the address identifier.

integer

None.

id

Gets or sets the organization identifier.

string

None.

organizationType

Gets or sets the organization type identifier.

integer

None.

parentOrganization

Gets or sets the parent organization identifier.

string

None.

childOrganizations

Gets or sets the child organization ids.

Collection of string

None.

providers

Gets or sets the provider ids.

Collection of integer

None.

roles

Gets or sets the role ids.

Collection of integer

None.

users

Gets or sets the user ids.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "accountingCode": "sample String 1",
  "canGetPricing": true,
  "canHaveSpecificPricing": true,
  "channel": "sample String 4",
  "code": "sample String 5",
  "description": "sample String 6",
  "isActive": true,
  "address": "1",
  "id": "sample String 8",
  "organizationType": "9",
  "parentOrganization": "sample String 10",
  "childOrganizations": [
    "sample String 1",
    "sample String 2"
  ],
  "providers": [
    "1",
    "2"
  ],
  "roles": [
    1,
    2
  ],
  "users": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"accountingCode":"sample String 1","canGetPricing":true,"canHaveSpecificPricing":true,"channel":"sample String 4","code":"sample String 5","description":"sample String 6","isActive":true,"address":"1","id":"sample String 8","organizationType":"9","parentOrganization":"sample String 10","childOrganizations":["sample String 1","sample String 2"],"providers":["1","2"],"roles":[1,2],"users":["1","2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The result after validate organization.

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>