PUT api/srs/contact
Request Information
URI Parameters
None.
Body Parameters
SrsContactUpdateParamsName | Description | Type | Additional information |
---|---|---|---|
RegistryId | string |
Required |
|
ContactId | string |
Required |
|
RegistryContactId | string |
Required |
|
ContactType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "RegistryId": "sample string 1", "ContactId": "sample string 2", "RegistryContactId": "sample string 3", "ContactType": "sample string 4" }
application/xml, text/xml
Sample:
<SrsContactUpdateParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Namebay.Rest.Api.Models.SrsParams"> <ContactId>sample string 2</ContactId> <ContactType>sample string 4</ContactType> <RegistryContactId>sample string 3</RegistryContactId> <RegistryId>sample string 1</RegistryId> </SrsContactUpdateParams>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SrsRestResponseName | Description | Type | Additional information |
---|---|---|---|
XmlStatusCode | integer |
None. |
|
Values | Collection of string |
None. |
|
ResponseData | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "XmlStatusCode": 1, "Values": [ "sample string 1", "sample string 2" ], "ResponseData": null }
application/xml
Sample:
text/xml
Sample: