Open API Spec
{
"openapi": "3.1.0",
"info": {
"title": "Product BinLocation",
"version": "4.0"
},
"servers": [
{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ProductsBinLocations",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
},
"sec1": {
"type": "apiKey",
"in": "header",
"name": "apiKey"
}
}
},
"security": [
{
"sec0": [],
"sec1": []
}
],
"paths": {
"/": {
"get": {
"summary": "Read Product BinLocations",
"description": "",
"operationId": "read-product-copy",
"parameters": [
{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
},
{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"403": {
"description": "403",
"content": {
"text/plain": {
"examples": {
"Result": {
"value": ""
}
}
}
}
}
},
"deprecated": false
},
"post": {
"summary": "Add Product BinLocations",
"description": "",
"operationId": "add-product-copy-1",
"parameters": [
{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"JSON": {
"type": "string",
"description": "Enter JSON Data",
"format": "json"
},
"XML": {
"type": "string",
"description": "Enter XML Data"
}
}
}
}
}
},
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
},
"put": {
"summary": "Update Product BinLocations",
"description": "",
"operationId": "update-product-copy",
"parameters": [
{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"JSON": {
"type": "string",
"description": "Enter JSON Data",
"format": "json"
},
"XML": {
"type": "string",
"description": "Enter XML Data"
}
}
}
}
}
},
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
},
"delete": {
"summary": "Delete Product BinLocations",
"description": "",
"operationId": "delete-product-copy-1",
"parameters": [
{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
},
{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true
}+
Updated 2 months ago