This commit is contained in:
@@ -51,14 +51,11 @@ The following linked objects are importable / updateable:
|
||||
- Unit model via "UnitModelNameViz" which must contain an existing Unit model name
|
||||
- Vendor the unit was purchased from via "PurchasedFromVendorViz" field which must contain the name of an existing Vendor
|
||||
- Unit that is the replacement of this unit via "ReplacedByUnitViz" which must contain the serial of an existing unit
|
||||
- Contract via "ContractViz" field which must contain the name of an existing Contract
|
||||
|
||||
If the Contract is specified then the ContractExpires field can be used to set the expiry date of the Contract.
|
||||
If ContractExpires is omitted then it is set to the import date and time minus 1 minute so that it won't take effect until it's been set to a future date.
|
||||
- Contract via "ContractViz" field which must contain the name of an existing Contract. If the Contract is specified then the ContractExpires field can be used to set the expiry date of the Contract. If ContractExpires is omitted then it is set to the import date and time minus 1 minute so that it won't take effect until it's been set to a future date.
|
||||
|
||||
## JSON file format
|
||||
|
||||
The .json file must contain an array of one or more Unit objects.
|
||||
The .json file must contain an **array** of one or more objects.
|
||||
|
||||
```JSON
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user