POST api/ServiceReceipt/GetServiceReceiptProducts
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "cd6273d4-1523-4a91-aa67-104946993b66", "74ed05cf-8d9b-474b-b197-c8ac28efdede" ]
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>cd6273d4-1523-4a91-aa67-104946993b66</guid> <guid>74ed05cf-8d9b-474b-b197-c8ac28efdede</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["cd6273d4-1523-4a91-aa67-104946993b66","74ed05cf-8d9b-474b-b197-c8ac28efdede"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.