sgrEditarProdutoPedido
Method for editing the products linked to the order.
PARAMETERS
Field | Type | Required? | Description |
---|---|---|---|
keyaccess | string | Yes | Key returned by the sgrLogin method. |
cdpas | integer | Yes | PAS code, returned by the sgrListPASUser method |
cdcliente | integer | Yes | Customer code, returned by the sgrListaEmpresasUuario method. |
pedidoproduto | object | Yes | Product to be changed, containing the attributes shown in the item PedidoProduto. |
METHOD RETURN
If the parameters are valid, the record will be changed and will return ReturnDescription = OK.
ReturnDescription: If there is an error when executing the method, the property indicates the error if the product is not found, does not belong to the customer or if a mandatory field is not filled in.