POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e7c3edf8-c94b-4349-a9f2-5e8a166bf58b",
  "ea8a610a-f10e-48fa-9787-1def29afbb95"
]

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>e7c3edf8-c94b-4349-a9f2-5e8a166bf58b</guid>
  <guid>ea8a610a-f10e-48fa-9787-1def29afbb95</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e7c3edf8-c94b-4349-a9f2-5e8a166bf58b","ea8a610a-f10e-48fa-9787-1def29afbb95"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.