POST api/UpdateDistanzaKmComandaClienteDestinazione?idComanda={idComanda}&idCliente={idCliente}&idDestinazione={idDestinazione}&distanzaKm={distanzaKm}
Effettua update del campo specifico distanzaKm della destinazione, nel cliente e nei dati asporto della comanda indicati
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idComanda | integer |
Required |
|
idCliente | integer |
Required |
|
idDestinazione | integer |
Required |
|
distanzaKm | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.