POST api/NetSuite/GetReturnsByInternalIds

Request Information

URI Parameters

None.

Body Parameters

InternalIds
NameDescriptionTypeAdditional information
InternalId

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "InternalId": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<InternalIds xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <InternalId>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </InternalId>
</InternalIds>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.