Quando effettui una visita, un importo predefinito può essere aggiunto al carico del veicolo se si tratta di un ritiro oppure sottratto se si tratta di una consegna. Questo messaggio definisce questo importo. Leggi i loadDemands.
L'entità del carico del veicolo che effettua la visita corrispondente varia. Poiché si tratta di un numero intero, consigliamo agli utenti di scegliere un'unità appropriata per evitare la perdita di precisione. Deve essere ≥ 0.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-27 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eShipment.Load\u003c/code\u003e message defines the amount added or subtracted from a vehicle's load during a pickup or delivery.\u003c/p\u003e\n"],["\u003cp\u003eThis amount is represented by the \u003ccode\u003eamount\u003c/code\u003e field in the JSON representation, which is a string formatted as an \u003ccode\u003eint64\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eamount\u003c/code\u003e value must be non-negative and users should choose an appropriate unit to maintain precision.\u003c/p\u003e\n"],["\u003cp\u003eRefer to \u003ccode\u003eloadDemands\u003c/code\u003e for how this message is used within the broader context of route optimization.\u003c/p\u003e\n"]]],["The provided content describes the \"amount\" field within a JSON representation used for vehicle load adjustments during visits. This \"amount\" is a string representing an integer that modifies a vehicle's load. During a pickup, the amount is added, and during a delivery, it's subtracted. The amount must be greater than or equal to zero. The content advises users to select an appropriate unit of measure for precision, given that this is an integer.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nWhen performing a visit, a predefined amount may be added to the vehicle load if it's a pickup, or subtracted if it's a delivery. This message defines such amount. See [loadDemands](/maps/documentation/route-optimization/reference/rest/v1/ShipmentModel#Shipment.FIELDS.load_demands).\n\n| JSON representation |\n|------------------------------|\n| ``` { \"amount\": string } ``` |\n\n| Fields ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `amount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The amount by which the load of the vehicle performing the corresponding visit will vary. Since it is an integer, users are advised to choose an appropriate unit to avoid loss of precision. Must be ≥ 0. |"]]