PUT Registries/Update

Request Information

URI Parameters

None.

Body Parameters

Collection of RegistryDTO
NameDescriptionTypeAdditional information
Deleted

Gets or sets the indicator to specify if deleted

boolean

None.

Type

Gets or sets the registrytypes

RegistryTypes

None.

Name

Gets or sets the registry name

string

None.

Description

Gets or sets the registry description

string

None.

RoPRUrl

Gets or sets the RoPRUrl

string

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Deleted": true,
      "Type": 0,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "RoPRUrl": "sample string 4",
      "ID": "f476eb3e-bb38-4000-bb16-2c3e4f107f46",
      "Timestamp": "QEA="
    },
    {
      "Deleted": true,
      "Type": 0,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "RoPRUrl": "sample string 4",
      "ID": "f476eb3e-bb38-4000-bb16-2c3e4f107f46",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Deleted":true,"Type":0,"Name":"sample string 2","Description":"sample string 3","RoPRUrl":"sample string 4","ID":"f476eb3e-bb38-4000-bb16-2c3e4f107f46","Timestamp":"QEA="},{"Deleted":true,"Type":0,"Name":"sample string 2","Description":"sample string 3","RoPRUrl":"sample string 4","ID":"f476eb3e-bb38-4000-bb16-2c3e4f107f46","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfRegistryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <RegistryDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">f476eb3e-bb38-4000-bb16-2c3e4f107f46</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Deleted>true</Deleted>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <RoPRUrl>sample string 4</RoPRUrl>
    <Type>Registry</Type>
  </RegistryDTO>
  <RegistryDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">f476eb3e-bb38-4000-bb16-2c3e4f107f46</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Deleted>true</Deleted>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <RoPRUrl>sample string 4</RoPRUrl>
    <Type>Registry</Type>
  </RegistryDTO>
</ArrayOfRegistryDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of RegistryDTO
NameDescriptionTypeAdditional information
Deleted

Gets or sets the indicator to specify if deleted

boolean

None.

Type

Gets or sets the registrytypes

RegistryTypes

None.

Name

Gets or sets the registry name

string

None.

Description

Gets or sets the registry description

string

None.

RoPRUrl

Gets or sets the RoPRUrl

string

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Deleted": true,
      "Type": 0,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "RoPRUrl": "sample string 4",
      "ID": "3b49580b-1233-4199-8736-7d8168f4f3db",
      "Timestamp": "QEA="
    },
    {
      "Deleted": true,
      "Type": 0,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "RoPRUrl": "sample string 4",
      "ID": "3b49580b-1233-4199-8736-7d8168f4f3db",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Deleted":true,"Type":0,"Name":"sample string 2","Description":"sample string 3","RoPRUrl":"sample string 4","ID":"3b49580b-1233-4199-8736-7d8168f4f3db","Timestamp":"QEA="},{"Deleted":true,"Type":0,"Name":"sample string 2","Description":"sample string 3","RoPRUrl":"sample string 4","ID":"3b49580b-1233-4199-8736-7d8168f4f3db","Timestamp":"QEA="}]}

application/bson

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

application/xml, text/xml

Sample:
<ArrayOfRegistryDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <RegistryDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">3b49580b-1233-4199-8736-7d8168f4f3db</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Deleted>true</Deleted>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <RoPRUrl>sample string 4</RoPRUrl>
    <Type>Registry</Type>
  </RegistryDTO>
  <RegistryDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">3b49580b-1233-4199-8736-7d8168f4f3db</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Deleted>true</Deleted>
    <Description>sample string 3</Description>
    <Name>sample string 2</Name>
    <RoPRUrl>sample string 4</RoPRUrl>
    <Type>Registry</Type>
  </RegistryDTO>
</ArrayOfRegistryDTO>