GET api/Product?productNumber={productNumber}&warehouseId={warehouseId}
Obtient le détail du produit spécifié dans l'entrepôt spécifié
Informations sur la requête
Paramètres dans l'URI
Name | Description | Type | Informations additionnelles |
---|---|---|---|
productNumber |
Identifiant du produit recherché |
string |
Required |
warehouseId |
Identifiant de l'entrepôt de provenance du produit (-1 = Inventaire général) |
integer |
Default value is -1 |
Paramètres du corps (body)
Aucun
Informations sur la réponse
Description
PagedEnumerableOfProductModelName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of ProductModel |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.