POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7ef92bf1-c1bd-43e7-803c-fe2a527db4fc",
  "112687bf-0f0c-40b9-b1c5-c91a23649d3e"
]

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>7ef92bf1-c1bd-43e7-803c-fe2a527db4fc</guid>
  <guid>112687bf-0f0c-40b9-b1c5-c91a23649d3e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["7ef92bf1-c1bd-43e7-803c-fe2a527db4fc","112687bf-0f0c-40b9-b1c5-c91a23649d3e"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.