POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "112ff9c9-5612-4855-a433-d399b7d4eef3",
  "323dfa98-f3c8-4309-8cea-56d7bb068e52"
]

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>112ff9c9-5612-4855-a433-d399b7d4eef3</guid>
  <guid>323dfa98-f3c8-4309-8cea-56d7bb068e52</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["112ff9c9-5612-4855-a433-d399b7d4eef3","323dfa98-f3c8-4309-8cea-56d7bb068e52"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.