GET api/Product/Get?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

NameDescriptionTypeInformations 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

PagedEnumerableOfProductModel
NameDescriptionTypeInformations 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.