POST XmlToHtml/UpdateAffiliation?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
UpdateXML| Name | Description | Type | Additional information |
|---|---|---|---|
| action | string |
None. |
|
| html | string |
None. |
|
| auditlog | string |
None. |
|
| token | string |
None. |
|
| previousElementId | string |
None. |
|
| ElementID | string |
None. |
|
| editorName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"action": "sample string 1",
"html": "sample string 2",
"auditlog": "sample string 3",
"token": "sample string 4",
"previousElementId": "sample string 5",
"ElementID": "sample string 6",
"editorName": "sample string 7"
}
application/xml, text/xml
Sample:
<UpdateXML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.OPS.Library.Classes"> <ElementID>sample string 6</ElementID> <action>sample string 1</action> <auditlog>sample string 3</auditlog> <editorName>sample string 7</editorName> <html>sample string 2</html> <previousElementId>sample string 5</previousElementId> <token>sample string 4</token> </UpdateXML>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |