POST api/ServiceReceipt/GetServiceReceiptProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "763914db-87f8-46d8-9ea3-c4bce3c0534f",
  "4b140f69-370d-4129-b9cd-7ad055e514dc"
]

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>763914db-87f8-46d8-9ea3-c4bce3c0534f</guid>
  <guid>4b140f69-370d-4129-b9cd-7ad055e514dc</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["763914db-87f8-46d8-9ea3-c4bce3c0534f","4b140f69-370d-4129-b9cd-7ad055e514dc"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.