{"info":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","description":"<html><head></head><body><h1 id=\"manufacturing-gtms-interface-guide\">📄 Manufacturing GTMS Interface Guide</h1>\n<p>GTMS Provides ready-to-go REST APIs with supporting tools and documentation, which provides the basic information about Manufacturing industry template APIs.</p>\n<p>This Guides covers List of Interfaces in Manufacturing template, getting started guide, Authentication, Documentation of the Data Structures of the interfaces.</p>\n<h2 id=\"list-of-interfaces\"><strong>List of Interfaces</strong></h2>\n<ul>\n<li><p>Product Master</p>\n</li>\n<li><p>Customer Master</p>\n</li>\n<li><p>Sales Transactions</p>\n</li>\n<li><p>Condition Records</p>\n</li>\n<li><p>Customer Contracts</p>\n</li>\n<li><p>Billback Contracts</p>\n</li>\n<li><p>Customer Outgoing Payments</p>\n</li>\n<li><p>Customer Outgoing Accruals</p>\n</li>\n<li><p>Billback Outgoing Payments</p>\n</li>\n<li><p>Billback Outgoing Accruals</p>\n</li>\n</ul>\n<h2 id=\"getting-started-guide\"><strong>Getting started guide</strong></h2>\n<p>Before using these interfaces, Vistex will have to setup a tenant and provide the host URL &amp; client credentials. will be generated and shared to the consumers.</p>\n<h2 id=\"authorization\"><strong>Authorization</strong></h2>\n<p>There are 2 ways of authorization we support.</p>\n<ul>\n<li><p>OAuth2.0</p>\n</li>\n<li><p>Basic Authentication</p>\n</li>\n</ul>\n<p>Recommendation is to use OAuth2.0 over basic authentication unless there's a limitation on consumer side.</p>\n<h2 id=\"default-status-codes\"><strong>Default Status Codes</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>GTMS Code</strong></th>\n<th><strong>Status Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>FULLY_PROCESSED</td>\n<td>200</td>\n<td>Request Processed Successfully</td>\n</tr>\n<tr>\n<td>PARTIALLY_PROCESSED</td>\n<td>206</td>\n<td>Data saved, but errored while posting data into GTMS</td>\n</tr>\n<tr>\n<td>No Status</td>\n<td>400</td>\n<td>Errorwhile saving data into GTMS</td>\n</tr>\n<tr>\n<td>Unauthorized</td>\n<td>401</td>\n<td>No Authorization</td>\n</tr>\n<tr>\n<td>NA</td>\n<td>404</td>\n<td>Invalid Client Credentials</td>\n</tr>\n<tr>\n<td>Gateway Timeout</td>\n<td>500</td>\n<td>Timeout due to longer time taken for the request than usual processing time</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"filters-for-get-request\">Filters for GET Request</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Filter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>$top</td>\n<td>Show only the first n items</td>\n<td>https://&lt;&lt;&gt;&gt;/gateway/vpi/Products?$top = 50</td>\n</tr>\n<tr>\n<td>$filter</td>\n<td>Filter items by property values</td>\n<td>https://&lt;&lt;&gt;&gt;/gateway/vpi/Products?$filter ProductId = PRD1234</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>Contact Vistex Support</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Manufacturing GTMS Interface Guide","slug":"manufacturing-gtms-interface-guide"}],"owner":"32745970","collectionId":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","publishedId":"2sA3duFCpP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-02T20:47:30.000Z"},"item":[{"name":"Products","item":[{"name":"Post Products","id":"5141270c-c38f-4d2d-a4a1-72952c6d4b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"ProductType\": \"{Type: String, Title: Material Type, MaxLength: 4, Required:false,DefaultValue:WXPR}\",\r\n            \"ProductID\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:true}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:true}\",\r\n            \"BaseUnitOfMeasure\": \"{Type: String, Title: Base Unit of Measure, MaxLength: 3, Required:true}\",\r\n            \"Group1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Product Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Product Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Product Group 7, MaxLength: 4, Required:false}\",\r\n            \"EANNumber\": \"{Type: String, Title: European Article Number, MaxLength: 128, Required:false}\",\r\n            \"UPCNumber\": \"{Type: String, Title: Universal Product Code, MaxLength: 128, Required:false}\",\r\n            \"MPNNumber\": \"{Type: String, Title: Manufacturer Part Number, MaxLength: 128, Required:false}\",\r\n            \"GTNNumber\": \"{Type: String, Title: GTN, MaxLength: 128, Required:false}\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"{Type: String, Title: Unit of Measure, MaxLength: 3, Required:false}\",\r\n                    \"Numerator\": \"{Type: Decimal Nu, Title: Numerator, MaxLength: 5, Required:false}\",\r\n                    \"Denominator\": \"{Type: Decimal Nu, Title: Denominator, MaxLength: 5, Required:false}\",\r\n                    \"BaseUnitIndicator\": \"{Type: String, Title: Base Unit of Measure, MaxLength: 1, Required:false}\",\r\n                    \"Length\": \"{Type: Number, Title: Length, MaxLength: 13, Required:false}\",\r\n                    \"Height\": \"{Type: Number, Title: Height, MaxLength: 13, Required:false}\",\r\n                    \"Width\": \"{Type: Number, Title: Width, MaxLength: 13, Required:false}\",\r\n                    \"DimensionUnit\": \"{Type: String, Title: Dimension Unit, MaxLength: 3, Required:false}\",\r\n                    \"NetWeight\": \"{Type: Number, Title: Net Weight, MaxLength: 15, Required:false}\",\r\n                    \"GrossWeight\": \"{Type: Number, Title: Gross Weight, MaxLength: 15, Required:false}\",\r\n                    \"WeightUnit\": \"{Type: String, Title: Weight Unit, MaxLength: 3, Required:false}\",\r\n                    \"Volume\": \"{Type: Number, Title: Volume, MaxLength: 15, Required:false}\",\r\n                    \"VolumeUnit\": \"{Type: String, Title: Volume Unit, MaxLength: 3, Required:false}\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"CalculationRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                    \"RateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                    \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                    \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                    \"PayoutUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"\",\r\n                    \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\"\r\n                }\r\n            ],\r\n            \"Identifications\": [\r\n                {\r\n                    \"IdentificationType\": \"{Type: String, Title: Identification Type, MaxLength: 4, Required:false}\",\r\n                    \"ProductIdentification\": \"{Type: String, Title: Material Identification, MaxLength: 128, Required:false}\"\r\n                }\r\n            ],\r\n            \"HeaderWithDate\": [\r\n                {\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"Hierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\"\r\n                }\r\n            ],\r\n            \"BussinessUnitWithDate\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Product Group 11, MaxLength: 10, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Product Group 12, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Product Group 13, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Product Group 14, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Product Group 15, MaxLength: 4, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Products","description":"<p>Create Product master, with reference to Product master entity in GTMS application. API Endpoint is 'Products', API definition is explained below with success and failure examples.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Products"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"2b354c5a-cd6c-4ef6-ad2b-042c2f719606","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"ProductType\": \"MXPR\",\r\n            \"ProductID\": \"3702500\",\r\n            \"Description\": \"Portable Abrasive Blaster Kit\",\r\n            \"BaseUnitOfMeasure\": \"EA\",\r\n            \"Group1\": \"ATMT\",\r\n            \"Group2\": \"MACS\",\r\n            \"Supplier\": \"JTAUTOINC\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"EA\",\r\n                    \"Numerator\": \"1\",\r\n                    \"Denominator\": \"1\",\r\n                    \"BaseUnitIndicator\": \"X\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\",\r\n                    \"ValidFrom\": \"20200101\",\r\n                    \"ValidTo\": \"99991231\",\r\n                    \"CalculationRate\": \"15\",\r\n                    \"RateUnit\": \"USD\",\r\n                    \"Per\": \"1\",\r\n                    \"PerUnit\": \"EA\",\r\n                    \"PayoutUnitType\": \"MXQT\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"EN\",\r\n                    \"Description\": \"Portable Abrasive Blaster Kit\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"ProductType\": \"WXPR\",\r\n            \"ProductID\": \"6032800\",\r\n            \"Description\": \"1/5 HP 58 PSI Oilless Airbrush Compressor Kit\",\r\n            \"BaseUnitOfMeasure\": \"EA\",\r\n            \"Group1\": \"ARTL\",\r\n            \"Group2\": \"AIRC\",\r\n            \"Supplier\": \"LTOOLSINC\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"EA\",\r\n                    \"Numerator\": \"1\",\r\n                    \"Denominator\": \"1\",\r\n                    \"BaseUnitIndicator\": \"X\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\",\r\n                    \"ValidFrom\": \"20200101\",\r\n                    \"ValidTo\": \"99991231\",\r\n                    \"CalculationRate\": \"62.85\",\r\n                    \"RateUnit\": \"USD\",\r\n                    \"Per\": \"1\",\r\n                    \"PerUnit\": \"EA\",\r\n                    \"PayoutUnitType\": \"MXQT\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"EN\",\r\n                    \"Description\": \"1/5 HP 58 PSI Oilless Airbrush Compressor Kit\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Products"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"`Products` has been completely processed\"\r\n}"},{"id":"f4ce23bd-7a4f-4cf7-9181-09a3d7d8cd88","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"ProductType\": \"MXPR\",\r\n            \"ProductID\": \"3702500\",\r\n            \"Description\": \"Portable Abrasive Blaster Kit\",\r\n            \"BaseUnitOfMeasure\": \"DA\",\r\n            \"Group1\": \"ATMT\",\r\n            \"Group2\": \"MACS\",\r\n            \"Supplier\": \"JTAUTOINC\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"EA\",\r\n                    \"Numerator\": \"1\",\r\n                    \"Denominator\": \"1\",\r\n                    \"BaseUnitIndicator\": \"X\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\",\r\n                    \"ValidFrom\": \"20200101\",\r\n                    \"ValidTo\": \"99991231\",\r\n                    \"CalculationRate\": \"15\",\r\n                    \"RateUnit\": \"USD\",\r\n                    \"Per\": \"1\",\r\n                    \"PerUnit\": \"EA\",\r\n                    \"PayoutUnitType\": \"MXQT\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"EN\",\r\n                    \"Description\": \"Portable Abrasive Blaster Kit\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Products"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"PARTIALLY_PROCESSED\",\r\n    \"Message\": \"`Products` has been uploaded\",\r\n    \"Success\": {\r\n        \"Messages\": [\r\n            \"Products Vistex API 5894 has been saved\"\r\n        ]\r\n    },\r\n    \"Errors\": {\r\n        \"Messages\": [\r\n            \"Base Unit of Measure DA is invalid; enter valid Base Unit of Measure\",\r\n            \"Errors while posting\"\r\n        ],\r\n        \"Data\": {\r\n            \"Header\": [\r\n                {\r\n                    \"Action\": \"A\",\r\n                    \"BaseUnitOfMeasure\": \"DA\",\r\n                    \"BuyerID\": \"\",\r\n                    \"Department\": \"\",\r\n                    \"Description\": \"Portable Abrasive Blaster Kit\",\r\n                    \"DiscountinuedProdDate\": null,\r\n                    \"Error\": \"{Error in 'Material Type' at line '0'; WXPRQ is too long}\",\r\n                    \"Group1\": \"ATMT\",\r\n                    \"Group2\": \"MACS\",\r\n                    \"Group3\": \"\",\r\n                    \"Group4\": \"\",\r\n                    \"Group5\": \"\",\r\n                    \"Group6\": \"\",\r\n                    \"Group7\": \"\",\r\n                    \"EANNumber\": \"\",\r\n                    \"UPCNumber\": \"\",\r\n                    \"MPNNumber\": \"\",\r\n                    \"GTNNumber\": \"\",\r\n                    \"Manufacturer\": \"\",\r\n                    \"ProductID\": \"3702500\",\r\n                    \"ProductType\": \"WXPRQ\",\r\n                    \"Supplier\": \"JTAUTOINC\",\r\n                    \"BussinessUnit\": [],\r\n                    \"BussinessUnitWithDate\": [],\r\n                    \"Cost\": [],\r\n                    \"Descriptions\": [],\r\n                    \"HeaderWithDate\": [],\r\n                    \"Identifications\": [],\r\n                    \"MultiValueAttrsGroup1\": [],\r\n                    \"MultiValueAttrsGroup2\": [],\r\n                    \"MultiValueAttrsGroup3\": [],\r\n                    \"UnitOfMeasure\": []\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"5141270c-c38f-4d2d-a4a1-72952c6d4b7c"},{"name":"Get Products","id":"f413a05c-3d7c-4838-9dab-6376f5300ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"ProductType\": \"{Type: String, Title: Material Type, MaxLength: 4, Required:false,DefaultValue:WXPR}\",\r\n            \"ProductID\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:true}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:true}\",\r\n            \"BaseUnitOfMeasure\": \"{Type: String, Title: Base Unit of Measure, MaxLength: 3, Required:true}\",\r\n            \"Group1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Product Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Product Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Product Group 7, MaxLength: 4, Required:false}\",\r\n            \"EANNumber\": \"{Type: String, Title: European Article Number, MaxLength: 128, Required:false}\",\r\n            \"UPCNumber\": \"{Type: String, Title: Universal Product Code, MaxLength: 128, Required:false}\",\r\n            \"MPNNumber\": \"{Type: String, Title: Manufacturer Part Number, MaxLength: 128, Required:false}\",\r\n            \"GTNNumber\": \"{Type: String, Title: GTN, MaxLength: 128, Required:false}\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"{Type: String, Title: Unit of Measure, MaxLength: 3, Required:false}\",\r\n                    \"Numerator\": \"{Type: Decimal Nu, Title: Numerator, MaxLength: 5, Required:false}\",\r\n                    \"Denominator\": \"{Type: Decimal Nu, Title: Denominator, MaxLength: 5, Required:false}\",\r\n                    \"BaseUnitIndicator\": \"{Type: String, Title: Base Unit of Measure, MaxLength: 1, Required:false}\",\r\n                    \"Length\": \"{Type: Number, Title: Length, MaxLength: 13, Required:false}\",\r\n                    \"Height\": \"{Type: Number, Title: Height, MaxLength: 13, Required:false}\",\r\n                    \"Width\": \"{Type: Number, Title: Width, MaxLength: 13, Required:false}\",\r\n                    \"DimensionUnit\": \"{Type: String, Title: Dimension Unit, MaxLength: 3, Required:false}\",\r\n                    \"NetWeight\": \"{Type: Number, Title: Net Weight, MaxLength: 15, Required:false}\",\r\n                    \"GrossWeight\": \"{Type: Number, Title: Gross Weight, MaxLength: 15, Required:false}\",\r\n                    \"WeightUnit\": \"{Type: String, Title: Weight Unit, MaxLength: 3, Required:false}\",\r\n                    \"Volume\": \"{Type: Number, Title: Volume, MaxLength: 15, Required:false}\",\r\n                    \"VolumeUnit\": \"{Type: String, Title: Volume Unit, MaxLength: 3, Required:false}\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"CalculationRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                    \"RateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                    \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                    \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                    \"PayoutUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"\",\r\n                    \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\"\r\n                }\r\n            ],\r\n            \"Identifications\": [\r\n                {\r\n                    \"IdentificationType\": \"{Type: String, Title: Identification Type, MaxLength: 4, Required:false}\",\r\n                    \"ProductIdentification\": \"{Type: String, Title: Material Identification, MaxLength: 128, Required:false}\"\r\n                }\r\n            ],\r\n            \"HeaderWithDate\": [\r\n                {\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"Hierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\"\r\n                }\r\n            ],\r\n            \"BussinessUnitWithDate\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Product Group 11, MaxLength: 10, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Product Group 12, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Product Group 13, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Product Group 14, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Product Group 15, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"{Type: Decimal Nu, Title: Created On, MaxLength: 15, Required:false}\",\r\n                    \"LastChangedTimeStamp\": \"{Type: Decimal Nu, Title: Last Changed On, MaxLength: 15, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Products","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'Products', below body shows the entire payload of Product Master API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Products"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"e44f896f-aba7-455f-9cc3-6ea646305066","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"url":{"raw":"https://<<hostname>>/gateway/vpi/Products?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Products"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Products\": [\r\n        {\r\n    \"Header\": [\r\n        {\r\n            \"ProductType\": \"MXPR\",\r\n            \"ProductID\": \"3702500\",\r\n            \"Description\": \"Portable Abrasive Blaster Kit\",\r\n            \"BaseUnitOfMeasure\": \"EA\",\r\n            \"Group1\": \"ATMT\",\r\n            \"Group2\": \"MACS\",\r\n            \"Supplier\": \"JTAUTOINC\",\r\n            \"BussinessUnit\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ],\r\n            \"UnitOfMeasure\": [\r\n                {\r\n                    \"UnitOfMeasure\": \"EA\",\r\n                    \"Numerator\": \"1\",\r\n                    \"Denominator\": \"1\",\r\n                    \"BaseUnitIndicator\": \"X\"\r\n                }\r\n            ],\r\n            \"Cost\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\",\r\n                    \"ValidFrom\": \"20200101\",\r\n                    \"ValidTo\": \"99991231\",\r\n                    \"CalculationRate\": \"15\",\r\n                    \"RateUnit\": \"USD\",\r\n                    \"Per\": \"1\",\r\n                    \"PerUnit\": \"EA\",\r\n                    \"PayoutUnitType\": \"MXQT\"\r\n                }\r\n            ],\r\n            \"Descriptions\": [\r\n                {\r\n                    \"LanguageKey\": \"EN\",\r\n                    \"Description\": \"Portable Abrasive Blaster Kit\"\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"20240424013725\",\r\n                    \"LastChangedTimeStamp\": \"20240424014736\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"f430df1e-a66f-4556-b64f-a5e367e028af","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://<<hostname>>/gateway/vpi/Products?$filter= ProductType EQ WXPO","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Products"],"query":[{"key":"$filter","value":" ProductType EQ WXPO"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `Products` request\"\r\n}"}],"_postman_id":"f413a05c-3d7c-4838-9dab-6376f5300ee6"}],"id":"e83012f1-c747-477b-997e-d32f6b6d9b2c","description":"<p>API Endpoint: <strong>Products</strong></p>\n<p>This GTMS interface supports all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Product Master details in/from GTMS.</p>\n<p>Product Master API holds Products, Materials, SkUs master data. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>Header Data</strong> - General Data about the products.</p>\n</li>\n<li><p><strong>Header with Date</strong> - Header Attributes with Validity</p>\n</li>\n<li><p><strong>Business Unit</strong> - General Data about the Business Unit</p>\n</li>\n<li><p><strong>Business Unit with Date</strong> - Business Unit with Validity</p>\n</li>\n<li><p><strong>Identification</strong> - Various identification numbers for the Product</p>\n</li>\n<li><p><strong>Descriptions</strong> - Long description in different languages</p>\n</li>\n<li><p><strong>Unit of Measure</strong> - Data about the various Unit of Measurement</p>\n</li>\n<li><p><strong>Cost</strong> - Product cost data with validity</p>\n</li>\n<li><p><strong>Multi Value Attributes Group</strong> - Group of Attributes having multiple values</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","event":[{"listen":"prerequest","script":{"id":"ffbb5830-3d2d-4b2f-89af-1d34a4c13e1e","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"c9138814-4e67-49bd-855b-c73424168781","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"e83012f1-c747-477b-997e-d32f6b6d9b2c","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"Customers","item":[{"name":"Post Customers","id":"260f7e8c-d2ff-41e5-87e5-45798c315f33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:true}\",\r\n            \"PartnerType\": \"{Type: String, Title: Partner Type, MaxLength: 4, Required:false,DefaultValue:WXCU}\",\r\n            \"CustomerID\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:true}\",\r\n            \"Name\": \"{Type: String, Title: Name, MaxLength: 120, Required:true}\",\r\n            \"Classification\": \"{Type: String, Title: Customer Classification, MaxLength: 4, Required:false}\",\r\n            \"CustomerType\": \"{Type: String, Title: Customer Type, MaxLength: 4, Required:false}\",\r\n            \"Segment\": \"{Type: String, Title: Customer Segment, MaxLength: 4, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Customer Group 1, MaxLength: 10, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Customer Group 2, MaxLength: 10, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Customer Group 3, MaxLength: 4, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Customer Group 7, MaxLength: 4, Required:false}\",\r\n            \"Group8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n            \"ParentCustomer\": \"{Type: String, Title: Entity, MaxLength: 12, Required:false}\",\r\n            \"HierarchyValidFrom\": \"{Type: Date, Title: Hierarchy Valid From, MaxLength: 8, Required:false} \",\r\n            \"HierarchyValidTo\": \"{Type: Date, Title: Hierarchy Valid To, MaxLength: 8, Required:false} \",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Country\": \"{Type: String, Title: Country, MaxLength: 6, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 6, Required:false}\",\r\n            \"SubRegion\": \"{Type: String, Title: Sub-Region, MaxLength: 6, Required:false}\",\r\n            \"DEANumber\": \"{Type: String, Title: DEA Number, MaxLength: 40, Required:false}\",\r\n            \"DUNSNumber\": \"{Type: String, Title: DUNS Number, MaxLength: 128, Required:false}\",\r\n            \"GLNNumber\": \"{Type: String, Title: GLN, MaxLength: 40, Required:false}\",\r\n            \"HINNumber\": \"{Type: String, Title: Hospital Industry Number, MaxLength: 40, Required:false}\",\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: CustomerGroup 7, MaxLength: 4, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Customer Group 9, MaxLength: 4, Required:false}\",\r\n                    \"PriceGroup\": \"{Type: String, Title: Customer Price Group, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n                    \"PaymentPartner\": \"{Type: String, Title: Payment Partner, MaxLength: 10, Required:false}\",\r\n                    \"PaymentMethod\": \"{Type: String, Title: Payment Method, MaxLength: 4, Required:false}\",\r\n                    \"PostingCurrency\": \"{Type: Currency, Title: Posting Currency, MaxLength: 5, Required:false}\"\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"AddressUsage\": \"{Type: String, Title: Address Usage, MaxLength: 10, Required:false}\",\r\n                    \"AddressLine1\": \"{Type: String, Title: Address Line 1, MaxLength: 120, Required:true}\",\r\n                    \"AddressLine2\": \"{Type: String, Title: Address Line 2, MaxLength: 120, Required:false}\",\r\n                    \"City\": \"{Type: String, Title: City, MaxLength: 40, Required:false}\",\r\n                    \"Country\": \"{Type: String, Title: Country, MaxLength: 3, Required:true}\",\r\n                    \"PostalCode\": \"{Type: String, Title: Postal Code, MaxLength: 10, Required:true}\",\r\n                    \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:true}\"\r\n                }\r\n            ],\r\n            \"Identification\": [\r\n                {\r\n                    \"IdentificationType\": \"{Type: String, Title: Identification Type, MaxLength: 4, Required:false}\",\r\n                    \"CustomerIdentification\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:false}\"\r\n                }\r\n            ],\r\n            \"ContactMethods\": [\r\n                {\r\n                    \"ContactType\": \"{Type: String, Title: Contact Type, MaxLength: 4, Required:false}\",\r\n                    \"ContactID\": \"{Type: String, Title: Contact ID, MaxLength: 256, Required:false}\",\r\n                    \"Preferred\": \"{Type: String, Title: Preferred, MaxLength: 1, Required:false}\"\r\n                }\r\n            ],\r\n            \"HeaderAttrsWithDate\": [\r\n                {\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Customer Group 13, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Customer Group 14, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Customer Group 15, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"BusinessUnitAttrsWithDate\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group10\": \"{Type: String, Title: Customer Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Customer Group 11, MaxLength: 4, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Customer Group 12, MaxLength: 4, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Customers","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'Customers', below body shows the entire payload of Customer Master API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Customers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"bc48d401-e011-44a6-9630-f625f8e12a7c","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"MXCU\",\r\n            \"CustomerID\": \"80043\",\r\n            \"Name\": \"Joe's Electric\",\r\n            \"CustomerType\": \"MXC1\",\r\n            \"Company\": \"MX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\",\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"MX01\"\r\n                }\r\n            ],\r\n        },\r\n\t\t{\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"MXCU\",\r\n            \"CustomerID\": \"80019\",\r\n            \"Name\": \"Industrial Supply\",\r\n            \"CustomerType\": \"MXC1\",\r\n            \"Company\": \"MX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Customers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"`Customers` has been completely processed\"\r\n}"},{"id":"a0c351e1-4a24-4291-a9f5-275139fc8d42","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"MXCU\",\r\n            \"CustomerID\": \"80043\",\r\n            \"Name\": \"Joe's Electric\",\r\n            \"CustomerType\": \"MXC1\",\r\n            \"Company\": \"MX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\",\r\n            \"DEANumber\": \"10000037\",\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"MX01\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Code\": \"PARTIALLY_PROCESSED\",\n    \"Message\": \"`Customers` has been uploaded\",\n    \"Success\": {\n        \"Messages\": [\n            \"Customers Vistex API 5803 has been saved\"\n        ]\n    },\n    \"Errors\": {\n        \"Messages\": [\n            \"DEA Number 10000037 is maintained in Customer 80043\",\n            \"Errors while posting\"\n        ],\n        \"Data\": {\n            \"Header\": [\n                {\n                    \"Action\": \"A\",\n                    \"BusinessUnit\": \"US\",\n                    \"Classification\": \"\",\n                    \"Company\": \"WX01\",\n                    \"Country\": \"\",\n                    \"Currency\": \"USD\",\n                    \"CustomerID\": \"80043\",\n                    \"CustomerType\": \"WXC1\",\n                    \"Error\": \"\",\n                    \"Geography\": \"\",\n                    \"Group1\": \"\",\n                    \"Group2\": \"\",\n                    \"Group3\": \"\",\n                    \"Group4\": \"\",\n                    \"Group5\": \"\",\n                    \"Group6\": \"\",\n                    \"Group7\": \"\",\n                    \"Group8\": \"\",\n                    \"HierarchyValidFrom\": null,\n                    \"HierarchyValidTo\": null,\n                    \"Name\": \"Joe's Electric\",\n                    \"ParentCustomer\": \"\",\n                    \"PartnerType\": \"WXCU\",\n                    \"Region\": \"\",\n                    \"Segment\": \"\",\n                    \"SubRegion\": \"\",\n                    \"Address\": [],\n                    \"BusinessUnitAttrs\": [],\n                    \"BusinessUnitAttrsWithDate\": [],\n                    \"CompanyAttrs\": [],\n                    \"ContactMethods\": [],\n                    \"HeaderAttrsWithDate\": [],\n                    \"Identification\": [],\n                    \"MultiValueAttrsGroup1\": [],\n                    \"MultiValueAttrsGroup2\": [],\n                    \"MultiValueAttrsGroup3\": []\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"260f7e8c-d2ff-41e5-87e5-45798c315f33"},{"name":"Get Customers","id":"6c08ad3d-e154-4fa6-981c-fece3c41a4de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"PartnerType\": \"{Type: String, Title: Partner Type, MaxLength: 4, Required:false,DefaultValue:WXCU}\",\r\n            \"CustomerID\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:true}\",\r\n            \"Name\": \"{Type: String, Title: Name, MaxLength: 120, Required:true}\",\r\n            \"Classification\": \"{Type: String, Title: Customer Classification, MaxLength: 4, Required:false}\",\r\n            \"CustomerType\": \"{Type: String, Title: Customer Type, MaxLength: 4, Required:false}\",\r\n            \"Segment\": \"{Type: String, Title: Customer Segment, MaxLength: 4, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Customer Group 1, MaxLength: 10, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Customer Group 2, MaxLength: 10, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Customer Group 3, MaxLength: 4, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Customer Group 7, MaxLength: 4, Required:false}\",\r\n            \"Group8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n            \"ParentCustomer\": \"{Type: String, Title: Entity, MaxLength: 12, Required:false}\",\r\n            \"HierarchyValidFrom\": \"{Type: Date, Title: Hierarchy Valid From, MaxLength: 8, Required:false} \",\r\n            \"HierarchyValidTo\": \"{Type: Date, Title: Hierarchy Valid To, MaxLength: 8, Required:false} \",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Country\": \"{Type: String, Title: Country, MaxLength: 6, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 6, Required:false}\",\r\n            \"SubRegion\": \"{Type: String, Title: Sub-Region, MaxLength: 6, Required:false}\",\r\n            \"DEANumber\": \"{Type: String, Title: DEA Number, MaxLength: 40, Required:false}\",\r\n            \"DUNSNumber\": \"{Type: String, Title: DUNS Number, MaxLength: 128, Required:false}\",\r\n            \"GLNNumber\": \"{Type: String, Title: GLN, MaxLength: 40, Required:false}\",\r\n            \"HINNumber\": \"{Type: String, Title: Hospital Industry Number, MaxLength: 40, Required:false}\",\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: CustomerGroup 7, MaxLength: 4, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Customer Group 9, MaxLength: 4, Required:false}\",\r\n                    \"PriceGroup\": \"{Type: String, Title: Customer Price Group, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n                    \"PaymentPartner\": \"{Type: String, Title: Payment Partner, MaxLength: 10, Required:false}\",\r\n                    \"PaymentMethod\": \"{Type: String, Title: Payment Method, MaxLength: 4, Required:false}\",\r\n                    \"PostingCurrency\": \"{Type: Currency, Title: Posting Currency, MaxLength: 5, Required:false}\"\r\n                }\r\n            ],\r\n            \"Address\": [\r\n                {\r\n                    \"AddressUsage\": \"{Type: String, Title: Address Usage, MaxLength: 10, Required:false}\",\r\n                    \"AddressLine1\": \"{Type: String, Title: Address Line 1, MaxLength: 120, Required:true}\",\r\n                    \"AddressLine2\": \"{Type: String, Title: Address Line 2, MaxLength: 120, Required:false}\",\r\n                    \"City\": \"{Type: String, Title: City, MaxLength: 40, Required:false}\",\r\n                    \"Country\": \"{Type: String, Title: Country, MaxLength: 3, Required:true}\",\r\n                    \"PostalCode\": \"{Type: String, Title: Postal Code, MaxLength: 10, Required:true}\",\r\n                    \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:true}\"\r\n                }\r\n            ],\r\n            \"Identification\": [\r\n                {\r\n                    \"IdentificationType\": \"{Type: String, Title: Identification Type, MaxLength: 4, Required:false}\",\r\n                    \"CustomerIdentification\": \"{Type: String, Title: External Identification, MaxLength: 128, Required:false}\"\r\n                }\r\n            ],\r\n            \"ContactMethods\": [\r\n                {\r\n                    \"ContactType\": \"{Type: String, Title: Contact Type, MaxLength: 4, Required:false}\",\r\n                    \"ContactID\": \"{Type: String, Title: Contact ID, MaxLength: 256, Required:false}\",\r\n                    \"Preferred\": \"{Type: String, Title: Preferred, MaxLength: 1, Required:false}\"\r\n                }\r\n            ],\r\n            \"HeaderAttrsWithDate\": [\r\n                {\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Customer Group 13, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Customer Group 14, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Customer Group 15, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"BusinessUnitAttrsWithDate\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"Group10\": \"{Type: String, Title: Customer Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Customer Group 11, MaxLength: 4, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Customer Group 12, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"{Type: Decimal Nu, Title: Created On, MaxLength: 15, Required:false}\",\r\n                    \"LastChangedTimeStamp\": \"{Type: Decimal Nu, Title: Last Changed On, MaxLength: 15, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Customers","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'Customers', below body shows the entire payload of Customer Master API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Customers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"2a93eced-d8fe-45fb-9fc9-dd9c1b4135d9","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://<<hostname>>/gateway/vpi/Customers?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Customers"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": [\n        {\n            \"PartnerType\": \"MXCU\",\n            \"CustomerID\": \"80043\",\n            \"Name\": \"Joe's Electric\",\n            \"CustomerType\": \"MXC1\",\n            \"Company\": \"MX01\",\n            \"BusinessUnit\": \"US\",\n            \"Currency\": \"USD\",\n            \"BusinessUnitAttrs\": [\n                {\n                    \"BusinessUnit\": \"US\"\n                }\n            ],\n            \"CompanyAttrs\": [\n                {\n                    \"Company\": \"MX01\"\n                }\n            ],\n            \"AdminData\": [\n                {\n                    \"CreatedBy\": \"RGABANI\",\n                    \"CreationTimeStamp\": \"20240424013725\",\n                    \"ChangedBy\": \"RGABANI\",\n                    \"LastChangedTimeStamp\": \"20240424014736\"\n                }\n            ]\n        },\n\t\t{\n            \"PartnerType\": \"MXCU\",\n            \"CustomerID\": \"80019\",\n            \"Name\": \"Industrial Supply\",\n            \"CustomerType\": \"MXC1\",\n            \"Company\": \"MX01\",\n            \"BusinessUnit\": \"US\",\n            \"Currency\": \"USD\",\n            \"BusinessUnitAttrs\": [\n                {\n                    \"BusinessUnit\": \"US\"\n                }\n            ],\n            \"CompanyAttrs\": [\n                {\n                    \"Company\": \"MX01\"\n                }\n            ],\n            \"AdminData\": [\n                {\n                    \"CreationTimeStamp\": \"20240424013725\",\n                    \"LastChangedTimeStamp\": \"20240424014736\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ef3695ac-5d31-408e-9a2f-bdab27bd78cc","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://<<hostname>>/gateway/vpi/Customers?$filter= CustomerType EQ WXC3","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Customers"],"query":[{"key":"$filter","value":" CustomerType EQ WXC3"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `Customers` request\"\r\n}"}],"_postman_id":"6c08ad3d-e154-4fa6-981c-fece3c41a4de"}],"id":"783b548b-bd75-49f3-931b-6e65444a7bd8","description":"<p>API Endpoint: <strong>Customers</strong></p>\n<p>This GTMS Interface Supports all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Customer Master details in/from GTMS.</p>\n<p>Customer Master API stores Customer or Business partner master data. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>Header Data</strong> - General Data about the Customers</p>\n</li>\n<li><p><strong>Header Attributes with Dates</strong> - Header Attributes with Validity</p>\n</li>\n<li><p><strong>Address</strong> - Different address detail like Standard address, Mailing Address , etc.</p>\n</li>\n<li><p><strong>Contact Methods</strong> - Detail about the Contact detail with preference like Email, Cell phone, etc..</p>\n</li>\n<li><p><strong>Business Unit</strong> - General Data about the Business Unit</p>\n</li>\n<li><p><strong>Business Unit with Date</strong> - Business Unit with Validity</p>\n</li>\n<li><p><strong>Company Attributes</strong> - General Data about the Company</p>\n</li>\n<li><p><strong>Identifications</strong> - Various identification numbers for the Customer</p>\n</li>\n<li><p><strong>Multi Value Attributes Group</strong> - Group of Attributes having multiple values.</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"783b548b-bd75-49f3-931b-6e65444a7bd8","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"SalesTransactions","item":[{"name":"Post Sales Transactions","id":"aa79f31d-390b-4156-8a26-58665bb2827a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": [\r\n        {\r\n            \"ExternalDocumentNumber\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:true}\",\r\n            \"ExternalItemNumber\": \"{Type: String, Title: External Item Number, MaxLength: 10, Required:false}\",\r\n            \"LineID\": \"{Type: String, Title: Line GUID, MaxLength: 250, Required:false}\",\r\n            \"ProvidedTransactionType\": \"{Type: String, Title: Provided Transaction Type, MaxLength: 6, Required:false}\",\r\n            \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n            \"PurchaseOrderNumber\": \"{Type: String, Title: Purchase Order Number, MaxLength: 20, Required:false}\",\r\n            \"PurchaseOrderDate\": \"{Type: Date, Title: Purchase Order Date, MaxLength: 8, Required:false} \",\r\n            \"Partner1\": \"{Type: String, Title: Partner 1, MaxLength: 10, Required:true}\",\r\n            \"ReportingDate\": \"{Type: Date, Title: Reporting date, MaxLength: 8, Required:false} \",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:true}\",\r\n            \"Product\": \"{Type: String, Title: Product ID, MaxLength: 10, Required:false}\",\r\n            \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n            \"Quantity1\": \"{Type: Number, Title: Quantity, MaxLength: 15, Required:false}\",\r\n            \"ProvidedUnitofMeasure\": \"{Type: String, Title: Provided Unit of Measure, MaxLength: 20, Required:false}\",\r\n            \"DeterminedUnitofMeasure\": \"{Type: String, Title: Determined Unit of measure, MaxLength: 3, Required:false}\",\r\n            \"ItemType\": \"{Type: String, Title: Item Type, MaxLength: 6, Required:false}\",\r\n            \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Supplier, MaxLength: 10, Required:false}\",\r\n            \"Manufacturer\": \"{Type: String, Title: Manufacturer, MaxLength: 10, Required:false}\",\r\n            \"Warehouse\": \"{Type: String, Title: Warehouse, MaxLength: 10, Required:false}\",\r\n            \"Contract\": \"{Type: String, Title: Contract, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Decimal Nu, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"GrossAmount\": \"{Type: Decimal Nu, Title: Gross Amount, MaxLength: 15, Required:false}\",\r\n            \"Cost1\": \"{Type: Decimal Nu, Title: Cost, MaxLength: 15, Required:false}\",\r\n            \"Cost2\": \"{Type: Decimal Nu, Title: Landed Cost, MaxLength: 15, Required:false}\",\r\n            \"PriceElement1\": \"{Type: Decimal Nu, Title: Price Element 1, MaxLength: 15, Required:false}\",\r\n            \"PriceElement2\": \"{Type: Decimal Nu, Title: Price Element 2, MaxLength: 15, Required:false}\",\r\n            \"PriceElement3\": \"{Type: Decimal Nu, Title: Price Element 3, MaxLength: 15, Required:false}\",\r\n            \"PriceElement4\": \"{Type: Decimal Nu, Title: Price Element 4, MaxLength: 15, Required:false}\",\r\n            \"PriceElement5\": \"{Type: Decimal Nu, Title: Price Element 5, MaxLength: 15, Required:false}\",\r\n            \"PriceElement6\": \"{Type: Decimal Nu, Title: Price Element 6, MaxLength: 15, Required:false}\",\r\n            \"PriceElement7\": \"{Type: Decimal Nu, Title: Price Element 7, MaxLength: 15, Required:false}\",\r\n            \"PriceElement8\": \"{Type: Decimal Nu, Title: Price Element 8, MaxLength: 15, Required:false}\",\r\n            \"PriceElement9\": \"{Type: Decimal Nu, Title: Price Element 9, MaxLength: 15, Required:false}\",\r\n            \"PriceElement10\": \"{Type: Decimal Nu, Title: Price Element 10, MaxLength: 15, Required:false}\",\r\n            \"ListPriceUnit\": \"{Type: Decimal Nu, Title: List Price Unit, MaxLength: 15, Required:false}\",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 20, Required:false}\",\r\n            \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 20, Required:false}\",\r\n            \"TransactionField3\": \"{Type: String, Title: Transaction Field 3, MaxLength: 20, Required:false}\",\r\n            \"TransactionField4\": \"{Type: String, Title: Transaction Field 4, MaxLength: 20, Required:false}\",\r\n            \"TransactionField5\": \"{Type: String, Title: Transaction Field 5, MaxLength: 20, Required:false}\",\r\n            \"TransactionField6\": \"{Type: String, Title: Transaction Field 6, MaxLength: 20, Required:false}\",\r\n            \"TransactionField7\": \"{Type: String, Title: Transaction Field 7, MaxLength: 20, Required:false}\",\r\n            \"TransactionField8\": \"{Type: String, Title: Transaction Field 8, MaxLength: 20, Required:false}\",\r\n            \"TransactionField9\": \"{Type: String, Title: Transaction Field 9, MaxLength: 20, Required:false}\",\r\n            \"Partner2\": \"{Type: String, Title: Partner 2, MaxLength: 10, Required:false}\",\r\n            \"Partner3\": \"{Type: String, Title: Partner 3, MaxLength: 10, Required:false}\",\r\n            \"Contribution\": \"{Type: String, Title: Contribution, MaxLength: 1, Required:false}\",\r\n            \"PaymentDate\": \"{Type: Date, Title: Payment Date, MaxLength: 8, Required:false} \",\r\n            \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup13\": \"{Type: String, Title: Product Group 13, MaxLength: 4, Required:false}\",\r\n            \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n            \"ChargebackAmount\": \"{Type: Decimal Nu, Title: Chargeback Amount, MaxLength: 15, Required:false}\",\r\n            \"TransactionDate\": \"{Type: Date, Title: Partner's Invoice Date, MaxLength: 8, Required:false} \",\r\n            \"BasisDate\": \"{Type: Date, Title: Basis Date, MaxLength: 8, Required:false} \",\r\n            \"NetPrice\": \"{Type: Decimal Nu, Title: Net Price, MaxLength: 15, Required:false}\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SalesTransactions","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SalesTransactions', below body shows the entire payload of Sales Transactions API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SalesTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"ccdb63c1-f7f8-48f6-9819-7cca2975a363","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Items\": [\r\n        {\r\n            \"ExternalDocumentNumber\": \"ABC_532_229\",\r\n            \"ExternalItemNumber\": \"10\",\r\n            \"LineID\": \"ABC_532_229_10_US\",\r\n            \"ProvidedTransactionType\": \"WXDS\",\r\n            \"Partner1\": \"80043\",\r\n            \"ReportingDate\": \"20240401\",\r\n            \"Currency\": \"USD\",\r\n            \"Product\": \"3702500\",\r\n            \"Quantity\": \"10\",\r\n            \"ProvidedUnitofMeasure\": \"EA\",\r\n            \"DeterminedUnitofMeasure\": \"EA\",\r\n            \"ItemUnit\": \"EA\",\r\n            \"Supplier\": \"JTAUTOINC\",\r\n            \"NetValue\": \"120.00\",\r\n            \"PriceElement1\": \"12.80\",\r\n            \"PriceElement2\": \"15.40\",\r\n            \"PriceElement3\": \"192.65\",\r\n            \"PriceElement4\": \"2532.80\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Company\": \"WX01\"\r\n        },\r\n\t\t{\r\n            \"ExternalDocumentNumber\": \"ABC_532_229\",\r\n            \"ExternalItemNumber\": \"20\",\r\n            \"LineID\": \"ABC_532_229_20_US\",\r\n            \"ProvidedTransactionType\": \"WXDS\",\r\n            \"Partner1\": \"80019\",\r\n            \"ReportingDate\": \"20240401\",\r\n            \"Currency\": \"USD\",\r\n            \"Product\": \"6032800\",\r\n            \"Quantity\": \"10.00\",\r\n            \"ProvidedUnitofMeasure\": \"EA\",\r\n            \"DeterminedUnitofMeasure\": \"EA\",\r\n            \"ItemUnit\": \"EA\",\r\n            \"Supplier\": \"LTOOLSINC\",\r\n            \"NetValue\": \"50.00\",\r\n            \"PriceElement1\": \"5.00\",\r\n            \"PriceElement2\": \"5.00\",\r\n            \"PriceElement3\": \"0.00\",\r\n            \"PriceElement4\": \"1.00\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Company\": \"WX01\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Code\": \"FULLY_PROCESSED\",\n    \"Message\": \"`SalesTransactions` has been completely processed\"\n}"},{"id":"faaf85e3-86c1-4445-a767-cb363e899a47","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa79f31d-390b-4156-8a26-58665bb2827a"},{"name":"Get Sales Transactions","id":"51fb5163-81e5-459c-b546-aa3edae9d058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Items\": [\r\n        {\r\n            \"ExternalDocumentNumber\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:true}\",\r\n            \"ExternalItemNumber\": \"{Type: String, Title: External Item Number, MaxLength: 10, Required:false}\",\r\n            \"LineID\": \"{Type: String, Title: Line GUID, MaxLength: 250, Required:false}\",\r\n            \"ProvidedTransactionType\": \"{Type: String, Title: Provided Transaction Type, MaxLength: 6, Required:false}\",\r\n            \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n            \"PurchaseOrderNumber\": \"{Type: String, Title: Purchase Order Number, MaxLength: 20, Required:false}\",\r\n            \"PurchaseOrderDate\": \"{Type: Date, Title: Purchase Order Date, MaxLength: 8, Required:false} \",\r\n            \"Partner1\": \"{Type: String, Title: Partner 1, MaxLength: 10, Required:true}\",\r\n            \"ReportingDate\": \"{Type: Date, Title: Reporting date, MaxLength: 8, Required:false} \",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:true}\",\r\n            \"Product\": \"{Type: String, Title: Product ID, MaxLength: 10, Required:false}\",\r\n            \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n            \"Quantity1\": \"{Type: Number, Title: Quantity, MaxLength: 15, Required:false}\",\r\n            \"ProvidedUnitofMeasure\": \"{Type: String, Title: Provided Unit of Measure, MaxLength: 20, Required:false}\",\r\n            \"DeterminedUnitofMeasure\": \"{Type: String, Title: Determined Unit of measure, MaxLength: 3, Required:false}\",\r\n            \"ItemType\": \"{Type: String, Title: Item Type, MaxLength: 6, Required:false}\",\r\n            \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Supplier, MaxLength: 10, Required:false}\",\r\n            \"Manufacturer\": \"{Type: String, Title: Manufacturer, MaxLength: 10, Required:false}\",\r\n            \"Warehouse\": \"{Type: String, Title: Warehouse, MaxLength: 10, Required:false}\",\r\n            \"Contract\": \"{Type: String, Title: Contract, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Decimal Nu, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"GrossAmount\": \"{Type: Decimal Nu, Title: Gross Amount, MaxLength: 15, Required:false}\",\r\n            \"Cost1\": \"{Type: Decimal Nu, Title: Cost, MaxLength: 15, Required:false}\",\r\n            \"Cost2\": \"{Type: Decimal Nu, Title: Landed Cost, MaxLength: 15, Required:false}\",\r\n            \"PriceElement1\": \"{Type: Decimal Nu, Title: Price Element 1, MaxLength: 15, Required:false}\",\r\n            \"PriceElement2\": \"{Type: Decimal Nu, Title: Price Element 2, MaxLength: 15, Required:false}\",\r\n            \"PriceElement3\": \"{Type: Decimal Nu, Title: Price Element 3, MaxLength: 15, Required:false}\",\r\n            \"PriceElement4\": \"{Type: Decimal Nu, Title: Price Element 4, MaxLength: 15, Required:false}\",\r\n            \"PriceElement5\": \"{Type: Decimal Nu, Title: Price Element 5, MaxLength: 15, Required:false}\",\r\n            \"PriceElement6\": \"{Type: Decimal Nu, Title: Price Element 6, MaxLength: 15, Required:false}\",\r\n            \"PriceElement7\": \"{Type: Decimal Nu, Title: Price Element 7, MaxLength: 15, Required:false}\",\r\n            \"PriceElement8\": \"{Type: Decimal Nu, Title: Price Element 8, MaxLength: 15, Required:false}\",\r\n            \"PriceElement9\": \"{Type: Decimal Nu, Title: Price Element 9, MaxLength: 15, Required:false}\",\r\n            \"PriceElement10\": \"{Type: Decimal Nu, Title: Price Element 10, MaxLength: 15, Required:false}\",\r\n            \"ListPriceUnit\": \"{Type: Decimal Nu, Title: List Price Unit, MaxLength: 15, Required:false}\",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 20, Required:false}\",\r\n            \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 20, Required:false}\",\r\n            \"TransactionField3\": \"{Type: String, Title: Transaction Field 3, MaxLength: 20, Required:false}\",\r\n            \"TransactionField4\": \"{Type: String, Title: Transaction Field 4, MaxLength: 20, Required:false}\",\r\n            \"TransactionField5\": \"{Type: String, Title: Transaction Field 5, MaxLength: 20, Required:false}\",\r\n            \"TransactionField6\": \"{Type: String, Title: Transaction Field 6, MaxLength: 20, Required:false}\",\r\n            \"TransactionField7\": \"{Type: String, Title: Transaction Field 7, MaxLength: 20, Required:false}\",\r\n            \"TransactionField8\": \"{Type: String, Title: Transaction Field 8, MaxLength: 20, Required:false}\",\r\n            \"TransactionField9\": \"{Type: String, Title: Transaction Field 9, MaxLength: 20, Required:false}\",\r\n            \"Partner2\": \"{Type: String, Title: Partner 2, MaxLength: 10, Required:false}\",\r\n            \"Partner3\": \"{Type: String, Title: Partner 3, MaxLength: 10, Required:false}\",\r\n            \"Contribution\": \"{Type: String, Title: Contribution, MaxLength: 1, Required:false}\",\r\n            \"PaymentDate\": \"{Type: Date, Title: Payment Date, MaxLength: 8, Required:false} \",\r\n            \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup13\": \"{Type: String, Title: Product Group 13, MaxLength: 4, Required:false}\",\r\n            \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n            \"ChargebackAmount\": \"{Type: Decimal Nu, Title: Chargeback Amount, MaxLength: 15, Required:false}\",\r\n            \"TransactionDate\": \"{Type: Date, Title: Partner's Invoice Date, MaxLength: 8, Required:false} \",\r\n            \"BasisDate\": \"{Type: Date, Title: Basis Date, MaxLength: 8, Required:false} \",\r\n            \"NetPrice\": \"{Type: Decimal Nu, Title: Net Price, MaxLength: 15, Required:false}\",\r\n            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"{Type: Decimal Nu, Title: Created On, MaxLength: 15, Required:false}\",\r\n                    \"LastChangedTimeStamp\": \"{Type: Decimal Nu, Title: Last Changed On, MaxLength: 15, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SalesTransactions","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SalesTransactions', below body shows the entire payload of Sales Transactions API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SalesTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"16a46951-5fbd-4003-9740-e6c47651f3fb","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/SalesTransactions?$filter = ExternalDocumentNumber EQ ABC_532_229","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","SalesTransactions"],"query":[{"key":"$filter ","value":" ExternalDocumentNumber EQ ABC_532_229"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"SalesTransactions\": [\n        {\n            \"Items\": [\n                {\n                    \"ExternalDocumentNumber\": \"ABC_532_229\",\n                    \"ExternalItemNumber\": \"10\",\n                    \"LineID\": \"ABC_532_229_10_US\",\n                    \"ProvidedTransactionType\": \"WXDS\",\n                    \"Partner1\": \"80043\",\n                    \"ReportingDate\": \"20240401\",\n                    \"Currency\": \"USD\",\n                    \"Product\": \"3702500\",\n                    \"Quantity\": \"10\",\n                    \"ProvidedUnitofMeasure\": \"EA\",\n                    \"DeterminedUnitofMeasure\": \"EA\",\n                    \"ItemUnit\": \"EA\",\n                    \"Supplier\": \"JTAUTOINC\",\n                    \"NetValue\": \"120.00\",\n                    \"PriceElement1\": \"12.80\",\n                    \"PriceElement2\": \"15.40\",\n                    \"PriceElement3\": \"192.65\",\n                    \"PriceElement4\": \"2532.80\",\n                    \"BusinessUnit\": \"US\",\n                    \"Company\": \"WX01\",\n                    \"AdminData\": [\n                        {\n                            \"CreationTimeStamp\": \"20240424013725\",\n                            \"LastChangedTimeStamp\": \"20240424014736\"\n                        }\n                    ]\n                },\n                {\n                    \"ExternalDocumentNumber\": \"ABC_532_229\",\n                    \"ExternalItemNumber\": \"20\",\n                    \"LineID\": \"ABC_532_229_20_US\",\n                    \"ProvidedTransactionType\": \"WXDS\",\n                    \"Partner1\": \"80019\",\n                    \"ReportingDate\": \"20240401\",\n                    \"Currency\": \"USD\",\n                    \"Product\": \"6032800\",\n                    \"Quantity\": \"10.00\",\n                    \"ProvidedUnitofMeasure\": \"EA\",\n                    \"DeterminedUnitofMeasure\": \"EA\",\n                    \"ItemUnit\": \"EA\",\n                    \"Supplier\": \"LTOOLSINC\",\n                    \"NetValue\": \"50.00\",\n                    \"PriceElement1\": \"5.00\",\n                    \"PriceElement2\": \"5.00\",\n                    \"PriceElement3\": \"0.00\",\n                    \"PriceElement4\": \"1.00\",\n                    \"BusinessUnit\": \"US\",\n                    \"Company\": \"WX01\",\n                    \"AdminData\": [\n                        {\n                            \"CreationTimeStamp\": \"20240424013725\",\n                            \"LastChangedTimeStamp\": \"20240424014736\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"776c3377-c8b9-42b0-b281-8bdf60d22db7","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51fb5163-81e5-459c-b546-aa3edae9d058"}],"id":"6af3ed4c-817a-457a-a116-8f8731085d80","description":"<p>API Endpoint: <strong>SalesTransactions</strong></p>\n<p>This GTMS interface supports all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Sales Transactions in/from GTMS. This object has following data section with cardinality mentioned in bracket.</p>\n<ul>\n<li><strong>Items</strong> <strong>-</strong> General details about Sales Transactions</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"6af3ed4c-817a-457a-a116-8f8731085d80","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"Condition Records","item":[{"name":"Post Condition Records","id":"ae1bcbf5-9c5c-4b57-9e70-8c2dd8070493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"CondRecords\": [\r\n        {\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Product\": \"{Type: String, Title: Product, MaxLength: 128, Required:false}\",\r\n            \"TerritoryID\": \"{Type: String, Title: Territory, MaxLength: 10, Required:false}\",\r\n            \"ProductHierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\",\r\n            \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"PriceGroup\": \"{Type: String, Title: Price Group, MaxLength: 4, Required:false}\",\r\n            \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n            \"Customer\": \"{Type: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n            \"CalculationRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n            \"CalculationRateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n            \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n            \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n            \"PayoutUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n            \"Numerator\": \"{Type: Decimal Nu, Title: Numerator, MaxLength: 5, Required:false}\",\r\n            \"Denominator\": \"{Type: Decimal Nu, Title: Denominator, MaxLength: 5, Required:false}\",\r\n            \"LegalValidFrom\": \"{Type: Date, Title: Legal Valid From, MaxLength: 8, Required:false} \",\r\n            \"LegalValidTo\": \"{Type: Date, Title: Legal Valid To, MaxLength: 8, Required:false} \"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/ConditionRecords","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ConditionRecords', below body shows the entire payload of Condition Records API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ConditionRecords"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"83e0bfd2-77f4-4132-ba7e-f4be074dabb4","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CondRecords\": [\r\n        {\r\n            \"BusinessUnit\": \"US\",\r\n            \"Product\": \"3702500\",\r\n            \"ValidFrom\": \"20230101\",\r\n            \"ValidTo\": \"99991231\",\r\n            \"CalculationRate\": \"10.00\",\r\n            \"CalculationRateUnit\": \"USD\",\r\n            \"Per\": \"1\",\r\n            \"PerUnit\": \"EA\",\r\n            \"PayoutUnitType\": \"WXQT\",\r\n            \"Numerator\": \"1\",\r\n            \"Denominator\": \"1\"\r\n        },\r\n\t\t{\r\n            \"BusinessUnit\": \"US\",\r\n            \"Product\": \"3702500\",\r\n            \"Customer\": \"80019\",\r\n            \"ValidFrom\": \"20240101\",\r\n            \"ValidTo\": \"20281231\",\r\n            \"CalculationRate\": \"20.00\",\r\n            \"CalculationRateUnit\": \"USD\",\r\n            \"Per\": \"1\",\r\n            \"PerUnit\": \"EA\",\r\n            \"PayoutUnitType\": \"WXQT\",\r\n            \"Numerator\": \"1\",\r\n            \"Denominator\": \"1\"\r\n        },\r\n\t\t{\r\n            \"BusinessUnit\": \"US\",\r\n            \"Product\": \"3702500\",\r\n            \"Supplier\": \"LTOOLSINC\",\r\n            \"ValidFrom\": \"20240101\",\r\n            \"ValidTo\": \"20301231\",\r\n            \"CalculationRate\": \"5.00\",\r\n            \"CalculationRateUnit\": \"USD\",\r\n            \"Per\": \"1\",\r\n            \"PerUnit\": \"EA\",\r\n            \"PayoutUnitType\": \"WXQT\",\r\n            \"Numerator\": \"1\",\r\n            \"Denominator\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"`ConditionRecords` has been completely processed\"\r\n}"},{"id":"ca6c1803-85f3-47e8-9edc-ef289fedc8b0","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae1bcbf5-9c5c-4b57-9e70-8c2dd8070493"},{"name":"Get Condition Records","id":"4d35e8e2-ed55-4e0a-ae5a-93783698096c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/ConditionRecords","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ConditionRecords', below body shows the entire payload of Condition Records API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ConditionRecords"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"eb99c195-fb67-4cd7-abef-2eda7b515272","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/ConditionRecords?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","ConditionRecords"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"ConditionRecords\": [\r\n        {\r\n            \"CondRecords\": [\r\n                {\r\n                    \"ValidFrom\": null,\r\n                    \"ValidTo\": null\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"7ee2a522-3ba7-48f1-80bd-c60d10e8d203","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d35e8e2-ed55-4e0a-ae5a-93783698096c"}],"id":"fd9b8a95-36b0-4a0e-ae84-34cc62b7a08c","description":"<p>API Endpoint: <strong>ConditionRecords</strong></p>\n<p>This GTMS API supports, all CRUD operations. Using this synchronous API enables you to read, Create, Change, Read &amp; Delete Condition Records in/from GTMS. This object has following data section with cardinality mentioned in bracket.</p>\n<ul>\n<li><strong>CondRecords</strong> <strong>-</strong> General details about Condition Records</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"fd9b8a95-36b0-4a0e-ae84-34cc62b7a08c","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"BillbackOutgoingPayments","item":[{"name":"Get Supplier Outgoing Payments","id":"eefa50b3-0f7c-42ad-a792-55184dcfa38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"PaymentStatus\": \"{Type: String, Title: Payment Clearing Status, MaxLength: 1, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Partner\": \"{Type: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n            \"PaymentReference\": \"{Type: String, Title: Incoming Payment Reference, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"PayoutVendor\": \"{Type: String, Title: Payout Vendor, MaxLength: 10, Required:false}\",\r\n            \"Item\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n                    \"TransacationID\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                    \"PostingAccount\": \"{Type: String, Title: Posting Account, MaxLength: 10, Required:false}\",\r\n                    \"ProductHierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\",\r\n                    \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n                    \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n                    \"MasterAgreement\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n                    \"Material\": \"{Type: String, Title: Product, MaxLength: 10, Required:false}\",\r\n                    \"NetPurchases\": \"{Type: Currency, Title: Net Purchases, MaxLength: 15, Required:false}\",\r\n                    \"NetSales\": \"{Type: Currency, Title: Net Sales, MaxLength: 15, Required:false}\",\r\n                    \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n                    \"PayoutVendor\": \"{Type: String, Title: Payout Vendor, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel1\": \"{Type: String, Title: Product Hierarchy Level-1, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel2\": \"{Type: String, Title: Product Hierarchy Level-2, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel3\": \"{Type: String, Title: Product Hierarchy Level-3, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel4\": \"{Type: String, Title: Product Hierarchy Level-4, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel5\": \"{Type: String, Title: Product Hierarchy Level-5, MaxLength: 4, Required:false}\",\r\n                    \"PurchaseTransactionType\": \"{Type: String, Title: Purchase Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"PostingDate\": \"{Type: Date, Title: Posting Date, MaxLength: 8, Required:false} \",\r\n                    \"PostingKey\": \"{Type: String, Title: Posting Key, MaxLength: 4, Required:false}\",\r\n                    \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n                    \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"SubAgreementID\": \"{Type: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"VendorGroup1\": \"{Type: String, Title: Vendor Group 1, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup2\": \"{Type: String, Title: Vendor Group 2, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup3\": \"{Type: String, Title: Vendor Group 3, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup4\": \"{Type: String, Title: Vendor Group 4, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup5\": \"{Type: String, Title: Vendor Group 5, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup6\": \"{Type: String, Title: Vendor Group 6, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup10\": \"{Type: String, Title: Vendor Group 10, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup7\": \"{Type: String, Title: Vendor Group 7, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup8\": \"{Type: String, Title: Vendor Group 8, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup9\": \"{Type: String, Title: Vendor Group 9, MaxLength: 4, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierOutgoingPayments","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierOutgoingPayments', below body shows the entire payload of Supplier Outgoing Payments API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierOutgoingPayments"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"137fdc0f-11f5-4ea1-bd20-3c9d0b53104e","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/SupplierOutgoingPayments?$filter = PaymentReference EQ 0001000301","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","SupplierOutgoingPayments"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000301"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"SupplierOutgoingPayments\": [\r\n    {\r\n      \"Header\": [\r\n        {\r\n          \"PaymentStatus\": \"S\",\r\n          \"Company\": \"WX01\",\r\n          \"Currency\": \"USD\",\r\n          \"Partner\": \"JTAUTOINC\",\r\n          \"PaymentReference\": \"0001000301\",\r\n          \"NetValue\": \"246468.17\",\r\n          \"Item\": [\r\n            {\r\n              \"BusinessUnit\": \"US\",\r\n              \"Currency\": \"USD\",\r\n              \"TransacationID\": \"1_I-0195580150_FP20_GODAVEG0052\",\r\n              \"ItemUnit\": \"EA\",\r\n              \"MasterAgreement\": \"VLT_GV_ABC01\",\r\n              \"Product\": \"3702500\",\r\n              \"NetPurchases\": \"0.00\",\r\n              \"NetSales\": \"1461.30\",\r\n              \"NetValue\": \"29.23\",\r\n              \"ProductGroup1\": \"PRTL\",\r\n              \"SubAgreementID\": \"VLT_GV_ABC01_02\"\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}"},{"id":"2c11ddc1-c43d-42cd-9e33-30b9559f6261","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eefa50b3-0f7c-42ad-a792-55184dcfa38f"}],"id":"e978edbe-4c30-416b-960d-8bcfa83f1df5","description":"<p>API Endpoint: <strong>SupplierOutgoingPayments</strong></p>\n<p>This GTMS API supports, GET operation. Using this synchronous API enables you to Read Supplier rebate settlement Records in GTMS. All the required details are in Header and Item sections. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><strong>Header</strong> - General data related to payment such as payment reference, net value, currency, company, etc.</li>\n<li><strong>Items</strong> <strong>-</strong> Payment item detail, such as amount, currency, Product, Product groups, Supplier Groups, etc..</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"e978edbe-4c30-416b-960d-8bcfa83f1df5","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"BillbackOutgoingAccrual","item":[{"name":"Get Supplier Outgoing Accrual","id":"6e09e177-bee7-4793-b795-f83b0cdf1598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"PaymentStatus\": \"{Type: String, Title: Payment Clearing Status, MaxLength: 1, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Partner\": \"{Type: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n            \"PaymentReference\": \"{Type: String, Title: Incoming Payment Reference, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"Item\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n                    \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n                    \"TransacationID\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                    \"PostingAccount\": \"{Type: String, Title: Posting Account, MaxLength: 10, Required:false}\",\r\n                    \"ProductHierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\",\r\n                    \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n                    \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n                    \"MasterAgreement\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n                    \"Product\": \"{Type: String, Title: Product, MaxLength: 10, Required:false}\",\r\n                    \"NetPurchases\": \"{Type: Currency, Title: Net Purchases, MaxLength: 15, Required:false}\",\r\n                    \"NetSales\": \"{Type: Currency, Title: Net Sales, MaxLength: 15, Required:false}\",\r\n                    \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n                    \"PayoutVendor\": \"{Type: String, Title: Payout Vendor, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel1\": \"{Type: String, Title: Product Hierarchy Level-1, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel2\": \"{Type: String, Title: Product Hierarchy Level-2, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel3\": \"{Type: String, Title: Product Hierarchy Level-3, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel4\": \"{Type: String, Title: Product Hierarchy Level-4, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel5\": \"{Type: String, Title: Product Hierarchy Level-5, MaxLength: 4, Required:false}\",\r\n                    \"PurchaseTransactionType\": \"{Type: String, Title: Purchase Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"PostingDate\": \"{Type: Date, Title: Posting Date, MaxLength: 8, Required:false} \",\r\n                    \"PostingKey\": \"{Type: String, Title: Posting Key, MaxLength: 4, Required:false}\",\r\n                    \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n                    \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"SubAgreementID\": \"{Type: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"VendorGroup1\": \"{Type: String, Title: Vendor Group 1, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup2\": \"{Type: String, Title: Vendor Group 2, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup3\": \"{Type: String, Title: Vendor Group 3, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup4\": \"{Type: String, Title: Vendor Group 4, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup5\": \"{Type: String, Title: Vendor Group 5, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup6\": \"{Type: String, Title: Vendor Group 6, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup10\": \"{Type: String, Title: Vendor Group 10, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup7\": \"{Type: String, Title: Vendor Group 7, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup8\": \"{Type: String, Title: Vendor Group 8, MaxLength: 4, Required:false}\",\r\n                    \"VendorGroup9\": \"{Type: String, Title: Vendor Group 9, MaxLength: 4, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierOutgoingAccrual","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierOutgoingPayments', below body shows the entire payload of Supplier Outgoing Payments API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierOutgoingAccrual"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"827b7074-3a77-44ae-ba73-3c8f2ef518b0","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/SupplierOutgoingAccrual?$filter = PaymentReference EQ 0001000300","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","SupplierOutgoingAccrual"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000300"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"SupplierOutgoingAccrual\": [\r\n        {\r\n            \"Header\": [\r\n                {\r\n                    \"PaymentStatus\": \"S\",\r\n                    \"Company\": \"1\",\r\n                    \"Currency\": \"USD\",\r\n                    \"Partner\": \"FP20GODAVEG01\",\r\n                    \"PaymentReference\": \"0001000300\",\r\n                    \"NetValue\": \"246468.17\",\r\n                    \"Item\": [\r\n                        {\r\n                            \"Company\": \"WX01\",\r\n                            \"Currency\": \"USD\",\r\n                            \"TransacationID\": \"1_I-0195580150_FP20_GODAVEG0052\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"MasterAgreement\": \"GDETEFLATCHECK\",\r\n                            \"Product\": \"3702500\",\r\n                            \"NetSales\": \"1461.30\",\r\n                            \"NetValue\": \"29.23\",\r\n                            \"SubAgreementID\": \"GDETEFLATCHECKSA\"\r\n                        },\r\n                        {\r\n                            \"Company\": \"WX01\",\r\n                            \"Currency\": \"USD\",\r\n                            \"TransacationID\": \"1_I-0195580150_FP20_GODAVEG0334\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"MasterAgreement\": \"GDETEFLATCHECK\",\r\n                            \"Product\": \"6032800\",\r\n                            \"NetSales\": \"26684.10\",\r\n                            \"NetValue\": \"533.68\",\r\n                            \"SubAgreementID\": \"GDETEFLATCHECKSA\",\r\n                            \"VendorGroup1\": \"Z\"\r\n                        }\r\n\t\t\t\t\t]\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t}\r\n\t]\r\n}"},{"id":"31ec3f7d-a9bf-416a-890a-4fb6f411cc79","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e09e177-bee7-4793-b795-f83b0cdf1598"}],"id":"22b7013e-98a2-41d2-8ea0-927eee1d9c02","description":"<p>API Endpoint: <strong>SupplierOutgoingAccrual</strong></p>\n<p>This GTMS API supports, GET operation. Using this synchronous API enables you to Read Supplier rebate accrual Records in GTMS. All the required details are in Header and Item sections. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><strong>Header</strong> - General data related to payment such as payment reference, net value, currency, company, etc.</li>\n<li><strong>Items</strong> <strong>-</strong> Payment item detail, such as amount, currency, Product, Product groups, Supplier Groups, etc..</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"22b7013e-98a2-41d2-8ea0-927eee1d9c02","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"CustomerOutgoingPayments","item":[{"name":"Get Customer Outgoing Payments","id":"ce723a09-de4a-4d4c-8a4b-630ec6747232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"PaymentStatus\": \"{Type: String, Title: Payment Clearing Status, MaxLength: 1, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"PaymentReference\": \"{Type: String, Title: Incoming Payment Reference, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"PaymentGroupSplitCriteria\": \"{Type: String, Title: Payment Group Split Criteria, MaxLength: 140, Required:false}\",\r\n            \"Partner\": \"{Type: String, Title: Partner, MaxLength: 10, Required:false}\",\r\n            \"Item\": [\r\n                {\r\n                    \"NetSales\": \"{Type: Currency, Title: Net Sales, MaxLength: 15, Required:false}\",\r\n                    \"Product\": \"{Type: String, Title: Product, MaxLength: 10, Required:false}\",\r\n                    \"MasterAgreementExternalID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n                    \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n                    \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n                    \"ProductHierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\",\r\n                    \"PostingAccount\": \"{Type: String, Title: Posting Account, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                    \"TransacationID\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:false}\",\r\n                    \"CustomerGroup9\": \"{Type: String, Title: Customer Group 9, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup7\": \"{Type: String, Title: Price Group, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup3\": \"{Type: String, Title: Customer Group 3, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup2\": \"{Type: String, Title: Customer Group 2, MaxLength: 10, Required:false}\",\r\n                    \"CustomerGroup1\": \"{Type: String, Title: Customer Group 1, MaxLength: 10, Required:false}\",\r\n                    \"CustomerGroup10\": \"{Type: String, Title: Customer Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n                    \"SubAgreementExternalID\": \"{Type: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n                    \"PostingKey\": \"{Type: String, Title: Posting Key, MaxLength: 4, Required:false}\",\r\n                    \"PostingDate\": \"{Type: Date, Title: Posting Date, MaxLength: 8, Required:false} \",\r\n                    \"ProductHierarchyLevel5\": \"{Type: String, Title: Product Hierarchy Level-5, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel4\": \"{Type: String, Title: Product Hierarchy Level-4, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel3\": \"{Type: String, Title: Product Hierarchy Level-3, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel2\": \"{Type: String, Title: Product Hierarchy Level-2, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel1\": \"{Type: String, Title: Product Hierarchy Level-1, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"PayoutCustomer\": \"{Type: String, Title: Payout Customer, MaxLength: 10, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerOutgoingPayments","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerOutgoingPayments', below body shows the entire payload of Customer Outgoing Payments API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerOutgoingPayments"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"f44d942d-cd5b-45e2-864b-756c58739862","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingPayments?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingPayments"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"CustomerOutgoingPayments\": [\r\n        {\r\n            \"Header\": [\r\n                {\r\n                    \"PaymentStatus\": \"O\",\r\n                    \"Company\": \"1\",\r\n                    \"Currency\": \"USD\",\r\n                    \"PaymentReference\": \"\",\r\n                    \"NetValue\": \"6000.00\",\r\n                    \"PaymentGroupSplitCriteria\": \"\",\r\n                    \"Partner\": \"80043\",\r\n                    \"Item\": [\r\n                        {\r\n                            \"NetSales\": \"0.00\",\r\n                            \"Product\": \"3702500\",\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"TransacationID\": \"CNCN11111\",\r\n                            \"Currency\": \"USD\",\r\n                            \"NetValue\": \"500.00\",\r\n                            \"SubAgreementExternalID\": \"Promotions_PaymentsCRSA\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"ProductGroup1\": \"2050\"\r\n                        },\r\n                        {\r\n                            \"Product\": \"6032800\",\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"TransacationID\": \"CNCN11113\",\r\n                            \"Currency\": \"USD\",\r\n                            \"NetValue\": \"500.00\",\r\n                            \"SubAgreementExternalID\": \"Promotions_PaymentsCRSA\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"ProductGroup1\": \"2050\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"53db25b3-7c4e-4440-bd28-08c728b92bc7","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce723a09-de4a-4d4c-8a4b-630ec6747232"}],"id":"b7a05702-4e19-4c42-a32a-967ac5e248d9","description":"<p>API Endpoint: <strong>CustomerOutgoingPayments</strong></p>\n<p>This GTMS API supports, GET operations. Using this synchronous API enables you to read Customer rebate settlement Records in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><strong>Header</strong> - General data related to payment such as payment reference, net value, currency, company, etc.</li>\n<li><strong>Items</strong> <strong>-</strong> Payment item detail, such as amount, currency, Product, Product groups, Customer Groups, etc..</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"b7a05702-4e19-4c42-a32a-967ac5e248d9","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"CustomerOutgoingAccrual","item":[{"name":"Get Customer Outgoing Accrual","id":"1ae63713-80ff-4204-bf42-361d6532446f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"PaymentStatus\": \"{Type: String, Title: Payment Clearing Status, MaxLength: 1, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"PaymentReference\": \"{Type: String, Title: Incoming Payment Reference, MaxLength: 40, Required:false}\",\r\n            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"PaymentGroupSplitCriteria\": \"{Type: String, Title: Payment Group Split Criteria, MaxLength: 140, Required:false}\",\r\n            \"Partner\": \"{Type: String, Title: Partner, MaxLength: 10, Required:false}\",\r\n            \"Item\": [\r\n                {\r\n                    \"NetSales\": \"{Type: Currency, Title: Net Sales, MaxLength: 15, Required:false}\",\r\n                    \"Product\": \"{Type: String, Title: Product, MaxLength: 10, Required:false}\",\r\n                    \"MasterAgreementExternalID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n                    \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n                    \"ItemUnit\": \"{Type: String, Title: Item Unit, MaxLength: 3, Required:false}\",\r\n                    \"ProductHierarchy\": \"{Type: String, Title: Product Hierarchy, MaxLength: 60, Required:false}\",\r\n                    \"PostingAccount\": \"{Type: String, Title: Posting Account, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                    \"TransacationID\": \"{Type: String, Title: External Document Number, MaxLength: 128, Required:false}\",\r\n                    \"CustomerGroup9\": \"{Type: String, Title: Customer Group 9, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup8\": \"{Type: String, Title: Customer Group 8, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup7\": \"{Type: String, Title: Price Group, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup6\": \"{Type: String, Title: Customer Group 6, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup5\": \"{Type: String, Title: Customer Group 5, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup4\": \"{Type: String, Title: Customer Group 4, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup3\": \"{Type: String, Title: Customer Group 3, MaxLength: 4, Required:false}\",\r\n                    \"CustomerGroup2\": \"{Type: String, Title: Customer Group 2, MaxLength: 10, Required:false}\",\r\n                    \"CustomerGroup1\": \"{Type: String, Title: Customer Group 1, MaxLength: 10, Required:false}\",\r\n                    \"CustomerGroup10\": \"{Type: String, Title: Customer Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n                    \"SubAgreementExternalID\": \"{Type: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SalesTransactionType\": \"{Type: String, Title: Sales Transaction Type, MaxLength: 4, Required:false}\",\r\n                    \"Quantity\": \"{Type: Decimal Nu, Title: Quantity, MaxLength: 15, Required:false}\",\r\n                    \"PostingKey\": \"{Type: String, Title: Posting Key, MaxLength: 4, Required:false}\",\r\n                    \"PostingDate\": \"{Type: Date, Title: Posting Date, MaxLength: 8, Required:false} \",\r\n                    \"ProductHierarchyLevel5\": \"{Type: String, Title: Product Hierarchy Level-5, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel4\": \"{Type: String, Title: Product Hierarchy Level-4, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel3\": \"{Type: String, Title: Product Hierarchy Level-3, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel2\": \"{Type: String, Title: Product Hierarchy Level-2, MaxLength: 4, Required:false}\",\r\n                    \"ProductHierarchyLevel1\": \"{Type: String, Title: Product Hierarchy Level-1, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup9\": \"{Type: String, Title: Product Group 9, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup8\": \"{Type: String, Title: Product Group 8, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup6\": \"{Type: String, Title: Product Group 6, MaxLength: 4, Required:false}\",\r\n                    \"ProductGroup5\": \"{Type: String, Title: Product Group 5, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup4\": \"{Type: String, Title: Product Group 4, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup3\": \"{Type: String, Title: Product Group 3, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup2\": \"{Type: String, Title: Product Group 2, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n                    \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n                    \"PayoutCustomer\": \"{Type: String, Title: Payout Customer, MaxLength: 10, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerOutgoingAccrual","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerOutgoingPayments', below body shows the entire payload of Customer Outgoing Payments API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerOutgoingAccrual"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"9a19e975-e5ed-4194-b215-980722ba603a","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingAccrual?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingAccrual"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"CustomerOutgoingAccrual\": [\r\n        {\r\n            \"Header\": [\r\n                {\r\n                    \"PaymentStatus\": \"O\",\r\n                    \"Currency\": \"USD\",\r\n                    \"NetValue\": \"6000.00\",\r\n                    \"Partner\": \"0000024382\",\r\n                    \"Item\": [\r\n                        {\r\n                            \"Product\": \"3702500\",\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"TransacationID\": \"CNCN11111\",\r\n                            \"Currency\": \"USD\",\r\n                            \"NetValue\": \"2000.00\",\r\n                            \"SubAgreementExternalID\": \"Promotions_PaymentsCRSA\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"ProductGroup1\": \"2050\"\r\n                        },\r\n                        {\r\n                            \"Product\": \"6032800\",\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"TransacationID\": \"CNCN11112\",\r\n                            \"Currency\": \"USD\",\r\n                            \"NetValue\": \"2000.00\",\r\n                            \"SubAgreementExternalID\": \"Promotions_PaymentsCRSA\",\r\n                            \"ProductGroup2\": \"2070\",\r\n                            \"ProductGroup1\": \"7099\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"97160daa-1128-4582-8c1b-a0ec17dce773","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ae63713-80ff-4204-bf42-361d6532446f"}],"id":"61c695ce-34b9-45d0-96f6-f4a5ddd0b144","description":"<p>API Endpoint: <strong>CustomerOutgoingAccrual</strong></p>\n<p>This GTMS API supports, GET operations. Using this synchronous API enables you to read Customer rebate accrual Records in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>Header</strong> - General data related to payment such as payment reference, net value, currency, company, etc.</p>\n</li>\n<li><p><strong>Items</strong> <strong>-</strong> Payment item detail, such as amount, currency, Product, Product groups, Customer Groups, etc..</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"61c695ce-34b9-45d0-96f6-f4a5ddd0b144","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"CustomerAgreements","item":[{"name":"Post Customer Agreement","id":"ced3829c-6441-4c97-baf5-6b2f6d1d5429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"AgreementStatus\": \"{Type: String, Title: Status, MaxLength: 1, Required:false,DefaultValue:A}\",\r\n            \"AgreementType\": \"{Type: String, Title: Agreement Type, MaxLength: 4, Required:false,DefaultValue:WXMC}\",\r\n            \"MasterAgrCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:03}\",\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{Type: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Master Agreement Group 1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Master Agreement Group 2, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{Type: String, Title: Vendor External Identification, MaxLength: 100, Required:false}\",\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{Type: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{Type: String, Title: Sub-Agreement, MaxLength: 22, Required:false}\",\r\n                    \"SubAgrDescription\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{Type: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{Type: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{Type: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"GroupType\": \"{Type: String, Title: Group Type, MaxLength: 1, Required:false}\",\r\n                            \"GroupName\": \"{Type: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{Type: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{Type: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"BasisUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{Type: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{Type: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"CalRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{Type: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{Type: Decimal Nu, Title: Calculation Rate, MaxLength: 24, Required:false}\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{Type: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerAgreements', below body shows the entire payload of Customer Agreement API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"dc1145a4-c525-4244-a6ed-8cfab6000df8","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"AgreementStatus\": \"A\",\r\n            \"AgreementType\": \"WXMC\",\r\n            \"MasterAgrCategory\": \"03\",\r\n            \"Action\": \"A\",\r\n            \"MasterAgreementID\": \"84528687\",\r\n            \"Description\": \"Customer Agreement Request VAPI 1\",\r\n            \"MasterAgreementProgram\": \"0000000842\",\r\n            \"ValidFrom\": \"04/11/2024\",\r\n            \"ValidTo\": \"12/31/2027\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Company\": \"1\",\r\n            \"Currency\": \"USD\",\r\n            \"Group1\": \"\",\r\n            \"Group2\": \"\",\r\n            \"SupplierID\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreements"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"`CustomerAgreements` has been completely processed\"\r\n}"},{"id":"1f4c7eb4-8636-46cb-b0cc-e6185fa5a89d","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ced3829c-6441-4c97-baf5-6b2f6d1d5429"},{"name":"Get Customer Agreement","id":"1c66073c-751c-42a5-95d6-55363b48093d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerAgreements', below body shows the entire payload of Customer Agreement API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"5ed81a59-be3d-4493-851b-ea9740aacf0e","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerAgreements?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerAgreements"],"query":[{"key":"$top ","value":" 1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"CustomerAgreements\": [\n        {\n            \"MasterAgreement\": [\n                {\n                    \"AgreementStatus\": \"A\",\n                    \"AgreementType\": \"WXMC\",\n                    \"MasterAgrCategory\": \"03\",\n                    \"MasterAgreementID\": \"84528687\",\n                    \"Description\": \"Customer Agreement Request VAPI 1\",\n                    \"MasterAgreementProgram\": \"\",\n                    \"ValidFrom\": \"/Date(1704067200000)/\",\n                    \"ValidTo\": \"/Date(1735603200000)/\",\n                    \"BusinessUnit\": \"\",\n                    \"Company\": \"1\",\n                    \"Currency\": \"USD\",\n                    \"Group1\": \"\",\n                    \"Group2\": \"\",\n                    \"SubAgreement\": [],\n                    \"MasterAgrRules\": [],\n                    \"AdminData\": [\n                        {\n                            \"CreationTimeStamp\": \"20240424013725\",\n                            \"LastChangedTimeStamp\": \"20240424014736\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"7aecdf2e-5736-41b4-a99c-60e72d039a58","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c66073c-751c-42a5-95d6-55363b48093d"}],"id":"9aeb9c7a-488e-476f-9237-1b210dab4f8a","description":"<p>API Endpoint: <strong>CustomerAgreements</strong></p>\n<p>This GTMS API supports, all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Customer Agreements in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>MasterAgreement</strong> - General data about Agreement like status, type, validity, and org. data</p>\n</li>\n<li><p><strong>MasterAgrRules</strong> - Data related to eligibility of Master agreement such as eligible customers</p>\n</li>\n<li><p><strong>SubAgreement</strong> - General data about sub agreement like status, validity, description.</p>\n</li>\n<li><p><strong>SubAgrEligibiity</strong> - Data about eligibility of Sub agreement</p>\n</li>\n<li><p><strong>SubAgrBenefits</strong> - Data about the benefits of the sub agreement</p>\n</li>\n<li><p><strong>SubAgrBenefiitsSacles</strong> - Data holds scales detail of sub agreement benefits</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"9aeb9c7a-488e-476f-9237-1b210dab4f8a","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"CustomerAgreementsRequest","item":[{"name":"Post Customer Agreement Request","id":"c533d7a1-2374-4bab-9324-8e400b952fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"AgreementStatus\": \"{Type: String, Title: Status, MaxLength: 1, Required:false,DefaultValue:A}\",\r\n            \"AgreementType\": \"{Type: String, Title: Agreement Type, MaxLength: 4, Required:false,DefaultValue:WXMC}\",\r\n            \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Master Agreement Group 1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Master Agreement Group 2, MaxLength: 2, Required:false}\",\r\n            \"Company\": \"{Type: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"Function\": \"{Type: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"MasterAgrCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:03}\",\r\n            \"MasterAgreementID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{Type: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"RequestType\": \"{Type: String, Title: Request Type, MaxLength: 4, Required:false,DefaultValue:WXMC}\",\r\n            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{Type: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgrDescription\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{Type: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"SubAgreement\": \"{Type: String, Title: Sub-Agreement, MaxLength: 22, Required:false}\",\r\n                    \"RequestAction\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{Type: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{Type: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{Type: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{Type: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{Type: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"BasisUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"CalculationElement\": \"{Type: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"ValueUnitType\": \"{Type: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"CalculationRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"Product\": \"{Type: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"PayoutGroup\": \"{Type: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"RateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{Type: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{Type: Decimal Nu, Title: Calculation Rate, MaxLength: 24, Required:false}\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{Type: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerAgreementsRequest', below body shows the entire payload of Customer Agreement Request API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"73cce1ec-18bc-481d-ad7f-edc853998761","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"RequestType\": \"WXMC\",\r\n            \"AgreementStatus\": \"A\",\r\n            \"AgreementType\": \"WXMC\",\r\n            \"AgreementCategory\": \"03\",\r\n            \"Function\": \"17\",\r\n            \"Action\": \"A\",\r\n            \"MasterAgreementID\": \"84528686\",\r\n            \"Description\": \"Customer Agreement Request VAPI 1\",\r\n            \"MasterAgreementProgram\": \"0000000842\",\r\n            \"ValidFrom\": \"04/11/2024\",\r\n            \"ValidTo\": \"12/31/2027\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Company\": \"1\",\r\n            \"Currency\": \"USD\",\r\n            \"Group1\": \"\",\r\n            \"Group2\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreementsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Code\": \"FULLY_PROCESSED\",\n    \"Message\": \"`CustomerAgreementsRequest` has been completely processed\"\n}"},{"id":"3fb91767-7af8-4fc7-9e7e-86f11c56d099","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c533d7a1-2374-4bab-9324-8e400b952fb1"},{"name":"Get Customer Agreement Request","id":"3d125db1-0299-44d5-aa2a-16e9fb61d070","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/CustomerAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'CustomerAgreementsRequest', below body shows the entire payload of Customer Agreement Request API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"664cf4d4-4fd3-46cc-a945-e8ea3c41972f","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"7de197e9-baf6-45b4-9cbb-7f03c09eab31","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d125db1-0299-44d5-aa2a-16e9fb61d070"}],"id":"095da4dc-76c4-44cc-8a76-a1ff930b1be3","description":"<p>API Endpoint: <strong>CustomerAgreementsRequest</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Customer Agreements Request in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>MasterAgreement</strong> - General data about Agreement like status, type, validity, and org. data</p>\n</li>\n<li><p><strong>MasterAgrRules</strong> - Data related to eligibility of Master agreement such as eligible customers</p>\n</li>\n<li><p><strong>SubAgreement</strong> - General data about sub agreement like status, validity, description.</p>\n</li>\n<li><p><strong>SubAgrEligibiity</strong> - Data about eligibility of Sub agreement</p>\n</li>\n<li><p><strong>SubAgrBenefits</strong> - Data about the benefits of the sub agreement</p>\n</li>\n<li><p><strong>SubAgrBenefiitsSacles</strong> - Data holds scales detail of sub agreement benefits</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"095da4dc-76c4-44cc-8a76-a1ff930b1be3","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"BillbackAgreements","item":[{"name":"Post Billback Agreement","id":"27baf5ee-8574-40cc-8045-e6de0f5f87d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\r\n        {\r\n            \"AgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n            \"AgreementType\": \"{DataType: String, Title: Agreement Type, MaxLength: 4, Required:false}\",\r\n            \"AgreementCategory\": \"{DataType: String, Title: Master Agreement Category, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"AgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"AgreementProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n            \"BusinessUnit\": \"{DataType: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Company\": \"{DataType: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{DataType: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"__CONTR__\": \"{DataType: Number, Title: , MaxLength: 10, Required:false}\",\r\n            \"__CONTR_H__\": \"{DataType: Number, Title: , MaxLength: 10, Required:false}\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/BillbackAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ChargebackAgreements', below body shows the entire payload of Chargeback Agreement API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","BillbackAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"43a07783-d63b-4ff5-a481-cc0c3166d61e","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\r\n        {\r\n            \"AgreementStatus\": \"\",\r\n            \"AgreementType\": \"\",\r\n            \"AgreementCategory\": \"\",\r\n            \"Action\": \"\",\r\n            \"AgreementID\": \"\",\r\n            \"Description\": \"\",\r\n            \"AgreementProgram\": \"\",\r\n            \"ValidFrom\": null,\r\n            \"ValidTo\": null,\r\n            \"BusinessUnit\": \"\",\r\n            \"Company\": \"\",\r\n            \"Currency\": \"\",\r\n            \"SupplierID\": \"\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \"PayoutCustomer\": \"\",\r\n                    \"FlexibleGroup\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/BillbackAgreements"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"c67023a6-842f-4387-8805-00dce11bdb88","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27baf5ee-8574-40cc-8045-e6de0f5f87d7"},{"name":"Get Billback Agreement","id":"c2283a80-8f51-4489-9773-e058c6912d2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/ChargebackAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ChargebackAgreements', below body shows the entire payload of Chargeback Agreement API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"5b6e59c8-8aa7-445b-8635-fa5830d018ce","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/ChargebackAgreements?$filter = AgreementID EQ VAPI_Agreement_1","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","ChargebackAgreements"],"query":[{"key":"$filter ","value":" AgreementID EQ VAPI_Agreement_1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ChargebackAgreements\": [\n        {\n            \"Agreement\": [\n                {\n                    \"AgreementStatus\": \"A\",\n                    \"AgreementType\": \"WXCB\",\n                    \"AgreementCategory\": \"01\",\n                    \"AgreementID\": \"VAPI_Agreement_1\",\n                    \"Description\": \"Test VAPI Agreement 1\",\n                    \"AgreementProgram\": \"\",\n                    \"ValidFrom\": \"20240409\",\n                    \"ValidTo\": \"20250409\",\n                    \"BusinessUnit\": \"US\",\n                    \"Company\": \"01\",\n                    \"Currency\": \"USD\",\n                    \"SupplierID\": \"\",\n                    \"Eligibility\": [\n                        {\n                            \"RulesheetIdentifier\": \"\",\n                            \"PayoutCustomer\": \"\",\n                            \"FlexibleGroup\": \"\"\n                        }\n                    ],\n                    \"AdminData\": [\n                        {\n                            \"CreationTimeStamp\": \"20240424013725\",\n                            \"LastChangedTimeStamp\": \"20240424014736\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"385d2f4f-8b8a-4173-b6a8-afafdc4ea41a","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2283a80-8f51-4489-9773-e058c6912d2b"}],"id":"a9292cb7-5fba-4413-8556-b865f0d14ea5","description":"<p>API Endpoint: <strong>BillbackAgreements</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Billback Agreements in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>Agreement</strong> - General data about Agreement like status, type, validity, and org. data.</p>\n</li>\n<li><p><strong>Eligibility</strong> - Data about eligibility of Agreement.</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"a9292cb7-5fba-4413-8556-b865f0d14ea5","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}},{"name":"BillbackAgreementsRequest","item":[{"name":"Post Billback Agreement Request","id":"08af8225-0043-4147-9b25-f4b5b9d8544e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\r\n        {\r\n            \"RequestType\": \"{DataType: String, Title: Request Type, MaxLength: 4, Required:false}\",\r\n            \"AgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n            \"AgreementType\": \"{DataType: String, Title: Agreement Type, MaxLength: 4, Required:false}\",\r\n            \"AgreementCategory\": \"{DataType: String, Title: Master Agreement Category, MaxLength: 2, Required:false}\",\r\n            \"Function\": \"{DataType: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"AgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"AgreementProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n            \"BusinessUnit\": \"{DataType: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n            \"Company\": \"{DataType: String, Title: Company, MaxLength: 4, Required:false}\",\r\n            \"Currency\": \"{DataType: Currency, Title: Currency, MaxLength: 5, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"__CONTR__\": \"{DataType: Number, Title: , MaxLength: 10, Required:false}\",\r\n            \"__CONTR_H__\": \"{DataType: Number, Title: , MaxLength: 10, Required:false}\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/BillbackAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ChargebackAgreementsRequest', below body shows the entire payload of Chargeback Agreement Request API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","BillbackAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"76045570-ccdb-4a5d-925e-2d3e28eda27d","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\r\n        {\r\n            \"RequestType\": \"\",\r\n            \"AgreementStatus\": \"\",\r\n            \"AgreementType\": \"\",\r\n            \"AgreementCategory\": \"\",\r\n            \"Function\": \"\",\r\n            \"Action\": \"\",\r\n            \"AgreementID\": \"\",\r\n            \"Description\": \"\",\r\n            \"AgreementProgram\": \"\",\r\n            \"ValidFrom\": null,\r\n            \"ValidTo\": null,\r\n            \"BusinessUnit\": \"\",\r\n            \"Company\": \"\",\r\n            \"Currency\": \"\",\r\n            \"SupplierID\": \"\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \"PayoutCustomer\": \"\",\r\n                    \"FlexibleGroup\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/BillbackAgreementsRequest"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"a5cf7dfb-352e-4b32-9b8e-96a9562539d0","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08af8225-0043-4147-9b25-f4b5b9d8544e"},{"name":"Get Billback Agreement Request","id":"834dd92b-e294-4b4d-8ece-2e5ce7c6d816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/ChargebackAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'ChargebackAgreementsRequest', below body shows the entire payload of Chargeback Agreement Request API with each field characteristics.</p>\n","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"865f5fcc-7415-4a6c-b110-6ee7ad9790d4","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"15c7a5a7-7286-489e-b7f8-6c23d8dd5d41","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"834dd92b-e294-4b4d-8ece-2e5ce7c6d816"}],"id":"8d386412-161e-46ac-b65e-6a2bbf192b98","description":"<p>API Endpoint: <strong>BillbackAgreementsRequest</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Billback Agreements in GTMS. This object has following data sections with cardinality mentioned for respective section in bracket.</p>\n<ul>\n<li><p><strong>Agreement</strong> - General data about Agreement like status, type, validity, and org. data.</p>\n</li>\n<li><p><strong>Eligibility</strong> - Data about eligibility of Agreement.</p>\n</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"8d386412-161e-46ac-b65e-6a2bbf192b98","auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"},"isInherited":true,"source":{"_postman_id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","id":"a1a59eda-167a-4dd9-99c2-bb924cba74ce","name":"Manufacturing","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"clientSecret":"<client-secret>","clientId":"<client-id>","accessTokenUrl":"<access-token-url>","tokenName":"<token-name>","refreshRequestParams":"<refresh-request-params>","tokenRequestParams":"<token-request-params>","authRequestParams":"<auth-request-params>","challengeAlgorithm":"<challenge-algorithm>","scope":"<scope>","grant_type":"<grant_type>","client_authentication":"<client_authentication>"}},"event":[{"listen":"prerequest","script":{"id":"5c8a6e13-6a32-401f-98f4-500ff3918164","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ddad3586-290c-42c2-bc83-edad0cfe2f94","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://farming-simulator.pstmn.io"}]}