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": [ "ff4fa6b2-152c-4486-a95b-088e5a3028e1", "9b6ed459-3ad5-48ab-80a9-4a52f2c2efb1" ] }
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>ff4fa6b2-152c-4486-a95b-088e5a3028e1</d2p1:guid> <d2p1:guid>9b6ed459-3ad5-48ab-80a9-4a52f2c2efb1</d2p1:guid> </IdList> </InvoiceIdListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"idList":["ff4fa6b2-152c-4486-a95b-088e5a3028e1","9b6ed459-3ad5-48ab-80a9-4a52f2c2efb1"]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.