POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "00f5b476-1c85-43f4-bee3-a199883f048c",
  "c5c18725-7a9b-4c6e-ab84-a3af5c554568"
]

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>00f5b476-1c85-43f4-bee3-a199883f048c</guid>
  <guid>c5c18725-7a9b-4c6e-ab84-a3af5c554568</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["00f5b476-1c85-43f4-bee3-a199883f048c","c5c18725-7a9b-4c6e-ab84-a3af5c554568"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.