Open API Spec
{
"openapi": "3.0.3",
"info": {
"title": "Lead",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Leads",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5d447bead5412600466c4d60",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"get": {
"summary": "Read Lead",
"description": "",
"operationId": "read-lead",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"post": {
"summary": "Add Lead",
"description": "",
"operationId": "add-lead",
"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 Lead",
"description": "",
"operationId": "update-lead",
"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
}
},
"/{leadParams}": {
"delete": {
"summary": "Delete Lead",
"description": "",
"operationId": "delete-lead",
"parameters": [{
"name": "leadParams",
"in": "path",
"description": "e.g. Lead Id/Lead Email",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Account",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Accounts",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5c88abd5a128010014458562",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{accountParams}": {
"delete": {
"summary": "Delete Account",
"description": "",
"operationId": "delete-account",
"parameters": [{
"name": "accountParams",
"in": "path",
"description": "e.g. Account ID/Account Name/Account Email/Account Number",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"": {
"post": {
"summary": "Add Account",
"description": "",
"operationId": "add-account",
"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
},
"get": {
"summary": "Read Account",
"description": "",
"operationId": "read-account",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"put": {
"summary": "Update Account",
"description": "",
"operationId": "update-account",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Account Balance",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/AccountBalance",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5f2448d75d974c0346c8ce1f",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{accountId}": {
"get": {
"summary": "Read Account Balance",
"description": "",
"operationId": "read-account-balance",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "accountId",
"in": "path",
"schema": {
"type": "string"
},
"required": true
}],
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Contact",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Contact",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b5953178b6dd70003ab8429",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Contact",
"description": "",
"operationId": "update-contact",
"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
},
"post": {
"summary": "Add Contact",
"description": "",
"operationId": "add-contact",
"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
},
"get": {
"summary": "Read Contact",
"description": "",
"operationId": "read-contact",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"/{contactParams}": {
"delete": {
"summary": "Delete Contact",
"description": "",
"operationId": "delete-contact",
"parameters": [{
"name": "contactParams",
"in": "path",
"description": "e.g. Contact ID/Contact Name/Contact Email",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Event",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Event",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5d5bda2c4752b10122e3c7fe",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Event",
"description": "",
"operationId": "add-event",
"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 Event",
"description": "",
"operationId": "update-event",
"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
},
"get": {
"summary": "Read Event",
"description": "",
"operationId": "read-event",
"parameters": [{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"/{eventParams}": {
"delete": {
"summary": "Delete Event",
"description": "",
"operationId": "delete-event",
"parameters": [{
"name": "eventParams",
"in": "path",
"description": "e.g. Event Id/Event Subject",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Task",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Task",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5d5d5636bad7a5004ddc969e",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Task",
"description": "",
"operationId": "update-task",
"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
},
"post": {
"summary": "Add Task",
"description": "",
"operationId": "add-event-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
},
"get": {
"summary": "Read Task",
"description": "",
"operationId": "read-task",
"parameters": [{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"/{taskParams}": {
"delete": {
"summary": "Delete Task",
"description": "",
"operationId": "delete-task",
"parameters": [{
"name": "taskParams",
"in": "path",
"description": "e.g. Task Id/Task Subject",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Product Category",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ProductsCategory",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5f96ea9f0335f40018e3917e",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Product Category",
"description": "",
"operationId": "add-product-category",
"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 Category",
"description": "",
"operationId": "update-product-category",
"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
},
"get": {
"summary": "Read Product Category",
"description": "",
"operationId": "read-product-category",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"required": true,
"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
},
"delete": {
"summary": "Delete Product Category",
"description": "",
"operationId": "delete-product-category",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Product",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Products",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c36d84dc28d0003b5de11",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Product",
"description": "",
"operationId": "add-product-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",
"description": "",
"operationId": "update-product-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
}
},
"/{product_code}": {
"get": {
"summary": "Read Product",
"description": "",
"operationId": "read-product",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"/{productCode}": {
"delete": {
"summary": "Delete Product",
"description": "",
"operationId": "delete-product-1",
"parameters": [{
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Product Inventory",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ProductsInventory",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c3824a59fbe00031d6c4d",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{productCode}": {
"get": {
"summary": "Read Product Inventory",
"description": "",
"operationId": "get-product-inventory",
"parameters": [{
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}, {
"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
}
},
"": {
"post": {
"summary": "Add Product Inventory",
"description": "",
"operationId": "add-product-inventory",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"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
}
{
"openapi": "3.0.3",
"info": {
"title": "Inventory Adjustment",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/InventoryAdjustment",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5f4529ecb8bf74001e4e0288",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Inventory Adjustment",
"description": "",
"operationId": "add-inventory-adjustment",
"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
}
},
"/{productCode}": {
"get": {
"summary": "Read Inventory Adjustment",
"description": "",
"operationId": "read-inventory-adjustment",
"parameters": [{
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}, {
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Inventory Transfer",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/InventoryTransfer",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5ce5309ffd4dbd001aa8c56a",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Inventory Transfer",
"description": "",
"operationId": "update-inventory-transfer",
"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
},
"post": {
"summary": "Add Inventory Transfer",
"description": "",
"operationId": "add-inventory-transfer",
"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
},
"get": {
"summary": "Read Inventory Transfer",
"description": "",
"operationId": "read-inventory-transfer",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"/{orderParams}": {
"delete": {
"summary": "Delete Inventory Transfer",
"description": "",
"operationId": "delete-inventory-transfer",
"parameters": [{
"name": "orderParams",
"in": "path",
"description": "e.g. Orderno or Salesorderid",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "Bin Transfer",
"version": "4.0"
},
"servers": [
{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/BinTransfer",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
},
"sec1": {
"type": "apiKey",
"in": "query",
"name": "apiKey"
}
}
},
"security": [
{
"sec0": [],
"sec1": []
}
],
"paths": {
"/": {
"post": {
"summary": "Add Bin Transfer",
"description": "",
"operationId": "add-metadata-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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Product Pricebook",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ProductsPriceBook",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c392d4dc28d0003b5de2b",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Product to Pricebook",
"description": "",
"operationId": "add-product-to-pricebook",
"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
}
},
"/{productCode}": {
"get": {
"summary": "Read Product Pricebook",
"description": "",
"operationId": "get-product-pricebook",
"parameters": [{
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}, {
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Vendor",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Vendor",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5da8476458f33f01359d0cbd",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{vendorParams}": {
"delete": {
"summary": "Delete Vendor",
"description": "",
"operationId": "delete-vendor",
"parameters": [{
"name": "vendorParams",
"in": "path",
"description": "e.g. Vendor ID/Vendor Name/Vendor Email",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"/{vendor_params}": {
"get": {
"summary": "Read Vendor",
"description": "",
"operationId": "read-account-2",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"": {
"post": {
"summary": "Add Vendor",
"description": "",
"operationId": "add-vendor",
"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 Vendor",
"description": "",
"operationId": "update-vendor",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Products Vendor Pricebook",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ProductsVendorPricebook",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b83c3ccc0df7f0003bbe8ce",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{productCode}": {
"get": {
"summary": "Read Product Vendor Pricebook",
"description": "",
"operationId": "read-product-vendor-pricebook",
"parameters": [{
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}, {
"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
}
},
"": {
"post": {
"summary": "Add Product Vendor Pricebook",
"description": "",
"operationId": "add-product-vendor-pricebook",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Channels",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Channels",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c3a4bbba1100003ff50ea",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{channel_name}": {
"post": {
"summary": "Add Product to Channel",
"description": "",
"operationId": "add-product-to-channel",
"parameters": [{
"name": "channel_name",
"in": "path",
"description": "e.g. TestChannelName",
"schema": {
"type": "string"
},
"required": true
}, {
"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 Channel Product",
"description": "",
"operationId": "update-channel-product",
"parameters": [{
"name": "channel_name",
"in": "path",
"description": "e.g. TestChannelName",
"schema": {
"type": "string"
},
"required": true
}, {
"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
}
},
"/{product_code}": {
"get": {
"summary": "Read Product Channels",
"description": "",
"operationId": "read-channel-product",
"parameters": [{
"name": "product_code",
"in": "path",
"description": "e.g. TestProductCode",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"/{channelName}/{productCode}": {
"delete": {
"summary": "Delete Channel Product",
"description": "",
"operationId": "delete-channel-product",
"parameters": [{
"name": "channelName",
"in": "path",
"description": "e.g. Channel Name",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "productCode",
"in": "path",
"description": "e.g. Product Code",
"schema": {
"type": "string"
},
"required": true
}],
"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
}
},
"": {
"get": {
"summary": "Read Channels",
"description": "",
"operationId": "read-channels",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Channel Sync",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ChannelsSync",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6d66f98174c80003fc6a86",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{syncType}": {
"post": {
"summary": "Sync Product Pricing or Inventory",
"description": "",
"operationId": "sync-product-pricing-or-inventory",
"parameters": [{
"name": "syncType",
"in": "path",
"description": "e.g. ProductPricing or ProductInventory",
"schema": {
"type": "string"
},
"required": true
}, {
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Quote",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Quote",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5fd23ab68ac343002c94b16a",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Quote",
"description": "",
"operationId": "add-quote",
"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 Quote",
"description": "",
"operationId": "update-quote",
"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
},
"get": {
"summary": "Read Quote",
"description": "",
"operationId": "read-quote",
"parameters": [{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"delete": {
"summary": "Delete Quote",
"description": "",
"operationId": "delete-quote",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "SalesOrder",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/SalesOrder",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c3b7ea59fbe00031d6c72",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add SalesOrder",
"description": "",
"operationId": "add-salesorder",
"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": "{}\n\n\n\n"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
},
"get": {
"summary": "Read Salesorder",
"description": "",
"operationId": "read-salesorder",
"parameters": [{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"put": {
"summary": "Update SalesOrder",
"description": "",
"operationId": "update-salesorder",
"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 SalesOrder",
"description": "",
"operationId": "delete-salesorder",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Shipping",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Shipping",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c39d3b02563000334ecba",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Shipping",
"description": "",
"operationId": "update-shipping",
"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
},
"get": {
"summary": "Read Shipping",
"description": "",
"operationId": "read-shipping",
"parameters": [{
"name": "yourCompany",
"in": "path",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "Shipment Transaction",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ShipmentTransaction",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"get": {
"summary": "Read Shipment Transaction",
"description": "",
"operationId": "read-shipment-transaction",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "SalesReturn",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/SalesReturn",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5e32b5ba67138f37ba90e5f0",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add SalesReturn",
"description": "",
"operationId": "add-salesreturn",
"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
},
"get": {
"summary": "Read SalesReturn",
"description": "",
"operationId": "read-salesreturn",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"put": {
"summary": "Update SalesReturn",
"description": "",
"operationId": "update-salesreturn",
"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 SalesReturn",
"description": "",
"operationId": "delete-salesreturn",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"required": true,
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "PurchaseOrder",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/PurchaseOrder",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6c3be1a59fbe00031d6c9c",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add PurchaseOrder",
"description": "",
"operationId": "add-purchaseorder",
"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
},
"get": {
"summary": "Read PurchaseOrder",
"description": "",
"operationId": "read-purchaseorder",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"put": {
"summary": "Update PurchaseOrder",
"description": "",
"operationId": "update-purchaseorder",
"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 PurchaseOrder",
"description": "",
"operationId": "delete-purchaseorder",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"required": true,
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Receiving",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Receiving",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5e9f090ab43b4000460ba3a7",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Receiving",
"description": "",
"operationId": "update-receiving",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "Received Transaction",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/ReceivedTransaction",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"get": {
"summary": "Read Received Transaction",
"description": "",
"operationId": "read-received-transaction",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "PurchaseReturn",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/PurchaseReturn",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add PurchaseReturn",
"description": "",
"operationId": "add-purchasereturn",
"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 PurchaseReturn",
"description": "",
"operationId": "update-purchasereturn",
"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
},
"get": {
"summary": "Read PurchaseReturn",
"description": "",
"operationId": "read-purchasereturn",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
},
"delete": {
"summary": "Delete PurchaseReturn",
"description": "",
"operationId": "delete-purchasereturn",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "filter",
"in": "query",
"required": true,
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Products",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Products",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6d67b192188400039929eb",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Products",
"description": "",
"operationId": "add-bulk-products",
"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 Bulk Products",
"description": "",
"operationId": "update-bulk-products",
"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"
}
}
}
}
}
},
"deprecated": false
},
"delete": {
"summary": "Delete Bulk Products",
"description": "",
"operationId": "delete-bulk-products-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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Products Inventory",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-ProductsInventory",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6d68f58174c80003fc6aad",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Product Inventory",
"description": "",
"operationId": "add-bulk-product-inventory",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Product Pricebook",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-ProductsPriceBook",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6d69518174c80003fc6ab1",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Product Pricebooks",
"description": "",
"operationId": "add-bulk-product-pricebooks",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Channels",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Channels",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5b6d6867ccc40a00034a083b",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{channel_name}": {
"post": {
"summary": "Add Bulk Products to Channel",
"description": "",
"operationId": "add-bulk-products-to-channel",
"parameters": [{
"name": "channel_name",
"in": "path",
"description": "e.g. TestChannelName",
"schema": {
"type": "string"
},
"required": true
}, {
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Accounts",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Accounts",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5e2aeb45802fa80018d848fc",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Accounts",
"description": "",
"operationId": "add-bulk-accounts-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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Account Credits",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Account-Credits",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5dd27575fd5319001bf58bfe",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"put": {
"summary": "Update Bulk Account Credits",
"description": "",
"operationId": "update-bulk-account-credits",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Leads",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Leads",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Leads",
"description": "",
"operationId": "add-bulk-leads-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 Bulk Leads",
"description": "",
"operationId": "update-bulk-leads-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"
}
}
}
}
}
},
"deprecated": false
},
"delete": {
"summary": "Delete Bulk Leads",
"description": "",
"operationId": "delete-bulk-leads-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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk SalesOrder",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-SalesOrder",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk SalesOrder",
"description": "",
"operationId": "add-bulk-salesorder",
"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": "{}\n\n\n\n"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
},
"put": {
"summary": "Update Bulk SalesOrder",
"description": "",
"operationId": "update-bulk-salesorder",
"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 Bulk SalesOrder",
"description": "",
"operationId": "delete-bulk-salesorder",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Bulk Contacts",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Contacts",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Bulk Contacts",
"description": "",
"operationId": "add-bulk-contacts",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "Bulk Quote",
"version": "4.0"
},
"servers": [
{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Bulk-Quote",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"": {
"post": {
"summary": "Add Bulk Quote",
"description": "",
"operationId": "add-bulk-quote",
"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
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Ticket",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Ticket",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5fd3a89b393687003ca0a9df",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Ticket",
"description": "",
"operationId": "add-ticket",
"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 Ticket",
"description": "",
"operationId": "update-ticket",
"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
},
"get": {
"summary": "Read Ticket",
"description": "",
"operationId": "read-ticket",
"parameters": [{
"name": "filter",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "customview",
"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
}
},
"/{ticketParams}": {
"delete": {
"summary": "Delete Ticket",
"description": "",
"operationId": "delete-ticket",
"parameters": [{
"name": "ticketParams",
"in": "path",
"description": "e.g. Ticket Id/Ticket Title",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Attachment",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Attachment",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5fd9df8e42eda1004a5e3b28",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Attachment",
"description": "",
"operationId": "add-attachment",
"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 Attachment",
"description": "",
"operationId": "update-attachment",
"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
},
"get": {
"summary": "Read Attachment",
"description": "",
"operationId": "read-attachment",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"/{attachmentParams}": {
"delete": {
"summary": "Delete Attachment",
"description": "",
"operationId": "delete-attachment",
"parameters": [{
"name": "attachmentParams",
"in": "path",
"description": "e.g. Attachment Id/Attachment Name",
"schema": {
"type": "string"
},
"required": true
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "Notes",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Notes",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "5fd9df8e42eda1004a5e3b28",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add Notes",
"description": "",
"operationId": "add-notes",
"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 Notes",
"description": "",
"operationId": "update-notes",
"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
},
"get": {
"summary": "Read Notes",
"description": "",
"operationId": "read-notes",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
}
},
"/{attachmentParams}": {
"delete": {
"summary": "Delete Notes",
"description": "",
"operationId": "delete-notes",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "CustomView",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/CustomView",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"_id": "604c39acc37714002b267c33",
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"get": {
"summary": "Read CustomView",
"description": "",
"operationId": "read-customview-1",
"parameters": [{
"name": "module",
"in": "query",
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "MetaData",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/MetaData",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"": {
"post": {
"summary": "Add MetaData",
"description": "",
"operationId": "add-metadata",
"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
},
"get": {
"summary": "Read MetaData",
"description": "",
"operationId": "read-metadata",
"parameters": [{
"name": "filter",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}, {
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"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
},
"put": {
"summary": "Update MetaData",
"description": "",
"operationId": "update-metadata",
"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
}
},
"/{attachmentParams}": {
"delete": {
"summary": "Delete MetaData",
"description": "",
"operationId": "delete-metadata",
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.0.3",
"info": {
"title": "BatchStatus",
"version": "4.0"
},
"servers": [{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/BatchStatus",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key"
}
}
},
"security": [{
"sec0": []
}],
"paths": {
"/{batch_id}": {
"get": {
"summary": "Read BatchStatus",
"description": "",
"operationId": "read-batchstatus-1",
"parameters": [{
"name": "Accept",
"in": "header",
"description": "e.g. application/json or application/xml",
"schema": {
"type": "string"
}
}, {
"name": "batch_id",
"in": "path",
"schema": {
"type": "string"
},
"required": true
}],
"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,
"samples-enabled": true
},
"x-readme-fauxas": true
}
{
"openapi": "3.1.0",
"info": {
"title": "Settings",
"version": "4.0"
},
"servers": [
{
"url": "https://{yourCompany}.agiliron.net/agiliron/api-40/Settings",
"variables": {
"yourCompany": {
"default": "yourCompany"
}
}
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "query",
"name": "key",
"x-default": "0"
},
"sec1": {
"type": "apiKey",
"in": "header",
"name": "apiKey",
"x-default": "0"
}
}
},
"security": [
{
"sec0": [],
"sec1": []
}
],
"paths": {
"": {
"get": {
"summary": "Read Settings",
"description": "",
"operationId": "read-settings",
"parameters": [
{
"name": "settingName",
"in": "query",
"schema": {
"type": "string"
}
},
{
"name": "module",
"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 3 months ago