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": [ "83d6b19c-a1da-47ad-baf7-2e84d33a17f9", "2418a7f3-923d-4a4b-9ecf-0dbc4618a2bb" ] }
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>83d6b19c-a1da-47ad-baf7-2e84d33a17f9</d2p1:guid> <d2p1:guid>2418a7f3-923d-4a4b-9ecf-0dbc4618a2bb</d2p1:guid> </IdList> </InvoiceIdListModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"idList":["83d6b19c-a1da-47ad-baf7-2e84d33a17f9","2418a7f3-923d-4a4b-9ecf-0dbc4618a2bb"]}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.