POST api/suppliers/select
Request Information
URI Parameters
None.
Body Parameters
SupplierFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Ids | Collection of globally unique identifier |
None. |
|
| OutputType | OutputTypeDto |
None. |
|
| Name | string |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "c0d802c8-1444-4cd4-8878-5a551b787950",
"Ids": [
"3d3800d0-b0d9-4bc2-8f53-62d5d557dd67",
"fb764ad5-3968-4cc8-96f5-bccff774564a"
],
"OutputType": 0,
"Name": "sample string 1",
"TenantId": "f6413661-652f-494e-bbd9-0532ba22913b"
}
application/xml, text/xml
Sample:
<SupplierFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Production.Models.FilterCriteria">
<Id>c0d802c8-1444-4cd4-8878-5a551b787950</Id>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3d3800d0-b0d9-4bc2-8f53-62d5d557dd67</d2p1:guid>
<d2p1:guid>fb764ad5-3968-4cc8-96f5-bccff774564a</d2p1:guid>
</Ids>
<Name>sample string 1</Name>
<OutputType>Api</OutputType>
<TenantId>f6413661-652f-494e-bbd9-0532ba22913b</TenantId>
</SupplierFilterCriteria>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.