POST v993/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
stringRequest Formats
application/json, text/json
Sample:
"<NES></NES>"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><NES></NES></string>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Recommendations
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.