POST api/Transaction/OMS/GetExtraInformation
Request Information
URI Parameters
None.
Body Parameters
CollectionExtraInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"List": "sample string 2"
}
application/xml, text/xml
Sample:
<CollectionExtraInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLMD.Controllers"> <List>sample string 2</List> <Type>sample string 1</Type> </CollectionExtraInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.