POST api/ServiceReceipt/GetServiceReceiptProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "07966956-f0a7-4c54-8f1f-38a19efa5297",
  "2fcf764b-e047-4757-9631-9f600ceb357d"
]

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>07966956-f0a7-4c54-8f1f-38a19efa5297</guid>
  <guid>2fcf764b-e047-4757-9631-9f600ceb357d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["07966956-f0a7-4c54-8f1f-38a19efa5297","2fcf764b-e047-4757-9631-9f600ceb357d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.