{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Location API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Location", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Create Location", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/stores/:storeId/location-areas/:locationAreaId/location", "params": [ { "name": "locationAreaId", "value": "500123", "type": "path", "description": "The location area id path parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Location via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/stores/{storeId}/location-areas/{locationAreaId}/location)." }, { "info": { "name": "Flipdish Update Location", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/stores/:storeId/location-areas/:locationAreaId/location/:locationId/update", "params": [ { "name": "locationAreaId", "value": "500123", "type": "path", "description": "The location area id path parameter." }, { "name": "locationId", "value": "500123", "type": "path", "description": "The location id path parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Location via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/stores/{storeId}/location-areas/{locationAreaId}/location/{locationId}/update)." }, { "info": { "name": "Flipdish Move Location", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/stores/:storeId/location-areas/:locationAreaId/location/:locationId/move", "params": [ { "name": "locationId", "value": "500123", "type": "path", "description": "The location id path parameter." }, { "name": "locationAreaId", "value": "500123", "type": "path", "description": "The location area id path parameter." }, { "name": "newLocationAreaId", "value": "500123", "type": "query", "description": "The new location area id query parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Move Location via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/stores/{storeId}/location-areas/{locationAreaId}/location/{locationId}/move)." }, { "info": { "name": "Flipdish Map Location to External Id", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/:appId/stores/:storeId/location-areas/:locationAreaId/location/:locationId/map-external", "params": [ { "name": "locationId", "value": "500123", "type": "path", "description": "The location id path parameter." }, { "name": "locationAreaId", "value": "500123", "type": "path", "description": "The location area id path parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." }, { "name": "externalLocationId", "value": "500123", "type": "query", "description": "The external location id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Map Location to External Id via the Flipdish Open API v1.0 (POST /api/v1.0/{appId}/stores/{storeId}/location-areas/{locationAreaId}/location/{locationId}/map-external)." }, { "info": { "name": "Flipdish Delete Location", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/:appId/stores/:storeId/location-areas/:locationAreaId/location/:locationId/delete", "params": [ { "name": "locationId", "value": "500123", "type": "path", "description": "The location id path parameter." }, { "name": "locationAreaId", "value": "500123", "type": "path", "description": "The location area id path parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "path", "description": "The store id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Location via the Flipdish Open API v1.0 (DELETE /api/v1.0/{appId}/stores/{storeId}/location-areas/{locationAreaId}/location/{locationId}/delete)." } ] } ], "bundled": true }