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": "73aad1fa-1019-47ca-90f4-243cb4a1759c",
"Ids": [
"cd785fba-4544-4ccd-95fa-211b3ae62848",
"1e9f7edd-2c12-4ddd-8f75-125b6dd33adb"
],
"OutputType": 0,
"Name": "sample string 1",
"TenantId": "28a3ec31-6fa6-4282-9383-6656e7694f54"
}
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>73aad1fa-1019-47ca-90f4-243cb4a1759c</Id>
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>cd785fba-4544-4ccd-95fa-211b3ae62848</d2p1:guid>
<d2p1:guid>1e9f7edd-2c12-4ddd-8f75-125b6dd33adb</d2p1:guid>
</Ids>
<Name>sample string 1</Name>
<OutputType>Api</OutputType>
<TenantId>28a3ec31-6fa6-4282-9383-6656e7694f54</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.