{"info":{"_postman_id":"555fb0c5-b650-4967-9241-09e3f828ae00","name":"Pawa Planning API","description":"<html><head></head><body><p>Base Api Flow :</p>\n<ol>\n<li>Obtain a session token (Create Api Session) from an APITOKEN, Session last 120 minutes </li>\n<li>Call APIs with session token in header \"Authorization: Bearer {sessionToken}\"</li>\n<li>Close the session (Logout)</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"40073803","collectionId":"555fb0c5-b650-4967-9241-09e3f828ae00","publishedId":"2sAYBXBWAb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-20T13:31:31.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create Api Session","id":"5e10c92b-fa99-4c8f-b7a1-4d80a03b146f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/security/api-session","description":"<p>Create a session from an API key.</p>\n<p>To obtain an API key for your instance, please follow these steps:</p>\n<ol>\n<li>Log in to your PAWA instance using an administrator account.</li>\n<li>Navigate to the Security section, select a profile, and generate an API key.</li>\n</ol>\n<p>For further assistance, contact <a href=\"mailto:support@pawa.zone\">support@pawa.zone</a>.</p>\n","urlObject":{"path":["api","security","api-session"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"a7a4fe90-20b4-4d1d-8902-b15e44de1763","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/security/api-session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": {\n    \"LoggedInUser\": {\n      \"Id\": \"<long>\",\n      \"DisplayName\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"UserName\": \"<string>\",\n      \"Role\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"ProfilePictureFileInboxId\": \"<uuid>\"\n    },\n    \"ImpersonatedUser\": {\n      \"Id\": \"<long>\",\n      \"DisplayName\": \"<string>\",\n      \"Email\": \"<string>\",\n      \"UserName\": \"<string>\",\n      \"Role\": \"<string>\",\n      \"IsActive\": \"<boolean>\",\n      \"ProfilePictureFileInboxId\": \"<uuid>\"\n    },\n    \"Token\": {\n      \"BearerTokenString\": \"<string>\",\n      \"ExpirationDate\": \"<dateTime>\",\n      \"TokenType\": \"<string>\"\n    }\n  },\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"854d5544-63df-49d4-be46-6f0433f2139d","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/security/api-session"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"5e10c92b-fa99-4c8f-b7a1-4d80a03b146f"},{"name":"Logout","id":"afc0076a-66d3-490a-bc0c-a9a6ace324d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/security/log-out","description":"<p>Close session token.</p>\n","urlObject":{"path":["api","security","log-out"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"b6478993-4a49-4723-b214-4c3c6cbfe050","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/security/log-out"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"ca383458-20ba-4bad-9324-fefa22bc1a54","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/security/log-out"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"afc0076a-66d3-490a-bc0c-a9a6ace324d1"}],"id":"382d947a-cad6-4629-a07d-a2f3be695eee","description":"<p>List of routes for authentication</p>\n","_postman_id":"382d947a-cad6-4629-a07d-a2f3be695eee"},{"name":"CustomerItems","item":[{"name":"CustomerItems","id":"27806322-4375-4e36-9665-6f144070d80a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/customer-items?include_attributes=<boolean>","description":"<p>Get the list of customer items. Use the query parameter ?include_attributes=true to also return items with their attribute values</p>\n","urlObject":{"path":["api","planning","v2","customer-items"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"include_attributes","value":"<boolean>"}],"variable":[]}},"response":[{"id":"42de8a9d-5353-4187-99d5-a5f42d3fe2ed","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customer-items?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customer-items"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\"\n    },\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\"\n    }\n  ],\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"21e85a04-79a1-4c86-b55f-34ba61a7fbc7","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customer-items?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customer-items"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"27806322-4375-4e36-9665-6f144070d80a"},{"name":"CustomerItems","id":"9112e624-149e-452d-b05d-809bb4e07ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customer-items","description":"<p>Create or update a list of customer items.</p>\n<p>Optionally, you can also specify attribute values when creating or updating customers. To include additional attributes, simply add extra fields to the input data, following the naming conventions: </p>\n<ol>\n<li><p>Textual Attributes: Use the naming convention attribute_*, where * is the attribute's code. The field's value will be treated as a textual attribute.</p>\n</li>\n<li><p>Numeric Attributes: Use the naming convention #_*, where * is the attribute's code. The field's value will be treated as a numeric attribute.</p>\n</li>\n</ol>\n<p>Important: Attribute codes in the customer items must have been previously set up in the system.</p>\n<p>Example: </p>\n<p>To add a textual attribute \"Status\" with the attribute code \"status\", include the field \"attribute_status\" in the customer item.\nFor a numeric attribute \"Status ID\" with the attribute code \"statusId\", include \"#_statusId\". </p>\n<p>A customer item with both of these attributes would have the form :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"CustomerCode\": \"CustomerCode\",\n    \"ItemCode\": \"ItemCode\",\n    \"attribute_status\": \"Open\",\n    \"#_statusId\": 10\n}\n</code></pre>","urlObject":{"path":["api","planning","v2","customer-items"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"978c117e-fb27-4e60-85a8-601b52891639","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customer-items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"1ec14c08-c372-42e1-9f26-8bba4873f0de","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customer-items"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"9112e624-149e-452d-b05d-809bb4e07ae4"}],"id":"b6b7ad33-8059-4d23-a71c-323256b6a09c","description":"<p>List of routes for creating and updating customer items and their attributes</p>\n","_postman_id":"b6b7ad33-8059-4d23-a71c-323256b6a09c"},{"name":"Customers","item":[{"name":"Customers","id":"d597f956-81f8-4d3f-9af6-e3ae8a3137d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/customers?include_attributes=<boolean>","description":"<p>Get the list of customers. Use the query parameter ?include_attributes=true to also return items with their attribute values</p>\n","urlObject":{"path":["api","planning","v2","customers"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"include_attributes","value":"<boolean>"}],"variable":[]}},"response":[{"id":"89dae6c6-f9d6-4e6e-989f-e51b0f339ef8","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customers?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customers"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"ef38f290-7255-4599-8ab8-a864e29b1123","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customers?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customers"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"d597f956-81f8-4d3f-9af6-e3ae8a3137d4"},{"name":"Customers","id":"e291dacf-40ce-47fa-9328-d07a01339a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers","description":"<p>Create or update a list of customers.</p>\n<p>Optionally, you can also specify attribute values when creating or updating customers. To include additional attributes, simply add extra fields to the input data, following the naming conventions: </p>\n<ol>\n<li><p>Textual Attributes: Use the naming convention attribute_*, where * is the attribute's code. The field's value will be treated as a textual attribute.</p>\n</li>\n<li><p>Numeric Attributes: Use the naming convention #_*, where * is the attribute's code. The field's value will be treated as a numeric attribute.</p>\n</li>\n</ol>\n<p>Important: Attribute codes in the customers must have been previously set up in the system.</p>\n<p>Example: </p>\n<p>To add a textual attribute \"Preferred Language\" with the attribute code \"language\", include the field \"attribute_language\" in the customer.\nFor a numeric attribute \"Customer ID Number\" with the attribute code \"idnumber\", include \"#_idnumber\". </p>\n<p>A customer with both of these attributes would have the form :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Code\": \"CustomerCode\",\n    \"Name\": \"CustomerName\",\n    \"attribute_language\": \"English\",\n    \"#_idnumber\": 10\n}\n</code></pre>","urlObject":{"path":["api","planning","v2","customers"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"2859ae07-58d7-4e87-8532-0b1164cd842c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"4dbdbe51-7d61-46c6-9a01-65204dbb633f","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"e291dacf-40ce-47fa-9328-d07a01339a31"},{"name":"Customer Attributes","id":"4e1348cf-5189-4d98-86f7-65f5be589fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes","description":"<p>Create or update a list of customer attributes to improve the structure of customer information. Attributes can be added individually or in groups as needed. If the API is called multiple times, attributes are updated or added only when necessary, using the 'code' field as a reference key.</p>\n","urlObject":{"path":["api","planning","v2","customers","attributes"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"e66762f3-7140-49e1-9fce-7f9b063fe4a3","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"3e7de8c3-8315-4ff8-8824-7aecbab92c1a","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"4e1348cf-5189-4d98-86f7-65f5be589fd4"},{"name":"Customer Attribute Values","id":"5ba7cb8e-8ce1-448a-94c7-3f47fa01f863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes/values","description":"<p>Add or update values on customers for attributes.</p>\n","urlObject":{"path":["api","planning","v2","customers","attributes","values"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"58dcb570-7382-465b-8668-916dac5c648c","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes/values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"58832540-4866-433d-9b83-4095516f5bab","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/attributes/values"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"5ba7cb8e-8ce1-448a-94c7-3f47fa01f863"},{"name":"Import Customer Permissions","id":"f99da1c3-eae4-462d-ab77-858a0089c9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions?replace_permissions=<boolean>","description":"<p>Add or update permissions for customers. </p>\n<p>Optionally, you can specify replace_permissions to be true to delete the permissions of the imported customers before the import, replacing the permissions.</p>\n<p>Access Type can be either \"User\" or \"Group\", Access Name will then be the name of that user or group.</p>\n<p>Forecast Permission can be \"None\", \"Read\" or \"Write\".</p>\n","urlObject":{"path":["api","planning","v2","customers","permissions"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"replace_permissions","value":"<boolean>"}],"variable":[]}},"response":[{"id":"49bd6058-5b79-4cb3-b173-d32ffb9dfb93","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions?replace_permissions=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customers","permissions"],"query":[{"key":"replace_permissions","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"5bd82345-c22c-40ee-9861-d2acfcb2c3c0","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\",\n    \"AccessType\": \"<string>\",\n    \"AccessName\": \"<string>\",\n    \"ForecastPermission\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions?replace_permissions=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","customers","permissions"],"query":[{"key":"replace_permissions","value":"<boolean>"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"f99da1c3-eae4-462d-ab77-858a0089c9e0"},{"name":"Delete Customer Permissions","id":"ddcf7e4e-28bd-46db-94ac-0f16d36c52d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions/delete","description":"<p>Delete all permissions for customers.</p>\n","urlObject":{"path":["api","planning","v2","customers","permissions","delete"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"01811a46-2654-47f3-99be-3ba4f67f9242","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"537f7df8-de2e-4333-8385-b97476dfb2e8","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"CustomerCode\": \"<string>\"\n  },\n  {\n    \"CustomerCode\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/customers/permissions/delete"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"ddcf7e4e-28bd-46db-94ac-0f16d36c52d1"}],"id":"e64078b6-04d7-41ce-8e17-23045accbcd5","description":"<p>List of routes for creating and updating customers and their attributes</p>\n","_postman_id":"e64078b6-04d7-41ce-8e17-23045accbcd5"},{"name":"CustomMetrics","item":[{"name":"Custom Metric Types","id":"b827d1ce-257a-48b5-841f-e5204f20a77c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"PeriodOfYear\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"Date\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types","description":"<p>Create or update a list of custom metric types.</p>\n<p>TimeframeType must be one of the following: Date, PeriodOfYear or Year.</p>\n","urlObject":{"path":["api","planning","v2","custom-metric-types"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"ae7cf058-7e04-4390-ad84-e62b22b5b4be","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"PeriodOfYear\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"Date\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"891b0e46-0af1-4721-bbfb-005e3aedfe52","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"PeriodOfYear\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"TimeFrameType\": \"Date\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"b827d1ce-257a-48b5-841f-e5204f20a77c"},{"name":"Custom Metrics","id":"bc333722-51a0-4e3e-852d-965e74ff272d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  },\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode","description":"<p>Create or update a list of custom metrics. \nIt is required that at least one of ItemCode, CustomerCode or KeyCode must be provided. \nAt least one of Units, Dollars or Percent must be provided as well.</p>\n<p>Optionally, you can also specify attribute values when creating or updating custom metrics. To include additional attributes, simply add extra fields to the input data, following the naming conventions: </p>\n<ol>\n<li><p>Textual Attributes: Use the naming convention attribute_{item/customer}_*, where \"item\" or \"customer\" is the attribute type and * is the attribute's code. The field's value will be treated as a textual attribute.</p>\n</li>\n<li><p>Numeric Attributes: Use the naming convention #_{item/customer}_*, where \"item\" or \"customer\" is the attribute type and * is the attribute's code. The field's value will be treated as a numeric attribute.</p>\n</li>\n</ol>\n<p>Important: Attribute codes in the custom metrics must have been previously set up for customers and items in the system.</p>\n<p>Example: </p>\n<p>To add a textual value for an item attribute \"Country of Origin\" with the attribute code \"origin\", include the field \"attribute_item_origin\" in the custom metric.\nFor a numeric value for an item attribute \"Inner Pack Count\" with the attribute code \"inner\", include \"#_item_inner\".\nFor a textual value for a customer attribute \"Preferred Language\" with the attribute code \"language\", include \"attribute_customer_language\".\nFor a numeric value for a customer attribute \"Customer ID Number\" with the attribute code \"idnumber\", include \"#_customer_idnumber\". </p>\n<p>An item with all of these attributes would have the form :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ItemCode\": \"ItemCode\",\n    \"CustomerCode\": \"CustomerCode\",\n    \"attribute_item_origin\": \"Canada\",\n    \"#_item_inner\": 6,\n    \"attribute_customer_language\": \"English\",\n    \"#_customer_idnumber\": 10,\n    \"Date\": \"2000-01-01\",\n    \"Units\": 1,\n    \"Source\": \"File\"\n}\n</code></pre>","urlObject":{"path":["api","planning","v2","custom-metric-types",":typeCode"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[{"id":"3c34b981-0b86-432c-be05-67fae4be4e2f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"typeCode"}]}},"response":[{"id":"483f4f90-ff63-4bbe-a6c1-5550fde4f0e6","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  },\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","custom-metric-types",":typeCode"],"variable":[{"key":"typeCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"bbfcddb8-2673-4307-9bd2-2df6c6ed98ed","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  },\n  {\n    \"KeyCode\": \"<string>\",\n    \"CustomerCode\": \"<string>\",\n    \"ItemCode\": \"<string>\",\n    \"Date\": \"<string>\",\n    \"Units\": \"<string>\",\n    \"Percent\": \"<string>\",\n    \"Dollars\": \"<string>\",\n    \"Source\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","custom-metric-types",":typeCode"],"variable":[{"key":"typeCode"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"bc333722-51a0-4e3e-852d-965e74ff272d"},{"name":"Custom Metrics","id":"16c386a1-b980-4292-8739-81d2a7944b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode?source=&startDate=&endDate=","description":"<p>Deletes all values for custom metrics of given type. Optional parameters source, startDate and endDate may be included to narrow which custom metrics are deleted.</p>\n","urlObject":{"path":["api","planning","v2","custom-metric-types",":typeCode"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"source","value":""},{"key":"startDate","value":""},{"key":"endDate","value":""}],"variable":[{"id":"7594f9aa-dfa1-4576-b1a7-391589692ebd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"typeCode"}]}},"response":[{"id":"ef76f72a-3632-46d6-8ae6-adb2784c674d","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode?source=&startDate=&endDate=","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","custom-metric-types",":typeCode"],"query":[{"key":"source","value":""},{"key":"startDate","value":""},{"key":"endDate","value":""}],"variable":[{"key":"typeCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"ab3fd25f-312c-4f75-bd57-0e25834fa583","name":"Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/custom-metric-types/:typeCode?source=&startDate=&endDate=","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","custom-metric-types",":typeCode"],"query":[{"key":"source","value":""},{"key":"startDate","value":""},{"key":"endDate","value":""}],"variable":[{"key":"typeCode"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"16c386a1-b980-4292-8739-81d2a7944b80"}],"id":"7e46d11a-ad0d-441f-a5e0-1360ce6bfeef","description":"<p>List of routes for creating and updating custom metrics and their attributes. </p>\n<p>Begin by defining a custom metric type to group your metrics, then add custom metrics to the defined type.</p>\n","_postman_id":"7e46d11a-ad0d-441f-a5e0-1360ce6bfeef"},{"name":"Forecast","item":[{"name":"Periodic Forecast","id":"0a17afd2-ab58-48c6-9908-3a1096922bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/forecast?year=<integer>&tagType=<string>&forecastTypeCode=&includeZeroedForecasts=false","description":"<p>Get a list of periodic forecast by for a specified year and tag type (Current, Budget, Day3, Revision1 ... ). Optionally accept a filter on the transaction type code.</p>\n","urlObject":{"path":["api","planning","v2","forecast"],"host":["https://yourinstance.pawa.zone"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"year","value":"<integer>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""},{"key":"includeZeroedForecasts","value":"false"}],"variable":[]}},"response":[{"id":"0614f16d-b979-4c84-8d99-ae4efd8b9e10","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/forecast?year=<integer>&tagType=<string>&forecastTypeCode=&includeZeroedForecasts=false","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","forecast"],"query":[{"description":"(Required) ","key":"year","value":"<integer>"},{"description":"(Required) ","key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""},{"key":"includeZeroedForecasts","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\",\n      \"Period\": \"<integer>\",\n      \"Units\": \"<double>\",\n      \"Dollars\": \"<double>\"\n    },\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\",\n      \"Period\": \"<integer>\",\n      \"Units\": \"<double>\",\n      \"Dollars\": \"<double>\"\n    }\n  ],\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"6eaf4732-bc64-41ea-9214-d4c45dccddbd","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/forecast?year=<integer>&tagType=<string>&forecastTypeCode=&includeZeroedForecasts=false","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","forecast"],"query":[{"description":"(Required) ","key":"year","value":"<integer>"},{"description":"(Required) ","key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""},{"key":"includeZeroedForecasts","value":"false"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"0a17afd2-ab58-48c6-9908-3a1096922bde"},{"name":"Daily Forecast","id":"fa340e87-2a32-47e1-b98b-15c3ebb313c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/daily-forecast?year=<integer>&tagType=<string>&forecastTypeCode=&includeZeroedForecasts=false&tagId","description":"<p>Get a list of daily forecast by for a specified year and tag type (Current, Budget, Day3, Revision1 ... ). Optionally accept a filter on the transaction type code.</p>\n","urlObject":{"path":["api","planning","v2","daily-forecast"],"host":["https://yourinstance.pawa.zone"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"year","value":"<integer>"},{"description":{"content":"<p>(Required if tagId is null) </p>\n","type":"text/plain"},"key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""},{"key":"includeZeroedForecasts","value":"false"},{"description":{"content":"<p>(Required if tagType is null) </p>\n","type":"text/plain"},"key":"tagId","value":null}],"variable":[]}},"response":[{"id":"28140ecf-ff3e-45ca-bfaf-05427b456574","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/daily-forecast?year=<integer>&tagType=<string>&forecastTypeCode=","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","daily-forecast"],"query":[{"description":"(Required) ","key":"year","value":"<integer>"},{"description":"(Required) ","key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\",\n      \"Date\": \"<dateTime>\",\n      \"Units\": \"<double>\",\n      \"Dollars\": \"<double>\"\n    },\n    {\n      \"CustomerCode\": \"<string>\",\n      \"ItemCode\": \"<string>\",\n      \"Date\": \"<dateTime>\",\n      \"Units\": \"<double>\",\n      \"Dollars\": \"<double>\"\n    }\n  ],\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"82b9ce9c-09f8-42cd-9c1a-3d314ed1f92f","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/daily-forecast?year=<integer>&tagType=<string>&forecastTypeCode=","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","daily-forecast"],"query":[{"description":"(Required) ","key":"year","value":"<integer>"},{"description":"(Required) ","key":"tagType","value":"<string>"},{"key":"forecastTypeCode","value":""}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"fa340e87-2a32-47e1-b98b-15c3ebb313c9"},{"name":"Forecast Tags","id":"ff0f0b8c-9a7d-4dab-b271-71da8b31086a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/forecast/tags","description":"<p>Get a list of forecast freeze tags.</p>\n","urlObject":{"path":["api","planning","v2","forecast","tags"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"b482d7b5-1824-4aa6-9222-725cde21c47c","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/forecast/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"Id\": \"<long>\",\n      \"Name\": \"<string>\",\n      \"TagType\": \"<string>\",\n      \"StartYear\": \"<integer>\",\n      \"StartPeriod\": \"<integer>\"\n    },\n    {\n      \"Id\": \"<long>\",\n      \"Name\": \"<string>\",\n      \"TagType\": \"<string>\",\n      \"StartYear\": \"<integer>\",\n      \"StartPeriod\": \"<integer>\"\n    }\n  ],\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"acc15861-2f62-4808-ba8a-26ebe12a6d6a","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/forecast/tags"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"ff0f0b8c-9a7d-4dab-b271-71da8b31086a"}],"id":"70a8486e-49c0-4ca6-b248-ef8d74b80908","description":"<p>List of routes for importing or exporting forecasts</p>\n","_postman_id":"70a8486e-49c0-4ca6-b248-ef8d74b80908"},{"name":"Items","item":[{"name":"Items","id":"ec41e110-a5c2-4a5b-90e4-3b2447779984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/items?include_attributes=<boolean>","description":"<p>Get the list of items. Use the query parameter ?include_attributes=true to also return items with their attribute values</p>\n","urlObject":{"path":["api","planning","v2","items"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"include_attributes","value":"<boolean>"}],"variable":[]}},"response":[{"id":"a4451e79-2ee1-4b55-8978-d139886cf376","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/items?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","items"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": [\n    {\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"Result\": \"Error\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"b70407b6-8c3a-4109-8c74-39cbb26a1957","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/items?include_attributes=<boolean>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","items"],"query":[{"key":"include_attributes","value":"<boolean>"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"ec41e110-a5c2-4a5b-90e4-3b2447779984"},{"name":"Items","id":"47acc01f-fcb4-4dcb-8f15-0f26f801ee24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items","description":"<p>Create or update a list of items.</p>\n<p>Optionally, you can also specify attribute values when creating or updating items. To include additional attributes, simply add extra fields to the input data, following the naming conventions: </p>\n<ol>\n<li><p>Textual Attributes: Use the naming convention attribute_*, where * is the attribute's code. The field's value will be treated as a textual attribute.</p>\n</li>\n<li><p>Numeric Attributes: Use the naming convention #_*, where * is the attribute's code. The field's value will be treated as a numeric attribute.</p>\n</li>\n</ol>\n<p>Important: Attribute codes in the items must have been previously set up in the system.</p>\n<p>Example: </p>\n<p>To add a textual attribute \"Country of Origin\" with the attribute code \"origin\", include the field \"attribute_origin\" in the item.\nFor a numeric attribute \"Inner Pack Count\" with the attribute code \"inner\", include \"#_inner\". </p>\n<p>An item with both of these attributes would have the form :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Code\": \"ItemCode\",\n    \"Name\": \"ItemName\",\n    \"attribute_origin\": \"Canada\",\n    \"#_inner\": 6\n}\n</code></pre>","urlObject":{"path":["api","planning","v2","items"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"524ca16a-c994-4afe-add1-fd465a95ec6d","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"e35998f0-2e8a-49df-9e20-9c127166b7f7","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"47acc01f-fcb4-4dcb-8f15-0f26f801ee24"},{"name":"Item Attributes","id":"f484fb9d-8ef9-4036-bedd-07d728af76bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes","description":"<p>Create or update a list of item attributes to improve the structure of item information. Attributes can be added individually or in groups as needed. If the API is called multiple times, attributes are updated or added only when necessary, using the 'code' field as a reference key.</p>\n","urlObject":{"path":["api","planning","v2","items","attributes"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"d70e2192-1448-4c33-9a61-18ffebddb90b","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"ba0cd3b0-61f5-43f2-910d-2fe067b5213b","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  },\n  {\n    \"Code\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"AttributeTypeEnum\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"f484fb9d-8ef9-4036-bedd-07d728af76bc"},{"name":"Item Attribute Values","id":"53244c61-3c5f-4dd4-a369-fd8a2efdc700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes/values","description":"<p>Add or update values on items for attributes.</p>\n","urlObject":{"path":["api","planning","v2","items","attributes","values"],"host":["https://yourinstance.pawa.zone"],"query":[],"variable":[]}},"response":[{"id":"69a0f4df-9596-49f9-ac88-505fcc3f6911","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes/values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"246538bb-193a-4a4b-a883-4e818be6bb18","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  },\n  {\n    \"ItemCode\": \"<string>\",\n    \"AttributeCode\": \"<string>\",\n    \"Value\": \"<string>\",\n    \"NumericValue\": \"<double>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/items/attributes/values"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": 0,\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"53244c61-3c5f-4dd4-a369-fd8a2efdc700"}],"id":"a2b7755e-bf93-4c90-ae0c-5f8b935c19fe","description":"<p>List of routes for creating and updating items and their attributes</p>\n","_postman_id":"a2b7755e-bf93-4c90-ae0c-5f8b935c19fe"},{"name":"Sales","item":[{"name":"Delete Sales SellIn","id":"067d34d1-935d-4367-a27b-c4d8b4a09adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn/delete?startDate=<string>&endDate=<string>&source=<string>","description":"<p>Delete sales from the start date to the end date (yyyy-MM-dd). Source is optional.</p>\n","urlObject":{"path":["api","planning","v2","sales","sellIn","delete"],"host":["https://yourinstance.pawa.zone"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"startDate","value":"<string>"},{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"endDate","value":"<string>"},{"key":"source","value":"<string>"}],"variable":[]}},"response":[{"id":"ed9bd779-29cd-4c4d-be44-8245a506f530","name":"OK","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn/delete?startDate=<string>&endDate=<string>&source=<string>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","sales","sellIn","delete"],"query":[{"description":"(Required) ","key":"startDate","value":"<string>"},{"description":"(Required) ","key":"endDate","value":"<string>"},{"key":"source","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": \"<boolean>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"},{"id":"132acd7e-cfd4-4d3b-9ae4-84ef78f2a4b6","name":"Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn/delete?startDate=<string>&endDate=<string>&source=<string>","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","sales","sellIn","delete"],"query":[{"description":"(Required) ","key":"startDate","value":"<string>"},{"description":"(Required) ","key":"endDate","value":"<string>"},{"key":"source","value":"<string>"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"<string>\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"<string>\",\n  \"CurrentBuild\": \"<integer>\"\n}"}],"_postman_id":"067d34d1-935d-4367-a27b-c4d8b4a09adb"},{"name":"Sales SellIn","id":"18a89ca1-03a5-40be-9120-0313ddc0da3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 1223.4655858748822,\n    \"Amount\": 8157.416826010517,\n    \"Source\": \"string\"\n  },\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 741.6329617726003,\n    \"Amount\": 8803.032030479664,\n    \"Source\": \"string\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn?replaceStartDate=string&replaceEndDate=string&replaceSource=string","description":"<p>Import a list of Sell-In Sales. Each sale must have at least one of either Amount or Qty. Source is optional. Replace Parameters are optional</p>\n","urlObject":{"path":["api","planning","v2","sales","sellIn"],"host":["https://yourinstance.pawa.zone"],"query":[{"key":"replaceStartDate","value":"string"},{"key":"replaceEndDate","value":"string"},{"key":"replaceSource","value":"string"}],"variable":[]}},"response":[{"id":"c0bae326-442a-4891-b968-e9af2f084821","name":"OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 1223.4655858748822,\n    \"Amount\": 8157.416826010517,\n    \"Source\": \"string\"\n  },\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 741.6329617726003,\n    \"Amount\": 8803.032030479664,\n    \"Source\": \"string\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn?replaceStartDate=string&replaceEndDate=string&replaceSource=string","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","sales","sellIn"],"query":[{"key":"replaceStartDate","value":"string"},{"key":"replaceEndDate","value":"string"},{"key":"replaceSource","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"value\": 7285,\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"string\",\n  \"CurrentBuild\": 1113\n}"},{"id":"448e4d68-62e7-4ed2-92bd-188bc9b90b6d","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 1223.4655858748822,\n    \"Amount\": 8157.416826010517,\n    \"Source\": \"string\"\n  },\n  {\n    \"ItemCode\": \"string\",\n    \"ItemName\": \"string\",\n    \"CustomerCode\": \"string\",\n    \"CustomerName\": \"string\",\n    \"Date\": \"string\",\n    \"Quantity\": 741.6329617726003,\n    \"Amount\": 8803.032030479664,\n    \"Source\": \"string\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://yourinstance.pawa.zone/api/planning/v2/sales/sellIn?replaceStartDate=string&replaceEndDate=string&replaceSource=string","host":["https://yourinstance.pawa.zone"],"path":["api","planning","v2","sales","sellIn"],"query":[{"key":"replaceStartDate","value":"string"},{"key":"replaceEndDate","value":"string"},{"key":"replaceSource","value":"string"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ErrorMessage\": \"string\",\n  \"Result\": \"Success\",\n  \"ResultDescription\": \"string\",\n  \"CurrentBuild\": 3990\n}"}],"_postman_id":"18a89ca1-03a5-40be-9120-0313ddc0da3e"}],"id":"f156f4c9-eb71-4217-aa09-8d581fd6540e","description":"<p>List of routes for importing sales</p>\n","_postman_id":"f156f4c9-eb71-4217-aa09-8d581fd6540e"}],"event":[{"listen":"prerequest","script":{"id":"494a969c-9228-41a5-ba43-4b52635f3307","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"11377648-abed-4b8d-b9b0-0260be89d7c8","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://yourinstance.pawa.zone"}]}