POST api/Test

Request Information

URI Parameters

None.

Body Parameters

Batch
NameDescriptionTypeAdditional information
customer

string

None.

startDate

string

None.

endDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "customer": "sample string 1",
  "startDate": "sample string 2",
  "endDate": "sample string 3"
}

application/xml, text/xml

Sample:
<Batch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <customer>sample string 1</customer>
  <startDate>sample string 2</startDate>
  <endDate>sample string 3</endDate>
</Batch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />