{"info":{"_postman_id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","description":"<html><head></head><body><h1 id=\"wholesale-distribution-gtms-interface-guide\">📄 Wholesale Distribution GTMS Interface Guide</h1>\n<p>GTMS Provides ready-to-go REST APIs with supporting tools and documentation, which provides the basic information about Wholesale Distribution industry template APIs.</p>\n<p>This Guides covers List of Interfaces in Wholesale Distribution, 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>Supplier Master</p>\n</li>\n<li><p>Purchase Transactions</p>\n</li>\n<li><p>Sales Transactions</p>\n</li>\n<li><p>Condition Records</p>\n</li>\n<li><p>Supplier Contracts</p>\n</li>\n<li><p>Customer Contracts</p>\n</li>\n<li><p>Chargeback 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>Supplier Outgoing Payments</p>\n</li>\n<li><p>Supplier 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":"📄 Wholesale Distribution GTMS Interface Guide","slug":"wholesale-distribution-gtms-interface-guide"}],"owner":"23147840","collectionId":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","publishedId":"2sA358ekwv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-05T18:49:06.000Z"},"item":[{"name":"Products","item":[{"name":"Post Products","id":"52b2a8f7-d658-4deb-b68b-c4325bc101b1","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            \"Manufacturer\": \"{Type: String, Title: Manufacturer, 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            \"DiscountinuedProdDate\": \"{Type: Date, Title: Discountinued Product Date, MaxLength: 8, Required:false} \",\r\n            \"BuyerID\": \"{Type: String, Title: Buyer ID, MaxLength: 70, Required:false}\",\r\n            \"Department\": \"{Type: String, Title: Department, MaxLength: 70, 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Products"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"9091040d-5c1a-46d0-a2d7-e076f34e66df","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"ProductType\": \"WXPR\",\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\": \"WXQT\"\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\": \"WXQT\"\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":"8105dbfb-1077-4a29-b005-44be45d6958b","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":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"ProductType\": \"WXPR\",\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\": \"WXQT\"\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":"52b2a8f7-d658-4deb-b68b-c4325bc101b1"},{"name":"Get Products","id":"491205e2-f3a2-4fc3-b852-fe1dff08c963","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            \"Manufacturer\": \"{Type: String, Title: Manufacturer, 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            \"DiscountinuedProdDate\": \"{Type: Date, Title: Discountinued Product Date, MaxLength: 8, Required:false} \",\r\n            \"BuyerID\": \"{Type: String, Title: Buyer ID, MaxLength: 70, Required:false}\",\r\n            \"Department\": \"{Type: String, Title: Department, MaxLength: 70, 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Products"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"b393934d-c29c-4e84-aa18-cbcdb268fed2","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"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","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Products\": [\r\n        {\r\n    \"Header\": [\r\n        {\r\n            \"ProductType\": \"WXPR\",\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\": \"WXQT\"\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":"29f53d14-d16c-4887-a738-6348a3806734","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":"491205e2-f3a2-4fc3-b852-fe1dff08c963"}],"id":"685dbe2d-eeb3-4839-be33-107ac192c422","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":"685dbe2d-eeb3-4839-be33-107ac192c422","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"Customers","item":[{"name":"Post Customers","id":"75d66e42-509e-4707-998a-2dfd495806a6","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            \"Geography\": \"{Type: String, Title: Geography, 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Customers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"19722d9c-aec9-4c85-954a-b50100e375a3","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"WXCU\",\r\n            \"CustomerID\": \"80043\",\r\n            \"Name\": \"Joe's Electric\",\r\n            \"CustomerType\": \"WXC1\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\",\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"WX01\"\r\n                }\r\n            ],\r\n        },\r\n\t\t{\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"WXCU\",\r\n            \"CustomerID\": \"80019\",\r\n            \"Name\": \"Industrial Supply\",\r\n            \"CustomerType\": \"WXC1\",\r\n            \"Company\": \"WX01\",\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":"57851539-dfd6-4f89-a19f-f0d2e3d3062d","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":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"WXCU\",\r\n            \"CustomerID\": \"80043\",\r\n            \"Name\": \"Joe's Electric\",\r\n            \"CustomerType\": \"WXC1\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\",\r\n            \"DEANumber\": \"10000037\",\r\n            \"CompanyAttrs\": [\r\n                {\r\n                    \"Company\": \"WX01\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"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":"75d66e42-509e-4707-998a-2dfd495806a6"},{"name":"Get Customers","id":"3591594c-9ea4-40db-9d12-cb62ec5ac71b","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            \"Geography\": \"{Type: String, Title: Geography, 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Customers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"0e50d471-df88-4917-ba79-c00e930a7e73","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"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","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": [\n        {\n            \"PartnerType\": \"WXCU\",\n            \"CustomerID\": \"80043\",\n            \"Name\": \"Joe's Electric\",\n            \"CustomerType\": \"WXC1\",\n            \"Company\": \"WX01\",\n            \"BusinessUnit\": \"US\",\n            \"Currency\": \"USD\",\n            \"BusinessUnitAttrs\": [\n                {\n                    \"BusinessUnit\": \"US\"\n                }\n            ],\n            \"CompanyAttrs\": [\n                {\n                    \"Company\": \"WX01\"\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\": \"WXCU\",\n            \"CustomerID\": \"80019\",\n            \"Name\": \"Industrial Supply\",\n            \"CustomerType\": \"WXC1\",\n            \"Company\": \"WX01\",\n            \"BusinessUnit\": \"US\",\n            \"Currency\": \"USD\",\n            \"BusinessUnitAttrs\": [\n                {\n                    \"BusinessUnit\": \"US\"\n                }\n            ],\n            \"CompanyAttrs\": [\n                {\n                    \"Company\": \"WX01\"\n                }\n            ],\n            \"AdminData\": [\n                {\n                    \"CreationTimeStamp\": \"20240424013725\",\n                    \"LastChangedTimeStamp\": \"20240424014736\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"3ae135a7-6742-41fd-a99d-02945902d2e3","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":"3591594c-9ea4-40db-9d12-cb62ec5ac71b"}],"id":"16a1dd92-94ba-4b7d-9bcf-a6117a140dab","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":"16a1dd92-94ba-4b7d-9bcf-a6117a140dab","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"Suppliers","item":[{"name":"Post Suppliers","id":"3968d92b-ab4b-40d5-9e8e-4906964d4bfe","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            \"PartnerType\": \"{Type: String, Title: Partner Type, MaxLength: 4, Required:false,DefaultValue:WXVN}\",\r\n            \"SupplierID\": \"{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: Supplier Classification, MaxLength: 4, Required:false}\",\r\n            \"SupplierType\": \"{Type: String, Title: Supplier Type, MaxLength: 4, Required:false}\",\r\n            \"Segment\": \"{Type: String, Title: Supplier Segment, MaxLength: 4, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Supplier Group 1, MaxLength: 4, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Supplier Group 2, MaxLength: 4, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Supplier Group 3, MaxLength: 4, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Supplier Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Supplier Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Supplier Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n            \"Group8\": \"{Type: String, Title: Supplier Group 8, MaxLength: 4, 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            \"DUNSNumber\": \"{Type: String, Title: DUNS Number, MaxLength: 128, Required:false}\",\r\n            \"GLNNumber\": \"{Type: String, Title: GLN, MaxLength: 40, Required:false}\",\r\n            \"CRMID\": \"{Type: String, Title: SFDC ID, MaxLength: 128, Required:false}\",\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: Supplier Group 4, MaxLength: 4, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Supplier Group 5, MaxLength: 4, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Supplier Group 6, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Supplier Group 8, MaxLength: 4, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Supplier Group 9, 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: Supplier Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Supplier Group 11, MaxLength: 4, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Supplier Group 12, 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                    \"PostingMethod\": \"{Type: String, Title: Posting Method, MaxLength: 4, Required:false}\",\r\n                    \"PostingCurrency\": \"{Type: Currency, Title: Posting Currency, MaxLength: 5, Required:false}\",\r\n                    \"ReconciliationAccount\": \"{Type: String, Title: Supplier Reconciliation Account, MaxLength: 10, 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                    \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:true}\",\r\n                    \"PostalCode\": \"{Type: String, Title: Postal Code, MaxLength: 10, Required:true}\",\r\n                    \"Country\": \"{Type: String, Title: Country, 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                    \"SupplierIdentification\": \"{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            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Multi Value Group 1, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Multi Value Group 2, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Multi Value Group 3, MaxLength: 4, Required:false}\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Suppliers","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'Suppliers', below body shows the entire payload of Supplier Master API with each field characteristics.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a0af3519-8633-44a8-89ad-b56da016d30e","id":"a0af3519-8633-44a8-89ad-b56da016d30e","name":"Suppliers","type":"folder"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Suppliers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"2ec57eac-88e0-4426-b8a8-ea80f20e9c34","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"WXVN\",\r\n            \"SupplierID\": \"JTAUTOINC\",\r\n            \"Name\": \"JT Auto, Inc\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\"\r\n        },\r\n\t\t{\r\n            \"PartnerType\": \"WXVN\",\r\n            \"SupplierID\": \"LTOOLSINC\",\r\n            \"Name\": \"L4 Tools, Inc.\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Currency\": \"USD\",\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Suppliers"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"`Suppliers` has been completely processed\"\r\n}"},{"id":"8ce97b36-37f2-4c63-8a34-a73d39509945","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":"{\r\n    \"Header\": [\r\n        {\r\n            \"Action\": \"A\",\r\n            \"PartnerType\": \"WXVN\",\r\n            \"SupplierID\": \"JTAUTOINC\",\r\n            \"Name\": \"JT Auto, Inc\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"AA\",\r\n            \"Currency\": \"USD\",\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"US\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/Suppliers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"PARTIALLY_PROCESSED\",\r\n    \"Message\": \"`Suppliers` has been uploaded\",\r\n    \"Success\": {\r\n        \"Messages\": [\r\n            \"Vendors Vistex API 5808 has been saved\",\r\n            \"Saving is not necessary; no changes were made\"\r\n        ]\r\n    },\r\n    \"Errors\": {\r\n        \"Messages\": [\r\n            \"Business Unit AA is invalid; enter valid Business Unit\"\r\n        ],\r\n        \"Data\": {\r\n            \"Header\": [\r\n                {\r\n                    \"Action\": \"A\",\r\n                    \"BusinessUnit\": \"AA\",\r\n                    \"Classification\": \"\",\r\n                    \"Company\": \"WX01\",\r\n                    \"Currency\": \"USD\",\r\n                    \"Error\": \"\",\r\n                    \"Name\": \"JT Auto, Inc\",\r\n                    \"PartnerType\": \"WXVN\",\r\n                    \"SupplierID\": \"JTAUTOINC\"\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"3968d92b-ab4b-40d5-9e8e-4906964d4bfe"},{"name":"Get Suppliers","id":"94aa9c78-48b3-49ab-bf65-9909d0e2f5a3","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:WXVN}\",\r\n            \"SupplierID\": \"{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: Supplier Classification, MaxLength: 4, Required:false}\",\r\n            \"SupplierType\": \"{Type: String, Title: Supplier Type, MaxLength: 4, Required:false}\",\r\n            \"Segment\": \"{Type: String, Title: Supplier Segment, MaxLength: 4, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Supplier Group 1, MaxLength: 4, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Supplier Group 2, MaxLength: 4, Required:false}\",\r\n            \"Group3\": \"{Type: String, Title: Supplier Group 3, MaxLength: 4, Required:false}\",\r\n            \"Group4\": \"{Type: String, Title: Supplier Group 4, MaxLength: 4, Required:false}\",\r\n            \"Group5\": \"{Type: String, Title: Supplier Group 5, MaxLength: 4, Required:false}\",\r\n            \"Group6\": \"{Type: String, Title: Supplier Group 6, MaxLength: 4, Required:false}\",\r\n            \"Group7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n            \"Group8\": \"{Type: String, Title: Supplier Group 8, MaxLength: 4, 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            \"DUNSNumber\": \"{Type: String, Title: DUNS Number, MaxLength: 128, Required:false}\",\r\n            \"GLNNumber\": \"{Type: String, Title: GLN, MaxLength: 40, Required:false}\",\r\n            \"CRMID\": \"{Type: String, Title: SFDC ID, MaxLength: 128, Required:false}\",\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: Supplier Group 4, MaxLength: 4, Required:false}\",\r\n                    \"Group5\": \"{Type: String, Title: Supplier Group 5, MaxLength: 4, Required:false}\",\r\n                    \"Group6\": \"{Type: String, Title: Supplier Group 6, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"BusinessUnitAttrs\": [\r\n                {\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\",\r\n                    \"Group7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n                    \"Group8\": \"{Type: String, Title: Supplier Group 8, MaxLength: 4, Required:false}\",\r\n                    \"Group9\": \"{Type: String, Title: Supplier Group 9, 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: Supplier Group 10, MaxLength: 4, Required:false}\",\r\n                    \"Group11\": \"{Type: String, Title: Supplier Group 11, MaxLength: 4, Required:false}\",\r\n                    \"Group12\": \"{Type: String, Title: Supplier Group 12, 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                    \"PostingMethod\": \"{Type: String, Title: Posting Method, MaxLength: 4, Required:false}\",\r\n                    \"PostingCurrency\": \"{Type: Currency, Title: Posting Currency, MaxLength: 5, Required:false}\",\r\n                    \"ReconciliationAccount\": \"{Type: String, Title: Supplier Reconciliation Account, MaxLength: 10, 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                    \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:true}\",\r\n                    \"PostalCode\": \"{Type: String, Title: Postal Code, MaxLength: 10, Required:true}\",\r\n                    \"Country\": \"{Type: String, Title: Country, 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                    \"SupplierIdentification\": \"{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            \"MultiValueAttrsGroup1\": [\r\n                {\r\n                    \"MultiValueGroup1\": \"{Type: String, Title: Multi Value Group 1, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup2\": [\r\n                {\r\n                    \"MultiValueGroup2\": \"{Type: String, Title: Multi Value Group 2, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"MultiValueAttrsGroup3\": [\r\n                {\r\n                    \"MultiValueGroup3\": \"{Type: String, Title: Multi Value Group 3, 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/Suppliers","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'Suppliers', below body shows the entire payload of Supplier Master API with each field characteristics.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"a0af3519-8633-44a8-89ad-b56da016d30e","id":"a0af3519-8633-44a8-89ad-b56da016d30e","name":"Suppliers","type":"folder"}},"urlObject":{"protocol":"https","path":["gateway","vpi","Suppliers"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"cf041aba-db3c-4645-b691-ec1a5b214d8a","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/Suppliers?$top = 1","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Suppliers"],"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    \"Header\": [\n        {\n            \"PartnerType\": \"WXVN\",\n            \"SupplierID\": \"JTAUTOINC\",\n            \"Name\": \"JT Auto, Inc\",\n            \"Company\": \"WX01\",\n            \"BusinessUnit\": \"US\",\n            \"Currency\": \"USD\",\n            \"BusinessUnitAttrs\": [\n                {\n                    \"BusinessUnit\": \"US\"\n                }\n            ],\n            \"CompanyAttrs\": [\n                {\n                    \"Company\": \"WX01\"\n                }\n            ],\n            \"AdminData\": [\n                {\n                    \"CreationTimeStamp\": \"20240424013725\",\n                    \"LastChangedTimeStamp\": \"20240424014736\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"cf9d8062-e1f8-4b18-b8cc-7f9a2c186f9c","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"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/Suppliers?$filter= SupplierType EQ WXC3","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","Suppliers"],"query":[{"key":"$filter","value":" SupplierType EQ WXC3"}]}},"_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\": \"0 results found for this `Suppliers` request\"\n}"}],"_postman_id":"94aa9c78-48b3-49ab-bf65-9909d0e2f5a3"}],"id":"a0af3519-8633-44a8-89ad-b56da016d30e","description":"<p>API Endpoint: <strong>Suppliers</strong></p>\n<p>This GTMS interface supports all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Supplier Master details in/from GTMS.</p>\n<p>Suppliers API, is used to stores Supplier 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 Suppliers</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 Supplier</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","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7f5bc9f7-0887-4c7d-bf2b-dc17c3df6f3f","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"8184e293-c981-47e4-aca1-a3f0b74e2eb8","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"a0af3519-8633-44a8-89ad-b56da016d30e"},{"name":"PurchaseTransactions","item":[{"name":"Post Purchase Transactions","id":"7f231de1-a5ac-47d2-91c1-147c2c0596fb","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            \"PurTransactionType\": \"{Type: String, Title: Provided Transaction Type, MaxLength: 6, Required:false}\",\r\n            \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n            \"ItemType\": \"{Type: String, Title: Item Type, MaxLength: 6, Required:false}\",\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            \"NetPrice\": \"{Type: Currency, Title: Net Price, MaxLength: 11, Required:false}\",\r\n            \"DetUnitofMeasure\": \"{Type: String, Title: Determined Unit of measure, MaxLength: 3, Required:false}\",\r\n            \"ProvUnitofMeasure\": \"{Type: String, Title: Provided Unit of Measure, MaxLength: 20, 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            \"GoodsReceiptDate\": \"{Type: Date, Title: Goods Receipt Date, 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            \"Warehouse\": \"{Type: String, Title: Warehouse, MaxLength: 10, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Supplier, MaxLength: 10, Required:false}\",\r\n            \"ShippingFrom\": \"{Type: String, Title: Ship From(Location), MaxLength: 10, 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            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:true}\",\r\n            \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n            \"SupplierGroup1\": \"{Type: String, Title: Supplier Group 1, MaxLength: 4, Required:false}\",\r\n            \"SupplierGroup7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n            \"SupplierSegment\": \"{Type: String, Title: Supplier Segment, MaxLength: 4, Required:false}\",\r\n            \"SupplierType\": \"{Type: String, Title: Supplier Type, MaxLength: 4, Required:false}\",\r\n            \"SupplierClassification\": \"{Type: String, Title: Supplier Classification, MaxLength: 4, Required:false}\",\r\n            \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 4, Required:false}\",\r\n            \"TransactionField1\": \"{Type: String, Title: Purchase Tran fld 1, MaxLength: 4, Required:false}\",\r\n            \"TransactionField2\": \"{Type: String, Title: TransactionFld2, 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        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/PurchaseTransactions","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'PurchaseTransactions', below body shows the entire payload of Purchase 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","PurchaseTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"94e10fb5-0144-457d-b2be-540856d4d5d0","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\": \"ABC01202301\",\r\n            \"ExternalItemNumber\": \"1\",\r\n            \"PurTransactionType\": \"WXPO\",\r\n            \"Product\": \"3702500\",\r\n            \"Quantity\": \"10\",\r\n            \"NetPrice\": \"100\",\r\n            \"DetUnitofMeasure\": \"EA\",\r\n            \"ProvUnitofMeasure\": \"EA\",\r\n            \"PurchaseOrderNumber\": \"ABC012301\",\r\n            \"PurchaseOrderDate\": \"20230101\",\r\n            \"GoodsReceiptDate\": \"20230101\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Warehouse\": \"1_261\",\r\n            \"Supplier\": \"JTAUTOINC\",\r\n            \"PriceElement1\": \"120.50\",\r\n            \"PriceElement2\": \"55.00\",\r\n            \"PriceElement3\": \"415.55\",\r\n            \"PriceElement4\": \"40.60\",\r\n            \"NetValue\": \"1345.50\",\r\n            \"Currency\": \"USD\"\r\n        },\r\n\t\t{\r\n            \"ExternalDocumentNumber\": \"ABC01202301\",\r\n            \"ExternalItemNumber\": \"2\",\r\n            \"PurTransactionType\": \"WXPO\",\r\n            \"Product\": \"6032800\",\r\n            \"Quantity\": \"25\",\r\n            \"NetPrice\": \"32\",\r\n            \"DetUnitofMeasure\": \"EA\",\r\n            \"ProvUnitofMeasure\": \"EA\",\r\n            \"PurchaseOrderNumber\": \"CA955\",\r\n            \"PurchaseOrderDate\": \"20240101\",\r\n            \"GoodsReceiptDate\": \"20240101\",\r\n            \"Company\": \"WX01\",\r\n            \"BusinessUnit\": \"US\",\r\n            \"Warehouse\": \"1_261\",\r\n            \"Supplier\": \"LTOOLSINC\",\r\n            \"PriceElement1\": \"10.00\",\r\n            \"PriceElement2\": \"10.00\",\r\n            \"PriceElement3\": \"35.50\",\r\n            \"PriceElement4\": \"23.40\",\r\n            \"NetValue\": \"340.50\",\r\n            \"Currency\": \"USD\"\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\": \"`PurchaseTransactions` has been completely processed\"\r\n}"},{"id":"4c0571e8-47b8-4e5a-b076-628f4b04990b","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":"7f231de1-a5ac-47d2-91c1-147c2c0596fb"},{"name":"Get Purchase Transactions","id":"619df42b-959e-42c1-9b39-4d49acc2f961","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            \"PurTransactionType\": \"{Type: String, Title: Provided Transaction Type, MaxLength: 6, Required:false}\",\r\n            \"LineType\": \"{Type: String, Title: Line Type, MaxLength: 1, Required:false}\",\r\n            \"ItemType\": \"{Type: String, Title: Item Type, MaxLength: 6, Required:false}\",\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            \"NetPrice\": \"{Type: Currency, Title: Net Price, MaxLength: 11, Required:false}\",\r\n            \"DetUnitofMeasure\": \"{Type: String, Title: Determined Unit of measure, MaxLength: 3, Required:false}\",\r\n            \"ProvUnitofMeasure\": \"{Type: String, Title: Provided Unit of Measure, MaxLength: 20, 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            \"GoodsReceiptDate\": \"{Type: Date, Title: Goods Receipt Date, 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            \"Warehouse\": \"{Type: String, Title: Warehouse, MaxLength: 10, Required:false}\",\r\n            \"Region\": \"{Type: String, Title: Region, MaxLength: 3, Required:false}\",\r\n            \"Supplier\": \"{Type: String, Title: Supplier, MaxLength: 10, Required:false}\",\r\n            \"ShippingFrom\": \"{Type: String, Title: Ship From(Location), MaxLength: 10, 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            \"NetValue\": \"{Type: Currency, Title: Net Value, MaxLength: 15, Required:false}\",\r\n            \"Currency\": \"{Type: Currency, Title: Currency, MaxLength: 5, Required:true}\",\r\n            \"ProductGroup1\": \"{Type: String, Title: Product Group 1, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup7\": \"{Type: String, Title: Product Group 7, MaxLength: 10, Required:false}\",\r\n            \"ProductGroup10\": \"{Type: String, Title: Product Group 10, MaxLength: 10, Required:false}\",\r\n            \"SupplierGroup1\": \"{Type: String, Title: Supplier Group 1, MaxLength: 4, Required:false}\",\r\n            \"SupplierGroup7\": \"{Type: String, Title: Supplier Group 7, MaxLength: 4, Required:false}\",\r\n            \"SupplierSegment\": \"{Type: String, Title: Supplier Segment, MaxLength: 4, Required:false}\",\r\n            \"SupplierType\": \"{Type: String, Title: Supplier Type, MaxLength: 4, Required:false}\",\r\n            \"SupplierClassification\": \"{Type: String, Title: Supplier Classification, MaxLength: 4, Required:false}\",\r\n            \"ProfitCenter\": \"{Type: String, Title: Profit Center, MaxLength: 4, Required:false}\",\r\n            \"TransactionField1\": \"{Type: String, Title: Purchase Tran fld 1, MaxLength: 4, Required:false}\",\r\n            \"TransactionField2\": \"{Type: String, Title: TransactionFld2, 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            \"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/PurchaseTransactions","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'PurchaseTransactions', below body shows the entire payload of Purchase 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","PurchaseTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"84a844dc-9d8e-4735-abf1-65af96307523","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/PurchaseTransactions?$filter = ExternalDocumentNumber EQ ABC01202301","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","PurchaseTransactions"],"query":[{"key":"$filter ","value":" ExternalDocumentNumber EQ ABC01202301"}]}},"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    \"PurchaseTransactions\": [\n        {\n            \"Items\": [\n                {\n                    \"ExternalDocumentNumber\": \"ABC01202301\",\n                    \"ExternalItemNumber\": \"1\",\n                    \"PurTransactionType\": \"WXPO\",\n                    \"Product\": \"3702500\",\n                    \"Quantity\": \"10\",\n                    \"NetPrice\": \"100\",\n                    \"DetUnitofMeasure\": \"EA\",\n                    \"ProvUnitofMeasure\": \"EA\",\n                    \"PurchaseOrderNumber\": \"ABC012301\",\n                    \"PurchaseOrderDate\": \"20230101\",\n                    \"GoodsReceiptDate\": \"20230101\",\n                    \"Company\": \"WX01\",\n                    \"BusinessUnit\": \"US\",\n                    \"Warehouse\": \"1_261\",\n                    \"Supplier\": \"JTAUTOINC\",\n                    \"PriceElement1\": \"120.50\",\n                    \"PriceElement2\": \"55.00\",\n                    \"PriceElement3\": \"415.55\",\n                    \"PriceElement4\": \"40.60\",\n                    \"NetValue\": \"1345.50\",\n                    \"Currency\": \"USD\",\n                    \"AdminData\": [\n                        {\n                            \"CreationTimeStamp\": \"20240424013725\",\n                            \"LastChangedTimeStamp\": \"20240424014736\"\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"e52306bf-67c2-48b1-a2a2-171e8aa78e91","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":"619df42b-959e-42c1-9b39-4d49acc2f961"}],"id":"9d00f008-eac6-4762-95ea-b51d58a99d23","description":"<p>API Endpoint: <strong>PurchaseTransactions</strong></p>\n<p>This GTMS interface supports all CRUD operations. Using this synchronous API enables you to Create, Change, Read &amp; Delete Purchase Transaction 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 Purchase Transactions</li>\n</ul>\n<p>Success &amp; Failure examples are provided as reference.</p>\n","_postman_id":"9d00f008-eac6-4762-95ea-b51d58a99d23","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"SalesTransactions","item":[{"name":"Post Sales Transactions","id":"a3831679-bcb5-4e38-8d37-7e45dc9ac3ce","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SalesTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"a5797dd3-7bc4-40ef-a03b-75d980da3594","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":"dc275f41-63a8-4ea2-9582-9a61281981bb","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":"a3831679-bcb5-4e38-8d37-7e45dc9ac3ce"},{"name":"Get Sales Transactions","id":"986b1dcb-ddeb-4ea3-a6a1-c849dd017514","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SalesTransactions"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"f39d31f5-c9aa-44a2-ac8f-e4c96e1eafab","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":"7f79fe15-9656-438e-b00b-40b112129cee","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":"986b1dcb-ddeb-4ea3-a6a1-c849dd017514"}],"id":"d6e8146b-d070-44b5-b3f9-cde3688cd1f0","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":"d6e8146b-d070-44b5-b3f9-cde3688cd1f0","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"Condition Records","item":[{"name":"Post Condition Records","id":"83340433-0723-41f9-9b9e-003b7cb08502","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ConditionRecords"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"4b745a92-bd48-413f-937c-6bc95da84ed4","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":"ffde6ff2-ebf4-4612-8855-b5b4816b41d3","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":"83340433-0723-41f9-9b9e-003b7cb08502"},{"name":"Get Condition Records","id":"bac1b7bc-3b1f-48e0-bef0-676c7b0e7328","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ConditionRecords"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"784ddafb-827e-4fce-a71b-a76336ec912f","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":"c263f003-78c0-40e2-99e3-1d280d795aa5","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":"bac1b7bc-3b1f-48e0-bef0-676c7b0e7328"}],"id":"58ef688c-55eb-4d65-ad7c-d2d4bed3b99d","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":"58ef688c-55eb-4d65-ad7c-d2d4bed3b99d","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"SupplierOutgoingPayments","item":[{"name":"Get Supplier Outgoing Payments","id":"00a2d596-be8c-42d8-a147-b5d55d163451","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierOutgoingPayments"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"b0df9c4e-109f-4e3f-b2a1-48e563023663","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/SupplierOutgoingPayments?$filter = PaymentReference EQ 0001000301","protocol":"https","host":["<<hostname>>"],"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":"7fcbf9db-f314-483d-97a0-a2466ad3defc","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/SupplierOutgoingPayments?$filter = PaymentReference EQ 0001000302","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","SupplierOutgoingPayments"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000302"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `SupplierOutgoingPayments` request\"\r\n}"}],"_postman_id":"00a2d596-be8c-42d8-a147-b5d55d163451"}],"id":"e0850b64-ffc0-451b-9903-ecc2ba693bc1","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":"e0850b64-ffc0-451b-9903-ecc2ba693bc1","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"SupplierOutgoingAccrual","item":[{"name":"Get Supplier Outgoing Accrual","id":"91ee52c0-d3ce-43fc-bcaf-d70291beed00","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierOutgoingAccrual"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"ba49b7cd-c76b-4bbf-b01e-3b5520cbe846","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/SupplierOutgoingAccrual?$filter = PaymentReference EQ 0001000300","protocol":"https","host":["<<hostname>>"],"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":"bfcd7a20-25e0-4e5c-8abe-4daca7e7b21e","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/SupplierOutgoingAccrual?$filter = PaymentReference EQ 0001000301","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","SupplierOutgoingAccrual"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000301"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `SupplierOutgoingAccrual` request\"\r\n}"}],"_postman_id":"91ee52c0-d3ce-43fc-bcaf-d70291beed00"}],"id":"8df12677-c21b-4db0-bffa-725fe0499c7f","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":"8df12677-c21b-4db0-bffa-725fe0499c7f","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"CustomerOutgoingPayments","item":[{"name":"Get Customer Outgoing Payments","id":"a442c087-194a-4c80-bef3-99af18d88e0e","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerOutgoingPayments"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"f37df176-340c-4e31-b1c9-5a652ca94110","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingPayments?$filter = PaymentReference EQ 0001000447","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingPayments"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000447"}]}},"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                    \"PaymentReference\": \"0001000447\",\r\n                    \"Partner\": \"0000024382\",\r\n                    \"Company\": \"1\",\r\n                    \"Currency\": \"USD\",\r\n                    \"PaymentDate\": \"/Date(1661904000000)/\",\r\n                    \"PaymentAmount\": \"2000.00\",\r\n                    \"PaymentClearingStatus\": \"O\",\r\n                    \"PaymentGroup\": \"cmD}Ui}r7k{7jNqbMDqYl0\",\r\n                    \"Item\": [\r\n                        {\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR2\",\r\n                            \"SalesTransactionType\": \"WXDS\",\r\n                            \"TransacationID\": \"CNCN11123\",\r\n                            \"Product\": \"0000061079\",\r\n                            \"ProductGroup4\": \"DRYTRIM1\",\r\n                            \"Quantity\": \"10.000\",\r\n                            \"NetSales\": \"10000.00\",\r\n                            \"Currency\": \"USD\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"NetValue\": \"500.00\"\r\n                        },\r\n                        {\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR2\",\r\n                            \"SalesTransactionType\": \"WXDS\",\r\n                            \"TransacationID\": \"CNCN11125\",\r\n                            \"Product\": \"0000061079\",\r\n                            \"ProductGroup1\": \"2050\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"ProductGroup4\": \"DRYTRIM1\",\r\n                            \"Quantity\": \"10.000\",\r\n                            \"NetSales\": \"10000.00\",\r\n                            \"Currency\": \"USD\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"NetValue\": \"500.00\"\r\n\t\t\t\t\t\t}\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"fe6a3aed-6842-406a-8886-234c74f4726f","name":"Errored Req - 206 or 400","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingPayments?$filter = PaymentReference EQ 0001000448","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingPayments"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000448"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `CustomerOutgoingPayments` request\"\r\n}"}],"_postman_id":"a442c087-194a-4c80-bef3-99af18d88e0e"}],"id":"65be8580-f823-4886-a5c2-ec451aafaf7e","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":"65be8580-f823-4886-a5c2-ec451aafaf7e","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"CustomerOutgoingAccrual","item":[{"name":"Get Customer Outgoing Accrual","id":"664d803b-5537-4db1-bdb8-cbecdcfdbd24","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerOutgoingAccrual"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"d53bdec5-db69-4962-a8e8-72cf8ee6d206","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingAccrual?$filter = PaymentReference EQ 0001000443","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingAccrual"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000443"}]}},"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                    \"PaymentReference\": \"0001000443\",\r\n                    \"Partner\": \"0000024382\",\r\n                    \"Company\": \"1\",\r\n                    \"Currency\": \"USD\",\r\n                    \"PaymentDate\": \"/Date(1677542400000)/\",\r\n                    \"PaymentAmount\": \"3000.00\",\r\n                    \"PaymentStatus\": \"O\",\r\n                    \"PaymentGroup\": \"cmD}Ui}r7k{6jeNOgF9Yl0\",\r\n                    \"Item\": [\r\n                        {\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"SalesTransactionType\": \"WXDS\",\r\n                            \"TransacationID\": \"CNCN111111\",\r\n                            \"Product\": \"0000061079\",\r\n                            \"ProductGroup1\": \"2050\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"Quantity\": \"10.000\",\r\n                            \"NetSales\": \"10000.00\",\r\n                            \"Currency\": \"USD\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"NetValue\": \"666.67\"\r\n                        },\r\n                        {\r\n                            \"MasterAgreementExternalID\": \"Promotions_PaymentsCR\",\r\n                            \"SalesTransactionType\": \"WXDS\",\r\n                            \"TransacationID\": \"CNCN111113\",\r\n                            \"Product\": \"0000061079\",\r\n                            \"ProductGroup1\": \"2050\",\r\n                            \"ProductGroup2\": \"2050\",\r\n                            \"Quantity\": \"10.000\",\r\n                            \"NetSales\": \"10000.00\",\r\n                            \"Currency\": \"USD\",\r\n                            \"ItemUnit\": \"EA\",\r\n                            \"NetValue\": \"666.67\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"e4e42205-cfc8-406a-9a91-3cbf4af5a160","name":"Errored Req - 206 or 400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerOutgoingAccrual?$filter = PaymentReference EQ 0001000444","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerOutgoingAccrual"],"query":[{"key":"$filter ","value":" PaymentReference EQ 0001000444"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"Code\": \"FULLY_PROCESSED\",\r\n    \"Message\": \"0 results found for this `CustomerOutgoingAccrual` request\"\r\n}"}],"_postman_id":"664d803b-5537-4db1-bdb8-cbecdcfdbd24"}],"id":"c9931e32-66ed-4fef-bf5e-217fa1200d34","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":"c9931e32-66ed-4fef-bf5e-217fa1200d34","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"CustomerAgreements","item":[{"name":"Post Customer Agreement","id":"5b8ae1ce-6bee-4743-b1c1-093b125ff0a2","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"dee5e49b-c49a-461e-b22b-6ee294adb34f","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":"e6b9879d-4b2a-4b34-833d-889660beb4f0","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":"5b8ae1ce-6bee-4743-b1c1-093b125ff0a2"},{"name":"Get Customer Agreement","id":"4c341f5f-96f2-49fd-9b63-0f5c2c6cb46b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{DataType: String, Title: Master Agreement Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n            \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Format: MM/DD/YYYY, 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            \"Group1\": \"{DataType: String, Title: Master Agreement Group 1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{DataType: String, Title: Master Agreement Group 2, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Vendor External Identification, MaxLength: 100, Required:false}\",\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{DataType: String, Title: Sub-Agreement, MaxLength: 22, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n                    \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"CalRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, 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                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{DataType: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{DataType: 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\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{DataType: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\"\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n\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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"bca1469b-d604-468d-888c-f393eeb15d68","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":"da5798ca-c626-4f2b-b879-05e4d7d22967","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":"4c341f5f-96f2-49fd-9b63-0f5c2c6cb46b"}],"id":"36beee86-f9f4-4ae0-a9d8-dca349a9b1cc","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":"36beee86-f9f4-4ae0-a9d8-dca349a9b1cc","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"CustomerAgreementsRequest","item":[{"name":"Post Customer Agreement Request","id":"5af108b6-f34d-4c40-8b60-4a0a23ddf7aa","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"9815ed32-f462-4f8d-b08a-f33a8166f3f4","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":"ad91d37f-c36f-47c2-b686-2a88bc95265a","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":"5af108b6-f34d-4c40-8b60-4a0a23ddf7aa"},{"name":"Get Customer Agreement Request","id":"e1b9a6ca-2dcc-4469-9a3a-bd146b8ea7a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Function\": \"{DataType: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{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            \"Group1\": \"{DataType: String, Title: Master Agreement Group 1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{DataType: String, Title: Master Agreement Group 2, MaxLength: 2, Required:false}\",\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{DataType: String, Title: Sub-Agreement, MaxLength: 22, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, 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                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"CalculationRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, 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                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{DataType: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{DataType: 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\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{DataType: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\"\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","CustomerAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"4bc68602-6b50-4f2f-9322-ce5636b47148","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://<<hostname>>/gateway/vpi/CustomerAgreementsRequest?$filter = MasterAgreementID EQ S001","protocol":"https","host":["<<hostname>>"],"path":["gateway","vpi","CustomerAgreementsRequest"],"query":[{"key":"$filter ","value":" MasterAgreementID EQ S001"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"CustomerAgreementsRequest\": [\r\n        {\r\n            \"MasterAgreement\": [\r\n                {\r\n                    \"Function\": \"17\",\r\n                    \"MasterAgreementID\": \"S001\",\r\n                    \"Description\": \"Schema 1001\",\r\n                    \"MasterAgreementProgram\": \"0000000475\",\r\n                    \"ValidFrom\": \"/Date(1704067200000)/\",\r\n                    \"ValidTo\": \"/Date(1735603200000)/\",\r\n                    \"BusinessUnit\": \"\",\r\n                    \"Company\": \"WX01\",\r\n                    \"Currency\": \"USD\",\r\n                    \"Group1\": \"\",\r\n                    \"Group2\": \"\",\r\n                    \"SubAgreement\": [\r\n                        {\r\n                            \"SubAgreementStatus\": \"A\",\r\n                            \"SubAgreement\": \"KPI-1001\",\r\n                            \"SubAgrDescription\": \"KPI 1001\",\r\n                            \"SubAgrProgram\": \"0000000608\",\r\n                            \"RequestAction\": \"\",\r\n                            \"ValidFrom\": \"/Date(1704067200000)/\",\r\n                            \"ValidTo\": \"/Date(1735603200000)/\",\r\n                            \"SetFrequency\": \"WQ\",\r\n                            \"PeriodProfile\": \"XQTRLY\",\r\n                            \"AccuralFrequency\": \"WW\"\r\n                        },\r\n                        {\r\n                            \"SubAgreementStatus\": \"A\",\r\n                            \"SubAgreement\": \"KPI-1002\",\r\n                            \"SubAgrDescription\": \"KPI 1002\",\r\n                            \"SubAgrProgram\": \"0000000611\",\r\n                            \"RequestAction\": \"\",\r\n                            \"ValidFrom\": \"/Date(1704067200000)/\",\r\n                            \"ValidTo\": \"/Date(1735603200000)/\",\r\n                            \"SetFrequency\": \"WQ\",\r\n                            \"PeriodProfile\": \"XQTRLY\",\r\n                            \"AccuralFrequency\": \"WW\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"},{"id":"f9d9f58c-3496-4cda-9bab-871120de6f7c","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":"e1b9a6ca-2dcc-4469-9a3a-bd146b8ea7a8"}],"id":"c314595e-b869-4191-80d2-a6b2fc58bb91","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":"c314595e-b869-4191-80d2-a6b2fc58bb91","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"SupplierAgreements","item":[{"name":"Post Supplier Agreement","id":"76e0d265-88c9-4d87-8be1-02fc4a347ed1","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:WXMV}\",\r\n            \"AgreementCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:02}\",\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: MAValid From, MaxLength: 8, Required:false} \",\r\n            \"ValidTo\": \"{Type: Date, Title: MAValid 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            \"Group2\": \"{Type: String, Title: Master Agreement Group2, MaxLength: 2, Required:false}\",\r\n            \"Group1\": \"{Type: String, Title: Master Agreement Group1, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutVendor\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"AccuralFrequency\": \"{Type: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SetFrequency\": \"{Type: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"PeriodProfile\": \"{Type: String, Title: Period Profile, MaxLength: 6, Required:false}\",\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: SAValid From, MaxLength: 8, Required:false} \",\r\n                    \"ValidTo\": \"{Type: Date, Title: SAValid To, MaxLength: 8, Required:false} \",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\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                            \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{Type: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"BaseValue\": \"{Type: String, Title: Base Value, MaxLength: 4, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"ValidTo\": \"{Type: Date, Title: Valid To, MaxLength: 8, Required:false} \",\r\n                            \"ValidFrom\": \"{Type: Date, Title: Valid From, MaxLength: 8, Required:false} \",\r\n                            \"PerUnit\": \"{Type: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{Type: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"Product\": \"{Type: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{Type: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\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                            \"ValueUnitType\": \"{Type: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalRate\": \"{Type: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{Type: String, Title: Unit, MaxLength: 5, 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        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierAgreements', below body shows the entire payload of Supplier 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"de255637-14f0-45ef-9fe7-6d437c37fb14","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreements"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"b3fef69b-7f32-4591-be37-21a7d17f8b87","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":"76e0d265-88c9-4d87-8be1-02fc4a347ed1"},{"name":"Get Supplier Agreement","id":"a1662fb1-0501-48fa-85b7-53345d8f6f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{DataType: Date, Title: MAValid From, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n            \"ValidTo\": \"{DataType: Date, Title: MAValid To, MaxLength: 8, Format: MM/DD/YYYY, 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            \"Group2\": \"{DataType: String, Title: Master Agreement Group2, MaxLength: 2, Required:false}\",\r\n            \"Group1\": \"{DataType: String, Title: Master Agreement Group1, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutVendor\": \"{DataType: String, Title: Partner External ID, MaxLength: 128, Required:false}\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{DataType: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"ValidFrom\": \"{DataType: Date, Title: SAValid From, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n                    \"ValidTo\": \"{DataType: Date, Title: SAValid To, MaxLength: 8, Format: MM/DD/YYYY, Required:false} \",\r\n                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Format: YYYYMMDD, Required:false} \",\r\n                            \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Format: YYYYMMDD, Required:false} \",\r\n                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{DataType: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{DataType: Decimal Nu, Title: Calculation Rate, MaxLength: 24, Required:false}\"\r\n                                }\r\n                            ]\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreements","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierAgreements', below body shows the entire payload of Supplier 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"61dbb78d-5815-4816-ae10-5bfb587624b2","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/SupplierAgreements?$filter = MasterAgreementID EQ VNVAP04","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","SupplierAgreements"],"query":[{"key":"$filter ","value":" MasterAgreementID EQ VNVAP04"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"SupplierAgreements\": [\n        {\n            \"MasterAgreement\": [\n                {\n                    \"MasterAgreementID\": \"VNVAP04\",\n                    \"Description\": \"Vendor Agreement VAPI test-04\",\n                    \"MasterAgreementProgram\": \"\",\n                    \"ValidFrom\": \"01/01/2021\",\n                    \"ValidTo\": \"12/31/2024\",\n                    \"BusinessUnit\": \"\",\n                    \"Company\": \"0001\",\n                    \"Currency\": \"USD\",\n                    \"Group2\": \"V8\",\n                    \"Group1\": \"V5\",\n                    \"SupplierID\": \"\",\n                    \"MasterAgrRules\": [],\n                    \"SubAgreement\": [\n                        {\n                            \"SubAgreementStatus\": \"\",\n                            \"SubAgreement\": \"VNVAPSA01\",\n                            \"SubAgrDescription\": \"Flat Rebate\",\n                            \"SubAgrProgram\": \"\",\n                            \"RequestAction\": \"\",\n                            \"ValidFrom\": \"01/01/2021\",\n                            \"ValidTo\": \"12/31/2024\",\n                            \"SetFrequency\": \"01\",\n                            \"PeriodProfile\": \"XMNTLY\",\n                            \"AccuralFrequency\": \"WM\",\n                            \"SubAgrEligibiity\": [],\n                            \"SubAgrBenefits\": []\n                        },\n                        {\n                            \"SubAgreementStatus\": \"\",\n                            \"SubAgreement\": \"VNVAPSA02\",\n                            \"SubAgrDescription\": \"Volume Rebate-Amount Scale\",\n                            \"SubAgrProgram\": \"\",\n                            \"RequestAction\": \"\",\n                            \"ValidFrom\": \"01/01/2021\",\n                            \"ValidTo\": \"12/31/2024\",\n                            \"SetFrequency\": \"01\",\n                            \"PeriodProfile\": \"XQTRLY\",\n                            \"AccuralFrequency\": \"WM\",\n                            \"SubAgrEligibiity\": [],\n                            \"SubAgrBenefits\": []\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"97fd2fc9-cb31-4b74-93d1-2f1960011916","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":"a1662fb1-0501-48fa-85b7-53345d8f6f32"}],"id":"8ba2b908-3c5f-4292-9039-3a3efe27a4d7","description":"<p>API Endpoint: <strong>SupplierAgreements</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Supplier 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":"8ba2b908-3c5f-4292-9039-3a3efe27a4d7","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"SupplierAgreements Request","item":[{"name":"Post Supplier Agreement Request","id":"d9156905-853c-4665-8c89-843abeba4666","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            \"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            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"Function\": \"{Type: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"AgreementCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:02}\",\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:WXMV}\",\r\n            \"SupplierID\": \"{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            \"Group1\": \"{Type: String, Title: Master Agreement Group1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{Type: String, Title: Master Agreement Group2, MaxLength: 2, Required:false}\",\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutVendor\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n                    \"EligibleVendor\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n                    \"BusinessUnit\": \"{Type: String, Title: Business Unit, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"AccuralFrequency\": \"{Type: String, Title: Accrual Frequency, MaxLength: 2, 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                    \"PeriodProfile\": \"{Type: String, Title: Period Profile, MaxLength: 6, 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                    \"SetFrequency\": \"{Type: String, Title: Settlement Frequency, MaxLength: 2, 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                            \"bsvut_xw\": \"{Type: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"bvalcalsm_xw\": \"{Type: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"FlexibleGroup\": \"{Type: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"rbgrpname_xw\": \"{Type: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"rbgrptype_xw\": \"{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                            \"ValueUnitType\": \"{Type: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalRate\": \"{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                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierAgreementsRequest', below body shows the entire payload of Supplier 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"1f3fe1d4-fbbb-4ce8-bb28-39087f2cca52","name":"Success - 200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Function\": \"17\",\r\n            \"Action\": \"A\",\r\n            \"MasterAgreementID\": \"85620791\",\r\n            \"Description\": \"Vendor Agreement Request VAPI 25\",\r\n            \"MasterAgreementProgram\": \"0000000474\",\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\": \"V5\",\r\n            \"Group2\": \"V7\",\r\n            \"SupplierID\": \"1000_1000454\",\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"MAPAYVENDOR\",\r\n                    \"PayoutVendor\": \"1000_1000454_1000454\"\r\n                },\r\n                {\r\n                    \"RulesheetIdentifier\": \"MAELGBLVENDOR\",\r\n                    \"EligibleVendor\": \"1000_1000454\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"A\",\r\n                    \"SubAgreementStatus\": \"A\",\r\n                    \"SubAgreementID\": \"255686\",\r\n                    \"SubAgrDescription\": \"Vendor Sub Agreement Req VAPI 25\",\r\n                    \"SubAgrProgram\": \"0000000819\",\r\n                    \"RequestAction\": \"N\",\r\n                    \"ValidFrom\": \"04/11/2024\",\r\n                    \"ValidTo\": \"12/31/2027\",\r\n                    \"PeriodProfile\": \"XAGRMT\",\r\n                    \"SetFrequency\": \"WM\",\r\n                    \"AccuralFrequency\": \"WM\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"SubAgrCalElement\": \"\",\r\n                            \"BaseValue\": \"WXNS\",\r\n                            \"SubAgrCalSummary\": \"\",\r\n                            \"SubAgrFlexibleGroup\": \"106\",\r\n                            \"GroupName\": \"GRP 3\",\r\n                            \"GroupType\": \"P\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutUnitType\": \"WXN2\",\r\n                            \"Product\": \"\",\r\n                            \"BasisUnitType\": \"\",\r\n                            \"ValueUnitType\": \"WXFA\",\r\n                            \"SubAgrCalRate\": \"5\",\r\n                            \"RateUnit\": \"USD\",\r\n                            \"Per\": \"\",\r\n                            \"PerUnit\": \"USD\",\r\n                            \"ValidFrom\": \"01/01/2024\",\r\n                            \"ValidTo\": \"12/31/2024\"\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreementsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Code\": \"FULLY_PROCESSED\",\n    \"Message\": \"`SupplierAgreementsRequest` has been completely processed\"\n}"},{"id":"cc05aaab-fd7b-4719-abce-6da9cb07edd0","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":"d9156905-853c-4665-8c89-843abeba4666"},{"name":"Get Supplier Agreement Request","id":"e0c245cc-83e5-402d-b0e8-e0ffed821931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Function\": \"{DataType: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{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            \"Group1\": \"{DataType: String, Title: Master Agreement Group1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{DataType: String, Title: Master Agreement Group2, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n            \"MasterAgrRules\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutVendor\": \"{DataType: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n                    \"EligibleVendor\": \"{DataType: String, Title: Partner External ID, MaxLength: 128, Required:false}\",\r\n                    \"BusinessUnit\": \"{DataType: String, Title: Business Unit, MaxLength: 4, Required:false}\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementID\": \"{DataType: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, 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                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, 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                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"AdminData\": [\r\n                {\r\n\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://<<hostname>>/gateway/vpi/SupplierAgreementsRequest","description":"<p>Hostname would be specific to the tenant/customer. API Endpoint is 'SupplierAgreementsRequest', below body shows the entire payload of Supplier 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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","SupplierAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"a691d51a-c9c9-4e58-a838-ff50793d5cd5","name":"Success - 200","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://templatebuild120admin.qa.vistexcloud.com/gateway/vpi/SupplierAgreementsRequest?$filter = MasterAgreementID EQ test_0624-01","protocol":"https","host":["templatebuild120admin","qa","vistexcloud","com"],"path":["gateway","vpi","SupplierAgreementsRequest"],"query":[{"key":"$filter ","value":" MasterAgreementID EQ test_0624-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"SupplierAgreementsRequest\": [\n        {\n            \"MasterAgreement\": [\n                {\n                    \"Function\": \"17\",\n                    \"MasterAgreementID\": \"test_0624-01\",\n                    \"Description\": \"test_0624-01\",\n                    \"MasterAgreementProgram\": \"0000000474\",\n                    \"ValidFrom\": \"/Date(1704067200000)/\",\n                    \"ValidTo\": \"/Date(1735603200000)/\",\n                    \"BusinessUnit\": \"\",\n                    \"Company\": \"1\",\n                    \"Currency\": \"USD\",\n                    \"Group1\": \"\",\n                    \"Group2\": \"\",\n                    \"SupplierID\": \"\",\n                    \"MasterAgrRules\": [],\n                    \"SubAgreement\": [\n                        {\n                            \"SubAgreementStatus\": \"A\",\n                            \"SubAgreementID\": \"test_0624-01SA\",\n                            \"SubAgrDescription\": \"test_0624-01\",\n                            \"SubAgrProgram\": \"0000002254\",\n                            \"RequestAction\": \"0\",\n                            \"ValidFrom\": \"/Date(1704067200000)/\",\n                            \"ValidTo\": \"/Date(1735603200000)/\",\n                            \"SetFrequency\": \"WQ\",\n                            \"PeriodProfile\": \"XQTRLY\",\n                            \"AccuralFrequency\": \"WQ\",\n                            \"SubAgrEligibiity\": [],\n                            \"SubAgrBenefits\": []\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"0de7043f-28a7-4aa7-8f3e-99fe192e0329","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":"e0c245cc-83e5-402d-b0e8-e0ffed821931"}],"id":"13c8542c-0b13-4684-a99d-4516cab8ee10","description":"<p>API Endpoint: <strong>SupplierAgreementsRequest</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Supplier 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":"13c8542c-0b13-4684-a99d-4516cab8ee10","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"ChargebackAgreements","item":[{"name":"Post Chargeback Agreement","id":"f003f6e9-ffc3-454a-8db5-1af12bc69ed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\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:WXCB}\",\r\n            \"AgreementCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:01}\",\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"AgreementID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"AgreementProgram\": \"{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            \"SupplierID\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \"RulesheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutCustomer\": \"{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/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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"6a7cf695-7cdc-4639-968f-954909f3857c","name":"Success - 200","originalRequest":{"method":"POST","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":"b0c53e19-3a35-4a19-8bf0-b3611b993028","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":"f003f6e9-ffc3-454a-8db5-1af12bc69ed5"},{"name":"Get Chargeback Agreement","id":"0b26c158-72c5-4da8-b7e1-1caf0b01802e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{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            \"Group1\": \"{DataType: String, Title: Agreement Group1, MaxLength: 2, Required:false}\",\r\n            \"Group2\": \"{DataType: String, Title: Agreement Group2, MaxLength: 2, Required:false}\",\r\n            \"SupplierID\": \"{DataType: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"{DataType: Decimal Nu, Title: Created On, MaxLength: 15, Required:false}\",\r\n                    \"LastChangedTimeStamp\": \"{DataType: Decimal Nu, Title: Last Changed On, MaxLength: 15, Required:false}\"\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{DataType: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, 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                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"SubAgrFlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"CalRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, 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                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{DataType: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{DataType: 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\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{DataType: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{DataType: 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/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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreements"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"05a34726-79ac-4e82-9f4e-d7a2a1f24245","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":"9a0c8740-9cd0-4f9f-8855-5e6154981494","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":"0b26c158-72c5-4da8-b7e1-1caf0b01802e"}],"id":"00b6641a-1aec-432d-a8a2-72dc009aff1a","description":"<p>API Endpoint: <strong>ChargebackAgreements</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Chargeback 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":"00b6641a-1aec-432d-a8a2-72dc009aff1a","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}}},{"name":"ChargebackAgreementsRequest","item":[{"name":"Post Chargeback Agreement Request","id":"79db41ee-ad1d-4ff3-bdc5-8efce748b757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Agreement\": [\r\n        {\r\n            \"RequestType\": \"{Type: String, Title: Request Type, MaxLength: 4, Required:false,DefaultValue:WXCB}\",\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:WXCB}\",\r\n            \"AgreementCategory\": \"{Type: String, Title: Master Agreement Category, MaxLength: 2, Required:false,DefaultValue:01}\",\r\n            \"Function\": \"{Type: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{Type: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"AgreementID\": \"{Type: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{Type: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"AgreementProgram\": \"{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            \"SupplierID\": \"{Type: String, Title: Vendor, MaxLength: 10, Required:false}\",\r\n            \"Eligibility\": [\r\n                {\r\n                    \"RuleSheetIdentifier\": \"{Type: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"PayoutCustomer\": \"{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/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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"1117dd95-d11e-44e6-bef6-54a3c5cc0fdb","name":"Success - 200","originalRequest":{"method":"POST","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":"650e850c-1404-443e-84fa-363b58cf6247","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":"79db41ee-ad1d-4ff3-bdc5-8efce748b757"},{"name":"Get Chargeback Agreement Request","id":"e9ffdf2a-eb2b-4046-adef-56b00e28dcf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterAgreement\": [\r\n        {\r\n            \"Function\": \"{DataType: String, Title: Function, MaxLength: 2, Required:false}\",\r\n            \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n            \"MasterAgreementID\": \"{DataType: String, Title: Master agreement external ID, MaxLength: 128, Required:false}\",\r\n            \"Description\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n            \"MasterAgreementProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n            \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Format: YYYYMMDD, Required:false} \",\r\n            \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Format: YYYYMMDD, 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            \"AdminData\": [\r\n                {\r\n                    \"CreationTimeStamp\": \"{DataType: Decimal Nu, Title: Created On, MaxLength: 15, Required:false}\",\r\n                    \"LastChangedTimeStamp\": \"{DataType: Decimal Nu, Title: Last Changed On, MaxLength: 15, Required:false}\",\r\n                }\r\n            ],\r\n            \"SubAgreement\": [\r\n                {\r\n                    \"Action\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreementStatus\": \"{DataType: String, Title: Status, MaxLength: 1, Required:false}\",\r\n                    \"SubAgreement\": \"{DataType: String, Title: Sub Agreement External ID, MaxLength: 128, Required:false}\",\r\n                    \"SubAgrDescription\": \"{DataType: String, Title: Description, MaxLength: 40, Required:false}\",\r\n                    \"SubAgrProgram\": \"{DataType: String, Title: Program, MaxLength: 10, Required:false}\",\r\n                    \"RequestAction\": \"{DataType: String, Title: Action, MaxLength: 1, Required:false}\",\r\n                    \"ValidFrom\": \"{DataType: Date, Title: Valid From, MaxLength: 8, Format: YYYYMMDD, Required:false} \",\r\n                    \"ValidTo\": \"{DataType: Date, Title: Valid To, MaxLength: 8, Format: YYYYMMDD, Required:false} \",\r\n                    \"SetFrequency\": \"{DataType: String, Title: Settlement Frequency, MaxLength: 2, Required:false}\",\r\n                    \"PeriodProfile\": \"{DataType: String, Title: Period Profile, MaxLength: 6, Required:false}\",\r\n                    \"AccuralFrequency\": \"{DataType: String, Title: Accrual Frequency, MaxLength: 2, Required:false}\",\r\n                    \"SubAgrEligibiity\": [\r\n                        {\r\n                            \"BaseValue\": \"{DataType: String, Title: Base Value, MaxLength: 4, Required:false}\",\r\n                            \"SubAgrCalSummary\": \"{DataType: String, Title: Calculation Summary, MaxLength: 128, Required:false}\",\r\n                            \"SubAgrCalElement\": \"{DataType: String, Title: Element, MaxLength: 6, Required:false}\",\r\n                            \"FlexibleGroup\": \"{DataType: String, Title: Flexible Group, MaxLength: 10, Required:false}\",\r\n                            \"GroupName\": \"{DataType: String, Title: Group Name, MaxLength: 20, Required:false}\",\r\n                            \"GroupType\": \"{DataType: String, Title: Group Type, MaxLength: 1, Required:false}\"\r\n                        }\r\n                    ],\r\n                    \"SubAgrBenefits\": [\r\n                        {\r\n                            \"PayoutGroup\": \"{DataType: String, Title: Payout Group, MaxLength: 20, Required:false}\",\r\n                            \"PayoutUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"Product\": \"{DataType: String, Title: Product, MaxLength: 128, Required:false}\",\r\n                            \"BasisUnitType\": \"{DataType: String, Title: Basis Unit Type, MaxLength: 4, Required:false}\",\r\n                            \"ValueUnitType\": \"{DataType: String, Title: Rate Type, MaxLength: 4, Required:false}\",\r\n                            \"CalculationRate\": \"{DataType: Decimal Nu, Title: Rate, MaxLength: 24, Required:false}\",\r\n                            \"RateUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, Required:false}\",\r\n                            \"Per\": \"{DataType: Decimal Nu, Title: Per, MaxLength: 24, Required:false}\",\r\n                            \"PerUnit\": \"{DataType: String, Title: Unit, MaxLength: 5, 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                            \"SubAgrBenefiitsSacles\": [\r\n                                {\r\n                                    \"ScaleBasis\": \"{DataType: String, Title: Dimension Value, MaxLength: 22, Required:false}\",\r\n                                    \"ScaleRate\": \"{DataType: 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\": \"{DataType: String, Title: Rule Sheet Identifier, MaxLength: 128, Required:false}\",\r\n                    \"EligibleCustomer\": \"{DataType: String, Title: Customer, MaxLength: 10, Required:false}\",\r\n                    \"FlexibleGroup\": \"{DataType: 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/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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","type":"collection"}},"urlObject":{"protocol":"https","path":["gateway","vpi","ChargebackAgreementsRequest"],"host":["<<hostname>>"],"query":[],"variable":[]}},"response":[{"id":"14f0b5e2-626d-4a5c-aa4f-e6ad88667ee9","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":"9eb31f7a-7d16-4657-a652-fb18811d0756","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":"e9ffdf2a-eb2b-4046-adef-56b00e28dcf7"}],"id":"de0d3928-ac84-4f93-ae63-79b46f6b3387","description":"<p>API Endpoint: <strong>ChargebackAgreementsRequest</strong></p>\n<p>This GTMS API supports, POST &amp; DELETE operations. Using this synchronous API enables you to create, change &amp; delete Chargeback 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":"de0d3928-ac84-4f93-ae63-79b46f6b3387","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":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","id":"91c2d961-16d6-4f5b-ada8-b0e47b21659f","name":"Wholesale Distribution","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"}]}