¿En qué podemos ayudarte?
< Todos los temas
Imprimir

AddManufacturingLogisticInComponent (method)

Add logistics to a component of the indicated manufacturing order.


Comments


Definition


JSON

/json/AddManufacturingLogisticInComponent/{Token}/{IdComponent}


Using POST to send list of data in LineLogistic format.


Parameters

ParameterDescription
TokenAuthentication code, see more in GetToken (method)
IdComponentComponent identifier of the manufacturing order in the database.


Example JSON

http://test.aliquosoftware.net/aliquoserver/api.svc/json/AddManufacturingLogisticInComponent/_PutTokenHere_/22846

[
   {
      "Quantity": 1,
      "Batch": "L1218"
   }
 ]
Tabla de contenidos