PUT api/order/OnlineSignup/MiscField?OnlineID={OnlineID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OnlineID | integer |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/xml, text/xml
Sample:
<DictionaryOfStringObject>
<KeyValuePairOfStringObject>
<Key>sample string 1</Key>
<Value />
</KeyValuePairOfStringObject>
<KeyValuePairOfStringObject>
<Key>sample string 3</Key>
<Value />
</KeyValuePairOfStringObject>
</DictionaryOfStringObject>
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.