POST api/ServiceReceipt/GetServiceReceiptProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "975859a2-7c54-47fa-9173-f746d669457f",
  "3baf905b-73cc-4871-b51a-4ebf2801b5ba"
]

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>975859a2-7c54-47fa-9173-f746d669457f</guid>
  <guid>3baf905b-73cc-4871-b51a-4ebf2801b5ba</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["975859a2-7c54-47fa-9173-f746d669457f","3baf905b-73cc-4871-b51a-4ebf2801b5ba"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.