Open API Spec
{
"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
}
Updated over 1 year ago