GET api/ResetTestOrders

This function resets all test orders of the test user / Trialaccess. The creation date of the orders is set to today. This should be considered for functions like 'GetOrders'!

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StatusResponse
NameDescriptionTypeAdditional information
Status

Status

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "SUCCESS",
  "ErrorMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bandel.Dropshipping.API.Models">
  <ErrorMessage>sample string 1</ErrorMessage>
  <Status>SUCCESS</Status>
</StatusResponse>