Addresses REST Endpoints
Business Objects/Locations/Addresses
The operations from the Business Objects/Locations/Addresses category.
- Create an Address
- Method: postPath:
/locations/{locationGid}/addresses - Delete an Address
- Method: deletePath:
/locations/{locationGid}/addresses/{lineSequence} - Get Addresses
- Method: getPath:
/locations/{locationGid}/addresses - Get an Address
- Method: getPath:
/locations/{locationGid}/addresses/{lineSequence} - Update Addresses
- Method: patchPath:
/locations/{locationGid}/addresses - Update an Address
- Method: patchPath:
/locations/{locationGid}/addresses/{lineSequence}