POST api/Invoice/GetInvoiceProductsMerged
Request Information
URI Parameters
None.
Body Parameters
InvoiceIdListModelName | Description | Type | Additional information |
---|---|---|---|
IdList | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "idList": [ "7c3ad867-ee61-4719-82d3-18f552f03a5e", "2e5ffba5-8116-435f-a182-2186103ed440" ] }
application/xml, text/xml
Sample:
<InvoiceIdListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <IdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7c3ad867-ee61-4719-82d3-18f552f03a5e</d2p1:guid> <d2p1:guid>2e5ffba5-8116-435f-a182-2186103ed440</d2p1:guid> </IdList> </InvoiceIdListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"idList":["7c3ad867-ee61-4719-82d3-18f552f03a5e","2e5ffba5-8116-435f-a182-2186103ed440"]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.