%PDF- %PDF-
Direktori : /mnt/tnb/Downloads/ |
Current File : //mnt/tnb/Downloads/openapi (1).json |
{ "openapi": "3.0.0", "info": { "title": "MDM API", "version": "1.0.0" }, "servers": [ { "url": "https://flaktgroupmdmapi-test.azurewebsites.net" } ], "paths": { "/api/onecodes": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/onecodes?id=ACEA", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Alphacode", "example": "ACEA" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "AlphaCode": { "type": "string" }, "Description": { "type": "string" }, "LineId": { "type": "string" }, "IsRetired": { "type": "boolean" }, "OneCode": { "type": "string" }, "COE": { "type": "string" } } } } } } } } } }, "/api/alphacodes": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/alphacodes", "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "Alphacode": { "type": "string" }, "Description": { "type": "string" }, "LineId": { "type": "string" }, "ProductLineName": { "type": "string" }, "IsRetired": { "type": "boolean" } } } } } } } } } }, "/api/AllLatestTransferPrices": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/AllLatestTransferPrices?id=seavf", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Market", "example": "seavf" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "Price": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestTransferPricesByAlphacode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestTransferPricesByAlphacode?id=SEAVF&alphacode=ACEA", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Market", "example": "SEAVF" }, { "name": "alphacode", "in": "query", "schema": { "type": "string" }, "description": "Alphacode", "example": "ACEA" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "Price": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestTransferPricesByOnecode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestTransferPricesByOnecode?id=SEAVF&onecode=ACEAG10A", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Market", "example": "SEAVF" }, { "name": "onecode", "in": "query", "schema": { "type": "string" }, "example": "ACEAG10A" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "Price": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestCPLPricesByAlphacode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestCPLPricesByAlphacode?id=se&alphacode=AEXE", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Market", "example": "se" }, { "name": "alphacode", "in": "query", "schema": { "type": "string" }, "description": "Alphacode", "example": "AEXE" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "CPLPrice": { "type": "number", "format": "double" } } } } } } } } } }, "/api/AllLatestCPLPrices": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/AllLatestCPLPrices?id=se", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Market", "example": "se" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "CPLPrice": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestCPLPricesByOnecode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestCPLPricesByOnecode?id=se&onecode=AEXE-2-00037-1-2-5", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "example": "se" }, { "name": "onecode", "in": "query", "schema": { "type": "string" }, "example": "AEXE-2-00037-1-2-5" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "EntityCode": { "type": "string" }, "Currency": { "type": "string" }, "CPLPrice": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestEGPLPricesByAlphacode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestEGPLPricesByAlphacode?id=340TA", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "Alphacode", "example": "340TA" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "Currency": { "type": "string" }, "EGPLPrice": { "type": "number", "format": "double" } } } } } } } } } }, "/api/LatestEGPLPricesByOnecode": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/LatestEGPLPricesByOnecode?id=AEXE-2-00037-1-2-5", "parameters": [ { "name": "id", "in": "query", "schema": { "type": "string" }, "description": "OneCode", "example": "AEXE-2-00037-1-2-5" } ], "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "Currency": { "type": "string" }, "EGPLPrice": { "type": "number", "format": "double" } } } } } } } } } }, "/api/AllLatestEGPLPrices": { "get": { "tags": [ "General" ], "summary": "https://flaktgroupmdmapi-test.azurewebsites.net/api/AllLatestEGPLPrices", "responses": { "200": { "description": "Successful response", "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "properties": { "OneCode": { "type": "string" }, "Description": { "type": "string" }, "Year": { "type": "integer" }, "ValidFrom": { "type": "string", "format": "date-time" }, "ManufacturingUnit": { "type": "string" }, "Currency": { "type": "string" }, "EGPLPrice": { "type": "number", "format": "double" } } } } } } } } } } } }