POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "0fe1a994-0a89-41cb-9eb8-40213fde4cd5",
  "67c1cf9d-b15b-437b-ada7-1c8531c40425"
]

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>0fe1a994-0a89-41cb-9eb8-40213fde4cd5</guid>
  <guid>67c1cf9d-b15b-437b-ada7-1c8531c40425</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["0fe1a994-0a89-41cb-9eb8-40213fde4cd5","67c1cf9d-b15b-437b-ada7-1c8531c40425"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.