GET api/Product?productNumber={productNumber}&quantity={quantity}&customerNumber={customerNumber}&warehouseId={warehouseId}&includeInactive={includeInactive}
Informations sur la requête
Paramètres dans l'URI
Name | Description | Type | Informations additionnelles |
---|---|---|---|
productNumber | string |
Required |
|
quantity | decimal number |
Required |
|
customerNumber | string |
Required |
|
warehouseId | integer |
Default value is -1 |
|
includeInactive | boolean |
Default value is False |
Paramètres du corps (body)
Aucun
Informations sur la réponse
Description
PagedEnumerableOfCustomerProductName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of CustomerProduct |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.