PUT /locations/create
Creates a new RowLocation record for the given Location data.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| location |
the data to use when creating the new location |
body of type: application/xml application/json
|
|
RowLocation
|
Result
RowLocation
of type:
application/xml
application/json
the created RowLocation record
Additional attributes:
__categoryDescr This value represents the description of the category, found in the location.category field.
__defCommodityDescr This value represents the description of the commodity, found in the location.def_commodity_id field.
__dispatchZone This value represents the description of the location's dispatch zone
Child Elements:
RowSalesperson This element represent the salesperson associated with the location, by the location.salesperson field.
The element contains a __name attribute with the value salesperson.
RowCustomer This element represent the customer associated with the location, by the location.customer_id field.
The element contains a __name attribute with the value customer.
Try It Out
Request