Settings-Locations

Number of APIs: 6

  1. Create Location POST {{baseUrl}}/OData/Locations

  2. Delete Location DELETE {{baseUrl}}/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)

  3. Get Location GET {{baseUrl}}/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)

  4. Query Locations GET {{baseUrl}}/OData/Locations?$select=id,name,isActive,created,description,isDefault&$top=50

  5. Set Location As Default POST {{baseUrl}}/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)/SetAsDefault

  6. Update Location PATCH {{baseUrl}}/OData/Locations(e68952c9-c2d7-4394-8401-b8d0d5fe0c71)