POST api/ServiceReceipt/GetServiceReceiptProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4ac45534-5e2c-4c92-bd44-2e32487b7737",
  "c3396706-27e0-4d70-bb9f-c412114d43c6"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>4ac45534-5e2c-4c92-bd44-2e32487b7737</guid>
  <guid>c3396706-27e0-4d70-bb9f-c412114d43c6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["4ac45534-5e2c-4c92-bd44-2e32487b7737","c3396706-27e0-4d70-bb9f-c412114d43c6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.