POST api/Invoice/GetInvoiceProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "29788abd-0d7c-4437-8f26-ea041344d235",
  "3bdeed81-5aca-48e4-855b-5f61ec19cf18"
]

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>29788abd-0d7c-4437-8f26-ea041344d235</guid>
  <guid>3bdeed81-5aca-48e4-855b-5f61ec19cf18</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["29788abd-0d7c-4437-8f26-ea041344d235","3bdeed81-5aca-48e4-855b-5f61ec19cf18"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.