POST OrganizationRegistries/InsertOrUpdate

Inserts or updates a list of organizations associated with a registry.

Request Information

URI Parameters

None.

Body Parameters

Collection of OrganizationRegistryDTO
NameDescriptionTypeAdditional information
OrganizationID

Gets or set the ID of organization

globally unique identifier

None.

Organization

Gets or set the Organization

string

None.

Acronym

Gets or set the Acronym

string

None.

OrganizationParent

Gets or set the parent organization

string

None.

RegistryID

Gets or set the ID of registry

globally unique identifier

None.

Registry

Gets or set the Registry

string

None.

Description

Gets or set the Description

string

None.

Type

Gets or set the Registry types type

RegistryTypes

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "OrganizationID": "d007fb2b-7516-4e2f-acfe-1a9707df13c0",
      "Organization": "sample string 2",
      "Acronym": "sample string 3",
      "OrganizationParent": "sample string 4",
      "RegistryID": "57e1b565-b83e-45d1-856f-79250a221aeb",
      "Registry": "sample string 6",
      "Description": "sample string 7",
      "Type": 0
    },
    {
      "OrganizationID": "d007fb2b-7516-4e2f-acfe-1a9707df13c0",
      "Organization": "sample string 2",
      "Acronym": "sample string 3",
      "OrganizationParent": "sample string 4",
      "RegistryID": "57e1b565-b83e-45d1-856f-79250a221aeb",
      "Registry": "sample string 6",
      "Description": "sample string 7",
      "Type": 0
    }
  ]
}

text/javascript

Sample:
{"results":[{"OrganizationID":"d007fb2b-7516-4e2f-acfe-1a9707df13c0","Organization":"sample string 2","Acronym":"sample string 3","OrganizationParent":"sample string 4","RegistryID":"57e1b565-b83e-45d1-856f-79250a221aeb","Registry":"sample string 6","Description":"sample string 7","Type":0},{"OrganizationID":"d007fb2b-7516-4e2f-acfe-1a9707df13c0","Organization":"sample string 2","Acronym":"sample string 3","OrganizationParent":"sample string 4","RegistryID":"57e1b565-b83e-45d1-856f-79250a221aeb","Registry":"sample string 6","Description":"sample string 7","Type":0}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfOrganizationRegistryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <OrganizationRegistryDTO>
    <Acronym>sample string 3</Acronym>
    <Description>sample string 7</Description>
    <Organization>sample string 2</Organization>
    <OrganizationID>d007fb2b-7516-4e2f-acfe-1a9707df13c0</OrganizationID>
    <OrganizationParent>sample string 4</OrganizationParent>
    <Registry>sample string 6</Registry>
    <RegistryID>57e1b565-b83e-45d1-856f-79250a221aeb</RegistryID>
    <Type>Registry</Type>
  </OrganizationRegistryDTO>
  <OrganizationRegistryDTO>
    <Acronym>sample string 3</Acronym>
    <Description>sample string 7</Description>
    <Organization>sample string 2</Organization>
    <OrganizationID>d007fb2b-7516-4e2f-acfe-1a9707df13c0</OrganizationID>
    <OrganizationParent>sample string 4</OrganizationParent>
    <Registry>sample string 6</Registry>
    <RegistryID>57e1b565-b83e-45d1-856f-79250a221aeb</RegistryID>
    <Type>Registry</Type>
  </OrganizationRegistryDTO>
</ArrayOfOrganizationRegistryDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.