%PDF- %PDF-
Direktori : /mnt/tnb/Downloads/ |
Current File : //mnt/tnb/Downloads/MDM API Write.postman_collection.json |
{ "info": { "_postman_id": "26559299-2023-45ae-bba3-eacfb55a8743", "name": "MDM API Write", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "_exporter_id": "12468081" }, "item": [ { "name": "https://login.microsoftonline.com/6dbdd86f-3428-4e40-98da-7532bdd09bae/oauth2/v2.0/token", "request": { "method": "POST", "header": [], "body": { "mode": "formdata", "formdata": [ { "key": "grant_type", "value": "client_credentials", "type": "text" }, { "key": "client_secret", "value": "veh8Q~M91iQ7_O9SSZgTwesq-K.OpEbm9sLlBcFu", "type": "text" }, { "key": "scope", "value": "api://57e4cbd1-38a8-4c0d-9a6c-3cc7b724ae52/.default", "type": "text" }, { "key": "client_id", "value": "57e4cbd1-38a8-4c0d-9a6c-3cc7b724ae52", "type": "text" } ] }, "url": "https://login.microsoftonline.com/6dbdd86f-3428-4e40-98da-7532bdd09bae/oauth2/v2.0/token" }, "response": [] }, { "name": "https://localhost:44365/api/WriteTransferPrices", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "[\r\n {\r\n \"OneCode\": \"KTI-100-IP\",\r\n \"ManufacturingUnit\": \"FIN\",\r\n \"Year\": 2022,\r\n \"ValidFrom\": \"2022-11-14 00:00:00\",\r\n \"Entity\": \"EEOPA\",\r\n \"Currency\": \"CZK\",\r\n \"TransferPrice\": 125.33\r\n }\r\n]", "options": { "raw": { "language": "json" } } }, "url": "https://flaktgroupmdmapi-test.azurewebsites.net/api/WriteTransferPrices" }, "response": [] }, { "name": "https://localhost:44365/api/WriteOnecodesOrCosts", "request": { "method": "POST", "header": [], "body": { "mode": "raw", "raw": "[\r\n {\r\n \"OneCode\": \"TST-01\",\r\n \"Alphacode\": \"IQII\",\r\n \"ManufacturingUnit\": \"TST\",\r\n \"Description\": \"New Description\",\r\n \"Year\": 2022,\r\n \"ValidFrom\": \"2022-11-14 01:00:02\",\r\n \"BaseCurrency\": \"CZK\",\r\n \"StandardCost\": 124\r\n }\r\n]", "options": { "raw": { "language": "json" } } }, "url": "https://flaktgroupmdmapi-test.azurewebsites.net/api/WriteOnecodesOrCosts" }, "response": [] } ] }