POST batch/recommendations

Send batch survey data using either NES RdSAP XML format or NES pocketed XML format.Returns XML containing the batch ID. The call is used when recommendations and EPC results are required. Used with GET methods to check the status and return results.

Request Information

URI Parameters

None.

Body Parameters

xml batch to be processed

string

Request Formats

application/json, text/json

Sample:
"<NES></NES>"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">&lt;NES&gt;&lt;/NES&gt;</string>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'String'.

Response Information

Resource Description

Recommendations

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.