Requisition One-Time Locations REST Endpoints

Requisition One-Time Locations
The Requisition One-Time Locations resource manages the postal address used for delivery such as building number, street address, and postal code. These values are referred to as one-time address locations in Oracle Self Service Procurement Cloud, and they define the address to which procured goods and services should be delivered. You must have the necessary roles and privileges to use this REST resource. For additional details, refer to the Job Roles and Privileges and Status Codes topics.
Create locations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations
Delete one location
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations/{requisitionOneTimeLocationsUniqID}
Get all locations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations
Get one location
Method: get
Path: /fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations/{requisitionOneTimeLocationsUniqID}
Update one location
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/requisitionOneTimeLocations/{requisitionOneTimeLocationsUniqID}