Open API Spec

{
	"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
}