POST api/ProductEntry/Post
Procède à l'insertion dans l'appel d'un produit à l'aide du modèle spécifié
Informations sur la requête
Paramètres dans l'URI
Aucun
Paramètres du corps (body)
Modèle ProductEntry contenant les informations. WorkorderId doit permettre d'identifier le bon de travail à lequel l'entrée de produit est destinée
ProductEntryName | Description | Type | Informations additionnelles |
---|---|---|---|
Id | integer |
Aucune |
|
Workorder | Workorder |
Aucune |
|
ProductNumber | string |
Aucune |
|
QtyPurchased | decimal number |
Aucune |
|
QtyReceipt | decimal number |
Aucune |
|
QtyPlanned | decimal number |
Aucune |
|
QtyOrdered | decimal number |
Aucune |
|
Qty | decimal number |
Aucune |
|
Description | string |
Aucune |
|
Cost | decimal number |
Aucune |
|
Price | decimal number |
Aucune |
|
DetailPrice | decimal number |
Aucune |
|
WarehouseId | integer |
Aucune |
|
Warehouse | string |
Aucune |
|
SerialNumber | string |
Aucune |
|
InvoiceNumber | string |
Aucune |
|
Position | integer |
Aucune |
|
KitId | integer |
Aucune |
|
Component | boolean |
Aucune |
|
Discount | decimal number |
Aucune |
|
BypassPrinting | boolean |
Aucune |
|
Comment | boolean |
Aucune |
|
StepId | integer |
Aucune |
|
ProductGroupId | integer |
Aucune |
|
Localisation | string |
Aucune |
|
CreationDate | date |
Aucune |
|
Uninventoried | boolean |
Aucune |
|
Segment | Segment |
Aucune |
|
OriginalId | integer |
Aucune |
Formats de la requête
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Informations sur la réponse
Description
PagedEnumerableOfProductEntryName | Description | Type | Informations additionnelles |
---|---|---|---|
Data | Collection of ProductEntry |
Aucune |
|
TotalRecordCount | integer |
Aucune |
|
PageRecordCount | integer |
Aucune |
|
Version | Version |
Aucune |
Formats de la réponse
application/json, text/json
Sample:
Sample not available.