PUT Provider/AdditionalInfo

Additional info about the provider. This function is obsolete. Please use AdditionalInfoNew below.

Request Information

URI Parameters

None.

Body Parameters

ParaEntityName
NameDescriptionTypeAdditional information
Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1"
}

application/xml, text/xml

Sample:
<ParaEntityName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Name>sample string 1</Name>
</ParaEntityName>

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.