{"info":{"_postman_id":"e0a953e2-c210-41ad-8245-7bab8da16f76","name":"JUJU SaaS","description":"<html><head></head><body><p>This is a solution from JUJU SAS that provides clients and suppliers with a way to integrate external systems into the JUJU ecosystem securely, comprehensively, and in a scalable manner through REST services. The solution features a collection of APIs that are categorized into domains such as:</p>\n<ul>\n<li><p><strong>User</strong>: Actions or functions related to users (e.g., loading points, querying transactions, etc.)</p>\n</li>\n<li><p><strong>Orders</strong>: Actions or functions related to purchase orders on the platform (e.g., shopping cart, orders, approvals, etc.)</p>\n</li>\n<li><p><strong>Catalog</strong>: Actions or functions related to products (e.g., products, stock, categories, etc.)</p>\n</li>\n<li><p><strong>Company</strong>: Actions or functions related to the company (e.g., settings, policies, styles, etc.)</p>\n</li>\n</ul>\n<h3 id=\"legal-conditions\"><strong>Legal Conditions</strong></h3>\n<p>Refer to the contract.</p>\n<h3 id=\"overview\"><strong>Overview</strong></h3>\n<p>Before starting, you should be familiar with the Postman platform and how to create <a href=\"https://learning.postman.com/docs/sending-requests/variables/\">environment variables</a>.</p>\n<h3 id=\"environment-variables\">Environment Variables</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Variable</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>JJSaaSBaseUrl</code></td>\n<td>Represents the host where the service in question is located. It should be environment-specific, as Juju has three environments, and it must operate dynamically to accommodate various use cases or requirements. Quality Environment Value: <a href=\"https://jujugateway-qa.jujutests.com/\">https://jujugateway-qa.jujutests.com/</a></td>\n</tr>\n<tr>\n<td><code>JJSaaSToken</code></td>\n<td>This will store the access token. It can be of Global type to facilitate quicker consumption or calling of the other APIs within the solution.</td>\n</tr>\n<tr>\n<td><code>UserName</code></td>\n<td>Represents the username that requires access. It should be environment-specific, as Juju operates across three environments and must adapt dynamically to various use cases or requirements.</td>\n</tr>\n<tr>\n<td><code>Password</code></td>\n<td>Represents the password for the user requiring access. It should be environment-specific, as Juju operates across three environments and must adapt dynamically to various use cases or requirements.</td>\n</tr>\n<tr>\n<td><code>Apikey</code></td>\n<td>Represents a secret key for the user requiring access. It should be environment-specific, as Juju operates across three environments and must adapt dynamically to various use cases or requirements.</td>\n</tr>\n<tr>\n<td><code>ApiLoginKey</code></td>\n<td>Represents a secret key for the user requiring access. It should be environment-specific, as Juju operates across three environments and must adapt dynamically to various use cases or requirements.</td>\n</tr>\n<tr>\n<td><code>JJSaaSCompanyId</code></td>\n<td>Represents the unique identifier for the company.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The values for <code>UserName</code>, <code>Password</code>, <code>Apikey</code>, <code>ApiLoginKey</code> y <code>JJSaaSCompanyId</code>will be provided via return email once a commercial contract is in place and a contact from the IT department has been assigned, including their contact number and email address.</p>\n<h3 id=\"response-body-schema\"><strong>Response Body Schema</strong></h3>\n<p>All APIs (with the exception of the Get Token API) will return the same response object.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>This is an object of <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/generics/generic-type-parameters\">type T</a>, which will take the form of a specific type depending on the API being called.</td>\n</tr>\n</tbody>\n</table>\n</div><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Header\":{\n        \"ResponseCode\":200,\n        \"Message\":\"\",\n        \"Success\":true\n    },\n    \"Data\": {}\n}\n\n</code></pre>\n<p><strong>Note:</strong> Although a result might appear as 200 according to <a href=\"https://www.uniprot.org/help/rest-api-headers\">the standard HTTP status codes</a> in REST APIs, special attention should be paid to the value returned in <code>Header.ResponseCode</code>, which will provide the actual status of the request. Within the test architecture, it is very important to understand the specific error, which will be detailed in <code>Header.Message .</code></p>\n<h1 id=\"authentication\"><strong>Authentication</strong></h1>\n<p>Authentication for all the APIs in this chapter is performed using the authentication header of the bearer token type under the <a href=\"https://jwt.io/\">JWT </a> architecture.</p>\n<h1 id=\"error-codes\">Error codes</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Código</strong></th>\n<th>Mensaje</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>500</td>\n<td>Ha ocurrido un error inesperado, por favor comuníquese con el administrador</td>\n<td>Uncontrolled error. Please inform the support area to identify possible causes.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Uno o varios parámetros presenta(n) inconsistencia(s)</td>\n<td>Some of the required parameters of the request have not been sent or have been sent empty.</td>\n</tr>\n<tr>\n<td>401</td>\n<td></td>\n<td>Token not sent or invalid.  <br>  <br>The company of the token does not have permissions on the information of the company to which the request is being made.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rate-limiting\"><strong>Rate Limiting</strong></h1>\n<p>Currently, there are no rate limits contemplated in the contract.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Error codes","slug":"error-codes"},{"content":"Rate Limiting","slug":"rate-limiting"}],"owner":"27521586","collectionId":"e0a953e2-c210-41ad-8245-7bab8da16f76","publishedId":"2sA3JM82AD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-10T22:06:22.000Z"},"item":[{"name":"1 - Security","item":[{"name":"Get Token V1","id":"fd672ab9-a4d3-4ce0-b426-965b1f1bf34b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/Token","description":"<p>This functionality allows the generation of access tokens for different clients of the APIs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>UserName</td>\n<td>Represents the username requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Password</td>\n<td>Represents the password of the user requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ApiKey</td>\n<td>Represents a secret key for the user requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ApiLoginKey</td>\n<td>Represents another secret key for the user requiring access.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>access_token</td>\n<td>The token generated for making the necessary requests.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>token_type</td>\n<td>Represents the type of token generated; in this case, the value will be: Bearer.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>expires_in</td>\n<td>Represents the amount of time the token will be valid, expressed in milliseconds; this value is configurable by each supplier.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Auth","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"779c3c18-a490-443b-a288-9b34f225f4cf","name":"Successful (clear parameters)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/Token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"token_here\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 599782,\n    \"error\": \"\"\n}"},{"id":"19e8fc46-51bc-4024-8f62-7e71a8102e7d","name":"Successful (encrypted parameters)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{JJSaaSBaseUrl}}/api/Auth/Token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"token_here\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 599782,\n    \"error\": \"\"\n}"},{"id":"5d40fe47-738b-4108-9206-d018d842185e","name":"Error - User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"Foo\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 19:06:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"81605d18-7cca-4f38-854f-9b48b3fb276a"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER001\"\n}"},{"id":"ad2a91ae-d702-4b15-94af-95cd22dda502","name":"Error - CompleteField","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 19:05:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"4a1e4e82-4932-4b55-a596-ce9e8606ef7c"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER004\"\n}"}],"_postman_id":"fd672ab9-a4d3-4ce0-b426-965b1f1bf34b"},{"name":"Get Token V2","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"6bf27d92-41d7-45ab-9de5-2f10b686a67b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This functionality allows for the generation of access tokens for different clients of the APIs.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>UserName</td>\n<td>Represents the username that requires access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Password</td>\n<td>Represents the password of the user requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ApiKey</td>\n<td>Represents a secret key for the user requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ApiLoginKey</td>\n<td>Represents another secret key for the user requiring access.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>access_token</td>\n<td>The generated token for making the necessary requests.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>token_type</td>\n<td>Represents the type of token generated, in this case, the value will be: Bearer.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>expires_in</td>\n<td>Represents the amount of time the token will be valid, expressed in milliseconds; this value is configurable by each supplier.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>error</td>\n<td>In case of an error, it will be displayed here.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-seguro-secure-body\">Body seguro (<strong>Secure Body</strong>)</h3>\n<p>The encryption algorithm for the secure body is AES 256. The secret will be confirmed once a commercial contract is in place and a contact from the IT department has been assigned, including their contact number and email address.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"secureBody\":\"4wJdisM3L+wd04bjLQjmE6+JhFto....more characters....maXdbQyyQ==\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c35be479-dbf9-4510-b13b-a52b602b5f27","name":"Successful (clear parameters)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"token_here\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 599782,\n    \"error\": \"\"\n}"},{"id":"daf3f100-39d9-48c4-b5b6-5ac7b1dcbeac","name":"Successful (encrypted parameters)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"token_here\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 599782,\n    \"error\": \"\"\n}"},{"id":"d510fe83-690d-4630-b43d-d91ec0ec33b8","name":"Error - User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"Foo\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 19:06:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"81605d18-7cca-4f38-854f-9b48b3fb276a"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER001\"\n}"},{"id":"ded8dba7-25c2-449d-a767-c21ba920e98e","name":"Error - CompleteField","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Feb 2023 19:05:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"4a1e4e82-4932-4b55-a596-ce9e8606ef7c"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER004\"\n}"}],"_postman_id":"6bf27d92-41d7-45ab-9de5-2f10b686a67b"},{"name":"Get Token V4","id":"c6920f43-d43c-4075-ad28-0071a79066b0","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\": \"{{UserName}}\",\r\n    \"Password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v4/Token","description":"<p>This functionality allows the generation of access tokens for different clients of the APIs</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>UserName</td>\n<td>Represents the username requiring access.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Password</td>\n<td>Represents the password of the user requiring access.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>access_token</td>\n<td>The token generated for making the necessary requests.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>token_type</td>\n<td>Represents the type of token generated; in this case, the value will be: Bearer.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>expires_in</td>\n<td>Represents the amount of time the token will be valid, expressed in milliseconds; this value is configurable by each supplier.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>error</td>\n<td>In case of an error, it will be displayed here.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Auth","v4","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8712f350-f671-4c92-b5c2-369478830a04","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v4/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:06:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1411"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"df05a315-be7c-4255-b32d-e394a9a2078d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"token_here\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3570823\n}"},{"id":"f9dc2907-7477-4391-98cc-284806b59f22","name":"Error - CompleteField","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\": \"\",\r\n    \"Password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v4/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"636c74a9-c936-46e6-aad8-1de6261a68a4"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 29 Oct 2024 20:47:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER004\"\n}"},{"id":"520af5b8-eda4-4c91-b577-040b7d83b521","name":"Error - InvalidCredential","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\": \"{{UserName}}\",\r\n    \"Password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v4/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"c226537b-3bc1-43fd-a494-4433f5eab5da"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 29 Oct 2024 20:49:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER001\"\n}"},{"id":"da4e279f-1947-4ec2-b3ad-177631cada0c","name":"Error - GenericValidationError","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v4/Token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 17 Sep 2024 16:13:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 0,\n    \"error\": \"MSSUPPLIER002\"\n}"}],"_postman_id":"c6920f43-d43c-4075-ad28-0071a79066b0"}],"id":"0ccd38ef-27b8-4ee0-9b5e-b911e2115c79","_postman_id":"0ccd38ef-27b8-4ee0-9b5e-b911e2115c79","description":""},{"name":"2 - Util","item":[{"name":"Get simple list","id":"c9fce9af-441f-441f-9f4e-72d437838318","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","description":"<p>This functionality allows querying of common, standardized, and authorized listings in the Juju ecosystem for different clients of the APIs.</p>\n<p><strong>e.g.,</strong> gender listings, document type listings, among others.</p>\n<p>Some listings can be composite and have multiple levels within them; we refer to this behavior as levels. The more levels a listing has, the deeper it will be in the options tree. Listings with a single level are called simple resource listings, while those with two or more levels are called complex resources and have a limit of 5 levels of depth.<br /><strong>e.g.,</strong> a gender listing might have 3 options: Male, Female, and Non-Binary; this is a simple resource listing.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 788ms</p>\n<h3 id=\"request-query\">Request query</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>processGuideHeaderId</td>\n<td>List grouper, corresponds to a unique ID that groups a series of options and/or values (document types, gender, cities, etc.).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"list-groupers-available\"><strong>List Groupers Available:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ProcessGuideHeaderId</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Type Document PCO</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Fields Custom For Templates Email</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Address Nomenclature</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Mobile operator</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Territorial organization</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Building type</td>\n</tr>\n<tr>\n<td>7</td>\n<td>ApiService</td>\n</tr>\n<tr>\n<td>8</td>\n<td>ApiConfigurationProperty</td>\n</tr>\n<tr>\n<td>9</td>\n<td>RelationshipType</td>\n</tr>\n<tr>\n<td>10</td>\n<td>ExpirationType</td>\n</tr>\n<tr>\n<td>11</td>\n<td>PeriodExpirationType</td>\n</tr>\n<tr>\n<td>12</td>\n<td>ValidateChargeCompany</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.ProcessGuideDetailId</td>\n<td>Unique identifier of the guide's value (internal use of JUJU).</td>\n</tr>\n<tr>\n<td>Data.ProcessGuideHeaderId</td>\n<td>List grouper, corresponds to a unique ID that groups a series of options and/or values.</td>\n</tr>\n<tr>\n<td>Data.Grouper1</td>\n<td>This corresponds to the ID of the first level.</td>\n</tr>\n<tr>\n<td>Data.Grouper2</td>\n<td>This corresponds to the ID of the second level.</td>\n</tr>\n<tr>\n<td>Data.Grouper3</td>\n<td>This corresponds to the ID of the third level.</td>\n</tr>\n<tr>\n<td>Data.Grouper4</td>\n<td>This corresponds to the ID of the fourth level.</td>\n</tr>\n<tr>\n<td>Data.Grouper5</td>\n<td>This corresponds to the ID of the fifth level.</td>\n</tr>\n<tr>\n<td>Data.Description1</td>\n<td>This corresponds to the first description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Description2</td>\n<td>This corresponds to the second description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Description3</td>\n<td>This corresponds to the third description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Status</td>\n<td>Corresponds to the guide's status, active or inactive (true/false).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>List grouper, corresponds to a unique ID that groups a series of options and/or values (document types, gender, cities, etc.).</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"1"}],"variable":[]}},"response":[{"id":"d41bb0cc-a567-4244-840b-92996827e34b","name":"Successful - Type Document","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"List grouper, corresponds to a unique ID that groups a series of options and/or values (document types, gender, cities, etc.)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 20:31:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1884"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ef402766-28ff-4041-a255-7600e6adc319"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Ciudadanía\",\n            \"description2\": \"CC\",\n            \"description3\": \"^[0-9]{4,12}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 2,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Extranjería\",\n            \"description2\": \"CE\",\n            \"description3\": \"^[a-zA-Z0-9]{8,10}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31725,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Permiso Especial De Permanencia\",\n            \"description2\": \"PEP\",\n            \"description3\": \"^[0-9]{9,15}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31726,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasaporte\",\n            \"description2\": \"PAS\",\n            \"description3\": \"^[a-zA-Z0-9]{7,11}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31727,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"RFC\",\n            \"description2\": \"RFC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31728,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"CURP\",\n            \"description2\": \"CURP\",\n            \"description3\": \"^[a-zA-Z0-9]{9,18}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31729,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Green Card\",\n            \"description2\": \"GC\",\n            \"description3\": \"^[a-zA-Z0-9]{8-13}\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31730,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Driver License\",\n            \"description2\": \"DL\",\n            \"description3\": \"^[a-zA-Z0-9]{4,13}\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"2503bebd-dabd-4a6e-9766-9e1978621576","name":"Error - Forbidden","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Agrupador de la lista, corresponde a un Id único que agrupa una serie de opciones y/o valores (tipos de documento, genero, ciudades, etc.)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 10 Apr 2023 20:33:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"7ddaf9ae-735a-41ee-96df-d41102694b77"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c9fce9af-441f-441f-9f4e-72d437838318"},{"name":"Get Complex list","id":"2b5abb7d-dd7c-4833-b9f2-5b67539f591e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":1,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":1,\r\n   \"Grouper3\":1,\r\n   \"Grouper4\":1,\r\n   \"Grouper5\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper","description":"<p><strong>Note:</strong> Before you start, you must read and understand API <strong>2 - Util / Get Simple List.</strong><br />Unlike a simple resource listing, complex resource listings use groupers, which are fields for complex lists. A list can have several levels.</p>\n<p><strong>e.g.,</strong> political division which may contain a tree by levels divided into Countries, States, Municipalities, Localities or Communes, and Neighborhoods.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 157ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>ProcessGuideHeaderId</td>\n<td>List grouper, corresponds to a unique ID that groups a series of options and/or values (document types, gender, cities, etc.).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Grouper1</td>\n<td>This corresponds to the ID of the first level (in the example, this would be the country level).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Grouper2</td>\n<td>This corresponds to the ID of the second level (in the example, this would be the state or department level).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Grouper3</td>\n<td>This corresponds to the ID of the third level (in the example, this would be the locality or commune level).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Grouper4</td>\n<td>This corresponds to the ID of the fourth level (in the example, this would be the neighborhood level).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Grouper5</td>\n<td>This corresponds to the ID of the fifth level (in the example, this would be the block level).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"list-groupers-available\"><strong>List Groupers Available</strong>:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ProcessGuideHeaderId</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Type Document PCO</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Fields Custom For Templates Email</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Address Nomenclature</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Mobile operator</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Territorial organization</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Building type</td>\n</tr>\n<tr>\n<td>7</td>\n<td>ApiService</td>\n</tr>\n<tr>\n<td>8</td>\n<td>ApiConfigurationProperty</td>\n</tr>\n<tr>\n<td>9</td>\n<td>RelationshipType</td>\n</tr>\n<tr>\n<td>10</td>\n<td>ExpirationType</td>\n</tr>\n<tr>\n<td>11</td>\n<td>PeriodExpirationType</td>\n</tr>\n<tr>\n<td>12</td>\n<td>ValidateChargeCompany</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.ProcessGuideDetailId</td>\n<td>Unique identifier of the guide value (internal use of JUJU).</td>\n</tr>\n<tr>\n<td>Data.ProcessGuideHeaderId</td>\n<td>List grouper, corresponds to a unique ID that groups a series of options and/or values.</td>\n</tr>\n<tr>\n<td>Data.Grouper1</td>\n<td>This corresponds to the ID of the first level.</td>\n</tr>\n<tr>\n<td>Data.Grouper2</td>\n<td>This corresponds to the ID of the second level.</td>\n</tr>\n<tr>\n<td>Data.Grouper3</td>\n<td>This corresponds to the ID of the third level.</td>\n</tr>\n<tr>\n<td>Data.Grouper4</td>\n<td>This corresponds to the ID of the fourth level.</td>\n</tr>\n<tr>\n<td>Data.Grouper5</td>\n<td>This corresponds to the ID of the fifth level.</td>\n</tr>\n<tr>\n<td>Data.Description1</td>\n<td>This corresponds to the first description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Description2</td>\n<td>This corresponds to the second description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Description3</td>\n<td>This corresponds to the third description of the guide.</td>\n</tr>\n<tr>\n<td>Data.Status</td>\n<td>Corresponds to the guide's status, active or inactive (true/false).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetByGrouper"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ef6e3586-cf38-4159-8709-cfb34c9955cd","name":"Successful - List: PeriodExpirationType; Header 1: Month","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":1,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":1,\r\n   \"Grouper3\":1,\r\n   \"Grouper4\":1,\r\n   \"Grouper5\":1,\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 20:59:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2457"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"88d6921a-e8bb-4ca0-bb4b-ff7ca83211ad"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 11252,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enero\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11253,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Febrero\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11254,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marzo\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11255,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abril\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11256,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayo\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11257,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junio\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11258,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Julio\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11259,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agosto\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11260,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Septiembre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11261,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Octubre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11262,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noviembre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11263,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Diciembre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"c62d2c62-7a9a-43e8-b888-5efee4e3aff0","name":"Successful - List: PeriodExpirationType; Header 1: Quarter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":11,\r\n   \"Grouper1\":2\r\n\r\n\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:02:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"964"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ac489075-3de9-4dcd-9bce-d132031d440c"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 11265,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 2,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trimestre 1: Enero-Marzo\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11266,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 2,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trimestre 2: Abril-Junio\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11267,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 2,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trimestre 3: Julio-Septiembre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11268,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 2,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trimestre 4: Octubre-Diciembre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"6f57e259-4bf4-483d-9f18-a7ebb2ed62bf","name":"Successful - List: PeriodExpirationType","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":11\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:04:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"881"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"d7aba377-bb37-457e-93ce-fb6f86ae9610"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 11251,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mes\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11264,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trimestre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11269,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Semestre\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11272,\n            \"processGuideHeaderId\": 11,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Año\",\n            \"description2\": \"\",\n            \"description3\": \"\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"34a67833-aeaf-43b4-b057-73df6a21a7c9","name":"Error - Forbidden","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":1,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":1,\r\n   \"Grouper3\":1,\r\n   \"Grouper4\":1,\r\n   \"Grouper5\":1,\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:05:40 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"930d3864-2098-4d72-8462-02f23e6cfd17"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b5abb7d-dd7c-4833-b9f2-5b67539f591e"},{"name":"GetMultimedia","id":"24cbf706-af79-47de-9096-8bf149381f06","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia","description":"<p>This API is designed to obtain multimedia files, specifically PDFs, tailored to the end-user's needs and the configuration set by the bot assembler.</p>\n<p>Usage:</p>\n<p><strong>Bonds Virtual:</strong></p>\n<ul>\n<li><p>Bonus associated with redemption (Bonus<br />  redeemed).</p>\n</li>\n<li><p>Bono personal virtual voucher (Instrutivo).</p>\n</li>\n<li><p>Redemption proceeds bonus (Redeemed bonus).</p>\n</li>\n</ul>\n<p><strong>Terms and conditions:</strong></p>\n<ul>\n<li><p>T&amp;C Product.</p>\n</li>\n<li><p>T&amp;C Program.</p>\n</li>\n</ul>\n<p>Input parameters</p>\n<ol>\n<li><p>Int <strong>TypeMultimediaId</strong>: this value<br /> corresponds to the identifier of the type of type of multimedia to be queried<br /> and obtained.</p>\n<ol>\n<li><p>Bonus associated to the redemption (PDF).</p>\n</li>\n<li><p>T&amp;C Program (PDF).</p>\n</li>\n<li><p>T&amp;C Product (PDF).</p>\n</li>\n<li><p>Personal Virtual Voucher (Instructions for the voucher<br /> / PDF).</p>\n</li>\n<li><p>Redemption Product Voucher (PDF).</p>\n</li>\n</ol>\n</li>\n<li><p>Int <strong>TransactionId</strong>: this value corresponds<br /> to the identifier of the transaction to be performed, for this field the values<br /> will be taken into account:</p>\n<ol>\n<li><p>int <strong>masterOrderId</strong>: value resulting from a<br /> redemption, unique identifier of redemption type transaction. (This value will<br /> be used for the query where <strong>TypeMultimediaId</strong> = 1).</p>\n</li>\n<li><p>int <strong>CompanyId</strong>: value corresponding to the<br /> unique identifier of each company. (This value will be used for the query where<br /> <strong>TypeMultimediaId</strong> = 2).</p>\n</li>\n<li><p>int <strong>masterProductId</strong>: PLU of the product,<br /> unique product identifier (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 3 or <strong>TypeMultimediaId</strong> = 4).</p>\n</li>\n<li><p>int <strong>productDetailId</strong>: value corresponding to the unique identifier of the redeemed product that is part of a purchase order (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 5).</p>\n</li>\n</ol>\n</li>\n<li><p>int <strong>CompanyId</strong>: this value corresponds<br /> to the unique id of each company.</p>\n</li>\n</ol>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 210ms</p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>TypeMultimediaId</td>\n<td>This value corresponds to the type of multimedia to be consulted and obtained:  <br />1: Bonus associated with redemption (PDF);  <br />2: T&amp;C of the program (PDF);  <br />3: Product T&amp;C (PDF);  <br />4: Personal virtual gift card (gift card instructions);  <br />5: Redemption Product Bonus (PDF).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>TransactionId</td>\n<td>This value corresponds to the identifier of the transaction that is to be carried out.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>CompanyId</td>\n<td>This value corresponds to the unique ID of each company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>redirect_to_node</td>\n<td>Chatbot redirection node. (default value = empty).</td>\n</tr>\n<tr>\n<td>set_attributes</td>\n<td>Object with user or query information. (default value = empty).</td>\n</tr>\n<tr>\n<td>files</td>\n<td>Object with information related to the queried multimedia.</td>\n</tr>\n<tr>\n<td>files.type</td>\n<td>Description of the type of file delivered.</td>\n</tr>\n<tr>\n<td>files.data</td>\n<td>Object with information related to the delivered file.</td>\n</tr>\n<tr>\n<td>files.data.url</td>\n<td>Provides the URL where the delivered file is hosted.</td>\n</tr>\n<tr>\n<td>files.data.caption</td>\n<td>Description of the delivered file.</td>\n</tr>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Multimedia","v1","GetMultimedia"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"faa91b89-6d37-420b-b40d-9b0038f24372","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\":{{TransactionId}},\r\n    \"CompanyId\":{{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 23:19:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"578"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5f1e42f9-28e1-4f82-b3f4-effe95135c8e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [],\n    \"set_attributes\": \"\",\n    \"files\": [\n        {\n            \"type\": \"pdf\",\n            \"data\": {\n                \"url\": \"https://s3.us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/CustomCompany/e39d4442bd8e4c5b8c4ecabd77c8b4c9985.pdf?X-Amz-Expires=120&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJIYCONEU3DTVVX2Q/20230904/us-west-2/s3/aws4_request&X-Amz-Date=20230904T231903Z&X-Amz-SignedHeaders=host&X-Amz-Signature=1ea2689d33f6fb143df2f5846b6ba360fecef0694408d5e12fb5d04b7f7b0a4f\",\n                \"caption\": \"Términos y condiciones del programa\"\n            }\n        }\n    ],\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"},{"id":"9d612e94-74b7-4a1d-9fc9-747fea141d3f","name":"Successful without data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\":{{TransactionId}},\r\n    \"CompanyId\":{{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Aug 2023 18:37:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"571187cb-71ff-49f4-9e8c-0ac6c9ff0cfd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [],\n    \"set_attributes\": \"\",\n    \"files\": [],\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"},{"id":"d04597ef-659f-4042-9985-eff3ac8182f3","name":"Error - Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": 1,\r\n    \"TransactionId\":47846546,\r\n    \"CompanyId\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Aug 2023 18:37:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b8ab03b5-575b-4e5c-92e3-f12c15e663cc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"success\": false\n    }\n}"},{"id":"5a80598c-1fd3-4a82-953c-900817f6b81f","name":"Error - Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\":{{TransactionId}},\r\n    \"CompanyId\":{{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 23:23:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ccd96d76-fcb1-4b40-b80c-fed68ecb1f7b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"1bb9acfa-d442-456d-9a03-7be94e1a448a","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 05 Aug 2024 13:59:15 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"cbe80737-d5ec-4178-b020-3d7c1a9423a7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"1761649e-ba53-4504-bace-fc65a83e8d03","name":"Error - Resource not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 14:05:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"318557e0-5526-445d-ab96-0ff100a99bac"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [],\n    \"set_attributes\": \"\",\n    \"files\": [],\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"},{"id":"b11a9c90-d2ab-4a53-9699-576ed394dbf3","name":"Error - TypeMultimediaId not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 14:13:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c1fda820-9693-4e8c-b88a-47d04f4a4da9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"TypeMultimediaId no existe\",\n        \"success\": false\n    }\n}"},{"id":"bb643192-f06d-43c5-a4d8-478bca4f4bea","name":"Error - Supplier is not associated with the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:09:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"El proveedor no se encuentra asociado a la compañía\",\n        \"success\": false\n    }\n}"},{"id":"9e9eedcb-601c-46d0-9bac-c0b7d61ff0c8","name":"Error - Category not associated with company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"TypeMultimediaId\": {{TypeMultimediaId}},\r\n    \"TransactionId\": {{TransactionId}},\r\n    \"CompanyId\": {{CompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v1/GetMultimedia"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:19:27 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"La categoría no se encuentra asociada a la compañía\",\n        \"success\": false\n    }\n}"}],"_postman_id":"24cbf706-af79-47de-9096-8bf149381f06"},{"name":"GetMultimedia V2","id":"e3ec2c1d-2995-4534-a4f0-fd11a8ea5e0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","description":"<p>This API is designed to obtain multimedia files, specifically PDFs, tailored to meet the end-user's needs.</p>\n<p>Usage:</p>\n<p><strong>Bonds Virtual:</strong></p>\n<ul>\n<li><p>Bonus associated with redemption (Bonus<br />  redeemed).</p>\n</li>\n<li><p>Bono personal virtual voucher (Instrutivo).</p>\n</li>\n<li><p>Redemption proceeds bonus (Redeemed bonus).</p>\n</li>\n</ul>\n<p><strong>Terms and conditions:</strong></p>\n<ul>\n<li><p>T&amp;C Product.</p>\n</li>\n<li><p>T&amp;C Program.</p>\n</li>\n</ul>\n<p>Input parameters</p>\n<ol>\n<li><p>Int <strong>TypeMultimediaId</strong>: this value<br /> corresponds to the identifier of the type of type of multimedia to be queried<br /> and obtained.</p>\n<ol>\n<li><p>Bonus associated to the redemption (PDF).</p>\n</li>\n<li><p>T&amp;C Program (PDF).</p>\n</li>\n<li><p>T&amp;C Product (PDF).</p>\n</li>\n<li><p>Personal Virtual Voucher (Instructions for the voucher<br /> / PDF).</p>\n</li>\n<li><p>Redemption Product Voucher (PDF).</p>\n</li>\n</ol>\n</li>\n<li><p>Int <strong>TransactionId</strong>: this value corresponds<br /> to the identifier of the transaction to be performed, for this field the values<br /> will be taken into account:</p>\n<ol>\n<li><p>int <strong>masterOrderId</strong>: value resulting from a<br /> redemption, unique identifier of redemption type transaction. (This value will<br /> be used for the query where <strong>TypeMultimediaId</strong> = 1).</p>\n</li>\n<li><p>int <strong>CompanyId</strong>: value corresponding to the<br /> unique identifier of each company. (This value will be used for the query where<br /> <strong>TypeMultimediaId</strong> = 2).</p>\n</li>\n<li><p>int <strong>masterProductId</strong>: PLU of the product,<br /> unique product identifier (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 3 or <strong>TypeMultimediaId</strong> = 4).</p>\n</li>\n<li><p>int <strong>productDetailId</strong>: value corresponding to the unique identifier of the redeemed product that is part of a purchase order (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 5).</p>\n</li>\n</ol>\n</li>\n<li><p>int <strong>CompanyId</strong>: this value corresponds<br /> to the unique id of each company.</p>\n</li>\n</ol>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with information related to the queried multimedia.</td>\n</tr>\n<tr>\n<td>data.type</td>\n<td>Description of the type of file delivered.</td>\n</tr>\n<tr>\n<td>data.url</td>\n<td>Provides the URL where the delivered file is hosted.</td>\n</tr>\n<tr>\n<td>data.caption</td>\n<td>Description of the delivered file.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Multimedia","v2","GetMultimedia"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>This value corresponds to the type of multimedia to be consulted and obtained:<br />1: Bonus associated with redemption (PDF);<br />2: T&amp;C of the program (PDF);<br />3: Product T&amp;C (PDF);<br />4: Personal virtual gift card (gift card instructions);\n5: Redemption Product Bonus (PDF)</p>\n","type":"text/plain"},"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"description":{"content":"<p>This value corresponds to the identifier of the transaction that is to be carried out.</p>\n","type":"text/plain"},"key":"TransactionId","value":"{{TransactionId}}"},{"description":{"content":"<p>This value corresponds to the unique ID of each company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{CompanyId}}"}],"variable":[]}},"response":[{"id":"da586d00-0153-4cc2-853e-f28633e53f0c","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:33:42 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"type\": \"pdf\",\n            \"url\": \"https://s3.us-west-2.amazonaws.com/incentivos.juju/Table_Files/Product/TermsAndConditions/9f55ec9523e0459dab68b87bb0d1a512910.pdf?X-Amz-Expires=120&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJIYCONEU3DTVVX2Q/20240805/us-west-2/s3/aws4_request&X-Amz-Date=20240805T163342Z&X-Amz-SignedHeaders=host&X-Amz-Signature=f66d283161371195b7071fa90109d995e548c73321b6dfc355adcff364d706bd\",\n            \"caption\": \"Términos y condiciones del producto\"\n        }\n    ]\n}"},{"id":"00bb8d0d-8d1e-43a1-8e10-de0f3e69404a","name":"Error - Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Aug 2023 18:37:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b8ab03b5-575b-4e5c-92e3-f12c15e663cc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"success\": false\n    }\n}"},{"id":"6411e97f-6fd5-4a8f-be99-5f26536ec409","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 05 Aug 2024 13:59:15 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"cbe80737-d5ec-4178-b020-3d7c1a9423a7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"0ba21723-aea6-4459-8bfc-6da7367f861b","name":"Error - Supplier is not associated with the company","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:26:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El proveedor no se encuentra asociado a la compañía\",\n        \"success\": false\n    }\n}"},{"id":"a30fb31d-43f5-4d3a-9f69-e9cdfa79a92e","name":"Error - Category not associated with company","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:27:25 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"La categoría no se encuentra asociada a la compañía\",\n        \"success\": false\n    }\n}"},{"id":"ca8fe5bb-4a00-4a0a-be06-9129e26da44e","name":"Error - TypeMultimediaId not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:28:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"TypeMultimediaId no existe\",\n        \"success\": true\n    }\n}"},{"id":"19a088d9-9f37-4619-b7f6-7cd1f1d6b66f","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}","description":"This value corresponds to the type of multimedia that is to be queried and obtained:  \n1: Bearer virtual gift card (Redeemed gift card/ PDF);  \n2: Program T&C (PDF);  \n3: Product T&C (PDF);  \n4: Personal virtual gift card (gift card's instructional):  \n5: Bearer virtual gift card (Redeemed gift card/ PDF)"},{"key":"TransactionId","value":"{{TransactionId}}","description":"This value corresponds to the identifier of the transaction that is to be carried out.\n"},{"key":"CompanyId","value":"{{CompanyId}}","description":"This value corresponds to the unique ID of each company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"114"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"e37baac6-25d5-4a34-8fcb-67b9cddfe3f5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Aug 2024 23:23:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"490abcf9-3ff1-4ae1-86df-a045c24437a9","name":"Error - Resource not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}","description":"This value corresponds to the type of multimedia that is to be queried and obtained:  \n1: Bearer virtual gift card (Redeemed gift card/ PDF);  \n2: Program T&C (PDF);  \n3: Product T&C (PDF);  \n4: Personal virtual gift card (gift card's instructional):  \n5: Bearer virtual gift card (Redeemed gift card/ PDF)"},{"key":"TransactionId","value":"{{TransactionId}}","description":"This value corresponds to the identifier of the transaction that is to be carried out.\n"},{"key":"CompanyId","value":"{{CompanyId}}","description":"This value corresponds to the unique ID of each company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"9e0a9cff-53ac-4e83-bca3-57e25530fdb5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Aug 2024 23:24:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"}],"_postman_id":"e3ec2c1d-2995-4534-a4f0-fd11a8ea5e0c"}],"id":"3d41f7e5-35d2-478d-a659-772d6d108537","description":"<p>The Util type APIs are global resources used for describing metadata of domains in general</p>\n","_postman_id":"3d41f7e5-35d2-478d-a659-772d6d108537"},{"name":"3 - Catalog","item":[{"name":"GetParentsCategories","id":"f28d9099-3ce0-4f70-beaf-56b70a716520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Category/v1/GetParentsCategories","description":"<p>This functionality allows the querying of main categories for different clients of the APIs.</p>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 196ms</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ProductDetailId</td>\n<td>Identifier for the product-level order.</td>\n</tr>\n<tr>\n<td>Data.Elemento.NumberOfficeGuide</td>\n<td>Number of the dispatch guide / Email.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ProductName</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>Data.Elemento.Conyevor</td>\n<td>Shipping provider / Carrier.</td>\n</tr>\n<tr>\n<td>Data.Elemento.GuideStatus</td>\n<td>Shipping status.</td>\n</tr>\n<tr>\n<td>Data.Elemento.DeliveryDate</td>\n<td>Can be text or the delivery date in Unix format (milliseconds elapsed since 1970/01/01 until today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Elemento.GuideUrl</td>\n<td>URL address of the dispatch guide.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Category","v1","GetParentsCategories"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6dd8f94e-9cbf-4d60-b9f7-c637ebe5408f","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Category/v1/GetParentsCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 20:13:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11052"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"44c00380-9fd4-4064-bf84-d2343c9b9735"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productCategoryId\": 7640,\n            \"name\": \"Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//5874e85d2d654cfbb46fb91186cd262c728.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7653,\n            \"name\": \"Vinos y Accesorios\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7695,\n            \"name\": \"PeoplePass\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7702,\n            \"name\": \"Soat\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//16cc2234c1164f189951a6cb0237b131742.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7712,\n            \"name\": \"Bonos Virtuales Pruebas QA\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7718,\n            \"name\": \"Bonos VIrtuales PRUEBA Dotacion\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7719,\n            \"name\": \"borrar\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7725,\n            \"name\": \"Home Office\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7771,\n            \"name\": \"Borrar\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7790,\n            \"name\": \"Mercado\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7795,\n            \"name\": \"Deportes\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//4fd5700dc48945158cabf3d3d413844e497.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7796,\n            \"name\": \"Asadores\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7801,\n            \"name\": \"Camping\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7828,\n            \"name\": \"Centro Comercial\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7829,\n            \"name\": \"Móvil Exito\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7840,\n            \"name\": \"TARJETA DEBITO\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7841,\n            \"name\": \"Bonos Regalo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//cd18e50af6d84421a2c50cc7bc4f2ad4704.jpg\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7842,\n            \"name\": \"TECNOLOGIA\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7843,\n            \"name\": \"ELECTRODOMESTICOS\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7844,\n            \"name\": \"HOGAR\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7845,\n            \"name\": \"CUIDADO PERSONAL\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7847,\n            \"name\": \"Recargas a Celular\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//ee50eeb61e0f464b8a63d8ce91405638206.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7850,\n            \"name\": \"Máquinas de Gym\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7888,\n            \"name\": \"Bonos Regalo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//4ad04af188144b55b73f9d252859ba7d275.jpg\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7889,\n            \"name\": \"Viajes\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7899,\n            \"name\": \"Salud y Bienestar\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7904,\n            \"name\": \"Recargas\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7925,\n            \"name\": \"Tarjetas Regalo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7927,\n            \"name\": \"Zenú\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7930,\n            \"name\": \"Implementos de Aseo \",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//680fa2fe25ed4abcaf961570a790ed32347.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7949,\n            \"name\": \"Movistar\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7951,\n            \"name\": \"Móvil Éxito\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7985,\n            \"name\": \"Cuidado Personal\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7986,\n            \"name\": \"Juguetes\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7996,\n            \"name\": \"Audifonos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8000,\n            \"name\": \"10 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8001,\n            \"name\": \"20 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8002,\n            \"name\": \"40 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8003,\n            \"name\": \"60 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8006,\n            \"name\": \"130 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8007,\n            \"name\": \"Appliances\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8021,\n            \"name\": \"Home\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8030,\n            \"name\": \"Electronics\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8042,\n            \"name\": \"Sports\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8051,\n            \"name\": \"Beauty&Health\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8065,\n            \"name\": \"Gift Cards\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8070,\n            \"name\": \"Artes y diseños\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8078,\n            \"name\": \"Merchandising\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8081,\n            \"name\": \"Piezas impresas\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8100,\n            \"name\": \"80 Puntos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8103,\n            \"name\": \"Proteccion\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8122,\n            \"name\": \"Viajes\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//ade1644db5384bc78a06f6fd30440121279.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8131,\n            \"name\": \"Rusia 2018\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8142,\n            \"name\": \"Beneficios\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8143,\n            \"name\": \"Gourmet\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//efcf39ac111241d082cab3303ae01e1b126.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8158,\n            \"name\": \"Nivel 1\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8159,\n            \"name\": \"Nivel 2\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8160,\n            \"name\": \"Nivel 3\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8161,\n            \"name\": \"Nivel 4 \",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8162,\n            \"name\": \"Nivel 5\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8163,\n            \"name\": \"Nivel 6\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8164,\n            \"name\": \"Nivel 7\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8165,\n            \"name\": \"Nivel 8\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8166,\n            \"name\": \"Nivel 9\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8171,\n            \"name\": \"Black\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8190,\n            \"name\": \"Bonos Virtuales\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo//Table_Files/ProductCategory//8d03324f965243d6a99696555e63367f878.JPEG\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8197,\n            \"name\": \"Beneficios JUJU\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8200,\n            \"name\": \"Merchandising\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8201,\n            \"name\": \"Bonos Regalo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8206,\n            \"name\": \"Sodexo Drummond\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8210,\n            \"name\": \"Bonos Virtuales Express\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8212,\n            \"name\": \"Celulares\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7748,\n            \"name\": \"Electrodomésticos\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//660f960782a744d3a1bb2c511a03b388260.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7753,\n            \"name\": \"Tecnología\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//ba0362c642f24aee98ecc4af3c13734a468.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7734,\n            \"name\": \"Hogar\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//370f7f0da8a245bcb72cd0782e91f6f4901.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7876,\n            \"name\": \"Infantil\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//e927829606644c30a57eedd412e2ae18178.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7865,\n            \"name\": \"Moda\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//6795c6247e304e87bab4dc040519b074675.png\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8189,\n            \"name\": \"Productos de Prueba\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju//Table_Files/ProductCategory//a3b7f09513f64713b6ed1d74ab06feae703.jpg\",\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        }\n    ]\n}"}],"_postman_id":"f28d9099-3ce0-4f70-beaf-56b70a716520"},{"name":"GetChildCategoriesByParentId","id":"639ef834-34ea-4313-a2b9-e567d29947c9","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Category/v1/GetChildCategoriesByParentId?ParentProductCategoryId=0","description":"<p>This functionality allows querying of child categories of a particular parent category for different clients of the APIs.</p>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 354ms</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ProductCategoryId</td>\n<td>Category ID.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ParentProductCategoryId</td>\n<td>Parent category ID.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ImageUrl</td>\n<td>Amazon URL with the image of the category.</td>\n</tr>\n<tr>\n<td>Data.Elemento.Name</td>\n<td>Name of the category.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Category","v1","GetChildCategoriesByParentId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Parent category ID</p>\n","type":"text/plain"},"key":"ParentProductCategoryId","value":"0"}],"variable":[]}},"response":[{"id":"d4f4baea-26e9-4071-8232-63ad990e8d40","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Category/v1/GetChildCategoriesByParentId?ParentProductCategoryId=7640","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Category","v1","GetChildCategoriesByParentId"],"query":[{"key":"ParentProductCategoryId","value":"7640"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 21:13:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1403"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"4c0cfeec-2a2a-4338-9b14-a518f0ec8241"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productCategoryId\": 7698,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Sodexo Offline\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7699,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Sodexo Samsung\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7700,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Sodexo Motivaxion\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7768,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Tarjeta Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7923,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Cheques Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 7924,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Recarga Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8109,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Tarjetas y Recargas Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8133,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Viajes Sodexo\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        },\n        {\n            \"productCategoryId\": 8208,\n            \"parentProductCategoryId\": 7640,\n            \"name\": \"Cheques Sodexo Televentas\",\n            \"position\": 0,\n            \"commission\": 0,\n            \"companies\": [],\n            \"hierarchicalLevel\": 0\n        }\n    ]\n}"},{"id":"be82add2-36a6-49e5-a5c7-7bbb3be99700","name":"Error - Child category not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Category/v1/GetChildCategoriesByParentId?ParentProductCategoryId=0","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Category","v1","GetChildCategoriesByParentId"],"query":[{"key":"ParentProductCategoryId","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Mar 2023 21:20:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"f1d595dd-e72e-42a6-89ce-b69a808f81af"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"639ef834-34ea-4313-a2b9-e567d29947c9"},{"name":"GetProducts - V1","id":"873f9940-df7a-4447-abed-85cdad917d4a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&Brand=QA Store&companyId=409","description":"<p>This functionality allows querying of products for different clients of the APIs. The feature has 3 types of queries:</p>\n<ul>\n<li><p>Standard: Without filters, it will query all the products configured in the company in a paginated manner</p>\n</li>\n<li><p>By name: You can search for a product by part of its name.</p>\n</li>\n<li><p>Featured only: You can search for products that are marked as featured for the particular company.</p>\n</li>\n</ul>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 1037ms</p>\n<p><strong>Recommended page size:</strong> 200 per page  </p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.TotalRecords</td>\n<td>Number of records in the collection.</td>\n</tr>\n<tr>\n<td>Data.ActualPage</td>\n<td>Current page number of the query.</td>\n</tr>\n<tr>\n<td>Data.PageSize</td>\n<td>Size of the queried page.</td>\n</tr>\n<tr>\n<td>Data.Collection</td>\n<td>Collection of elements.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Name</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Brand</td>\n<td>Product brand.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ShortDescription</td>\n<td>Short description of the product.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Price</td>\n<td>Price in points of the product.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Featured</td>\n<td>Identifies whether a product is featured or not.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ImageUrl</td>\n<td>Product URL.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.CategoryId</td>\n<td>Product category identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.CategoryName</td>\n<td>Product category name.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ProviderId</td>\n<td>Product provider identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ProviderName</td>\n<td>Product provider name.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.PointsFormat</td>\n<td>Price in points as a string with the respective format (dot for thousand separator and without decimals).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TypeCashOutId</td>\n<td>Type of cashout of the product, this indicates if the product is physical, recharge, bearer voucher, PCO Accumulation, or Personal Voucher.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TermsAndConditionsUrl</td>\n<td>URL of PDF containing the terms and conditions of the product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Catalog","v1","GetProducts"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>(Optional) Catalog order method identifier:</p>\n<p>1: Ascending order.</p>\n<p>2: Descending order</p>\n<p>3: Most redeemed products.</p>\n","type":"text/plain"},"key":"OrderBy","value":"1"},{"description":{"content":"<p>Page size.</p>\n","type":"text/plain"},"key":"pageSize","value":"5"},{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"actualPage","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Part of the product name being searched for; if this parameter is different from string.empty, it should also filter by this field</p>\n","type":"text/plain"},"key":"Name","value":"cashout 1 producto"},{"disabled":true,"description":{"content":"<p>(Optional) Indicates if only featured; if this parameter is different from false, it should also filter by this field.</p>\n","type":"text/plain"},"key":"onlyFeatured","value":"0"},{"disabled":true,"description":{"content":"<p>(Optional) Indicates the maximum price limit to display in a catalog, example:</p>\n<p>“UntilPrice”: 10000 (this indicates that only vouchers priced equal to or less than 10000 will be shown).</p>\n","type":"text/plain"},"key":"UntilPrice","value":""},{"disabled":true,"description":{"content":"<p>(Optional) Indicates the price base to display in a catalog, example:</p>\n<p>“FromPrice”: 10000 (this indicates that only vouchers priced equal to or more than 10000 will be shown).</p>\n","type":"text/plain"},"key":"FromPrice","value":""},{"description":{"content":"<p>Product brand.</p>\n","type":"text/plain"},"key":"Brand","value":"QA Store"},{"key":"companyId","value":"409"}],"variable":[]}},"response":[{"id":"4a3c6520-dd52-49fd-910e-edef5cfc8645","name":"Successful  Standard","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Optional) Catalog order form identifier:\n\n1: Ascending order.\n\n2: Descending order\n\n3: Most redeemed products."},{"key":"pageSize","value":"5","description":"Page size"},{"key":"actualPage","value":"1","description":"Current page"},{"key":"Name","value":"cashout 1 producto","description":"(Optional) Part of the product name being searched for; if this parameter is different from string.empty, it should also filter by this field","disabled":true},{"key":"onlyFeatured","value":"0","description":"(Optional) Indicates if only featured; if this parameter is different from false, it should also filter by this field.","disabled":true},{"key":"UntilPrice","value":"","description":"(Optional) Indicates the maximum price limit to display in a catalog, example:\n\n“UntilPrice”: 10000 (this indicates that only vouchers priced equal to or less than 10000 will be shown)","disabled":true},{"key":"FromPrice","value":"","description":"(Optional) Indicates the price base to display in a catalog, example:\n\n“FromPrice”: 10000 (this indicates that only vouchers priced equal to or more than 10000 will be shown)","disabled":true},{"key":"companyId","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:31:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3319"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"e7cbc7fc-9bcc-4a90-a74e-535168d7c65d"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 51,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            },\n            {\n                \"masterProductId\": 48289,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48289\",\n                \"name\": \"Producto\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/bfe3dda75dcd46968cd4211275b5b4d194.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0621941181a74a6dabfa965afb43aabc95.pdf\"\n            },\n            {\n                \"masterProductId\": 48278,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48278\",\n                \"name\": \"ws\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/0cd5eb24ac22472f99355853e0352623768.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c24a240ea20d4c3da7250954206b7fc4395.pdf\"\n            },\n            {\n                \"masterProductId\": 48277,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48277\",\n                \"name\": \"QA Producto\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4cdec725b05845acb9dcd9181f796bc2410.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bdebe83c421d4367962433c453427a69968.pdf\"\n            },\n            {\n                \"masterProductId\": 48294,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48294\",\n                \"name\": \"Bono personal\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/a5a3878e960e432eae7e1deb1ed5864b800.jpg\",\n                \"categoryId\": 8298,\n                \"categoryName\": \"4. CashOut_5 BV personal\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6b013443f2ca4f86b81ad2e7568e53d3480.pdf\"\n            }\n        ]\n    }\n}"},{"id":"36b45d16-87ba-4942-bce8-b50d6f03120f","name":"Successful by name product","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&Name=Producto II&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Opcional) identificador de forma de orden de catálogo:\n\n1: menor a mayor.\n\n2: mayor a menor\n\n3: productos más redimidos."},{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"Producto II","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también"},{"key":"onlyFeatured","value":"0","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"UntilPrice","value":"","description":"(Opcional) indica el tope máximo de precios a mostrar en un catálogo, ejemplo:\n\n“UntilPrice”: 10000 (esto indica que solo se mostrarán bonos cuyo precio sea igual o menor a 10000)","disabled":true},{"key":"FromPrice","value":"","description":"(Opcional) indica la base de precios a mostrar en un catálogo, ejemplo:\n\n“FromPrice”: 10000 (esto indica que sólo se mostrarán bonos cuyo precio sea igual o mayor a 10000)","disabled":true},{"key":"companyId","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:34:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"743"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ef41d359-5e25-4796-a462-3eba4d471964"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            }\n        ]\n    }\n}"},{"id":"e27b4647-0fde-4e27-9e47-3492bb97d534","name":"Successful only featured","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&onlyFeatured=1&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Opcional) identificador de forma de orden de catálogo:\n\n1: menor a mayor.\n\n2: mayor a menor\n\n3: productos más redimidos."},{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"Producto II","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también"},{"key":"UntilPrice","value":"","description":"(Opcional) indica el tope máximo de precios a mostrar en un catálogo, ejemplo:\n\n“UntilPrice”: 10000 (esto indica que solo se mostrarán bonos cuyo precio sea igual o menor a 10000)","disabled":true},{"key":"FromPrice","value":"","description":"(Opcional) indica la base de precios a mostrar en un catálogo, ejemplo:\n\n“FromPrice”: 10000 (esto indica que sólo se mostrarán bonos cuyo precio sea igual o mayor a 10000)","disabled":true},{"key":"companyId","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:38:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3616"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"9d18d633-8014-4f0d-ba1d-040d6c5fa1dd"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 19,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductId\": 48170,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48170\",\n                \"name\": \"Cashout 4 Puntos Co XS\",\n                \"brand\": \"Inmuebles\",\n                \"shortDescription\": \"Puntos Co\",\n                \"price\": 4,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d0ff364a2ad1484a814712c79e6d792e932.png\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"4\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/75970fe215614e5a8bffea9a68ceed65396.pdf\"\n            },\n            {\n                \"masterProductId\": 48165,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48165\",\n                \"name\": \"Cashout_5 Bono personal QA 3.100\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Bono personal 310000\",\n                \"price\": 10,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e7ceea5886114f2ca2ba4a73393a7b26166.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c31f9fb7e462401d8dcd17804a71b2ba723.pdf\"\n            },\n            {\n                \"masterProductId\": 48162,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48162\",\n                \"name\": \"Cashout_3 Recarga celular movistar QA\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Recarga celular movistar\",\n                \"price\": 21,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/c6467da97e244821ae1859408570cf96635.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"21\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c40a18c8f65541d5ad6834a6333516c889.pdf\"\n            },\n            {\n                \"masterProductId\": 47447,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47447\",\n                \"name\": \"Bono Virtual Crepes & Waffles $20.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 23,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/da102bb1bdfc4a298fb494b17e764731999.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"23\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c64f7257af9246d99a2b92252b680053333.pdf\"\n            },\n            {\n                \"masterProductId\": 48163,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48163\",\n                \"name\": \"Cashout_5 Bono personal QA 25.000\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Bono personal 25000\",\n                \"price\": 25,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/5712dbbe93b74fb180207fd80138fddd113.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0e8974cd15694e808efae94d391c2173948.pdf\"\n            }\n        ]\n    }\n}"},{"id":"4622fb81-aa8f-4421-9a64-ae2a54862d77","name":"Sucessful by name not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&Name=Prueba prueba&onlyFeatured=1&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Opcional) identificador de forma de orden de catálogo:\n\n1: menor a mayor.\n\n2: mayor a menor\n\n3: productos más redimidos."},{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"Prueba prueba","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también"},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también"},{"key":"UntilPrice","value":"","description":"(Opcional) indica el tope máximo de precios a mostrar en un catálogo, ejemplo:\n\n“UntilPrice”: 10000 (esto indica que solo se mostrarán bonos cuyo precio sea igual o menor a 10000)","disabled":true},{"key":"FromPrice","value":"","description":"(Opcional) indica la base de precios a mostrar en un catálogo, ejemplo:\n\n“FromPrice”: 10000 (esto indica que sólo se mostrarán bonos cuyo precio sea igual o mayor a 10000)","disabled":true},{"key":"companyId","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:41:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"3b5357ac-7b4a-4738-8e14-a31bffbf3c45"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": []\n    }\n}"},{"id":"ba543326-3727-4252-83aa-1f69c4d5ec45","name":"Successful by name brand","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&Brand=QA Store&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Opcional) identificador de forma de orden de catálogo:\n\n1: menor a mayor.\n\n2: mayor a menor\n\n3: productos más redimidos."},{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"0","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"UntilPrice","value":"","description":"(Opcional) indica el tope máximo de precios a mostrar en un catálogo, ejemplo:\n\n“UntilPrice”: 10000 (esto indica que solo se mostrarán bonos cuyo precio sea igual o menor a 10000)","disabled":true},{"key":"FromPrice","value":"","description":"(Opcional) indica la base de precios a mostrar en un catálogo, ejemplo:\n\n“FromPrice”: 10000 (esto indica que sólo se mostrarán bonos cuyo precio sea igual o mayor a 10000)","disabled":true},{"key":"Brand","value":"QA Store","description":"Marca del producto"},{"key":"companyId","value":"409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Apr 2023 14:48:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3319"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c01ba62f-f4b0-4aaa-918d-f0077a29051f"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 30,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            },\n            {\n                \"masterProductId\": 48289,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48289\",\n                \"name\": \"Producto\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/bfe3dda75dcd46968cd4211275b5b4d194.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0621941181a74a6dabfa965afb43aabc95.pdf\"\n            },\n            {\n                \"masterProductId\": 48278,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48278\",\n                \"name\": \"ws\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/0cd5eb24ac22472f99355853e0352623768.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c24a240ea20d4c3da7250954206b7fc4395.pdf\"\n            },\n            {\n                \"masterProductId\": 48277,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48277\",\n                \"name\": \"QA Producto\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4cdec725b05845acb9dcd9181f796bc2410.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bdebe83c421d4367962433c453427a69968.pdf\"\n            },\n            {\n                \"masterProductId\": 48294,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48294\",\n                \"name\": \"Bono personal\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/a5a3878e960e432eae7e1deb1ed5864b800.jpg\",\n                \"categoryId\": 8298,\n                \"categoryName\": \"4. CashOut_5 BV personal\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6b013443f2ca4f86b81ad2e7568e53d3480.pdf\"\n            }\n        ]\n    }\n}"},{"id":"85369a25-60ec-4213-9de6-9e507070773c","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProducts?OrderBy=1&pageSize=5&actualPage=1&companyId=0","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProducts"],"query":[{"key":"OrderBy","value":"1","description":"(Opcional) identificador de forma de orden de catálogo:\n\n1: menor a mayor.\n\n2: mayor a menor\n\n3: productos más redimidos."},{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"0","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"UntilPrice","value":"","description":"(Opcional) indica el tope máximo de precios a mostrar en un catálogo, ejemplo:\n\n“UntilPrice”: 10000 (esto indica que solo se mostrarán bonos cuyo precio sea igual o menor a 10000)","disabled":true},{"key":"FromPrice","value":"","description":"(Opcional) indica la base de precios a mostrar en un catálogo, ejemplo:\n\n“FromPrice”: 10000 (esto indica que sólo se mostrarán bonos cuyo precio sea igual o mayor a 10000)","disabled":true},{"key":"companyId","value":"0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:44:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"04a61dea-9719-46ae-b0f0-677e14dc893d"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"873f9940-df7a-4447-abed-85cdad917d4a"},{"name":"GetProducts - V2","id":"f95f8404-739b-4dda-acb3-e2f3f2c4bb86","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&CategoryId=7734&companyId=280&MasterProductId=48033","description":"<p>This functionality allows querying of products for different clients of the APIs. The feature has 3 types of queries:</p>\n<ul>\n<li><p><strong>Standard</strong>: Without filters, it will perform a query of all products configured in the company in a paginated manner.</p>\n</li>\n<li><p><strong>By Name</strong>: You can search for a product by part of its name.</p>\n</li>\n<li><p><strong>Featured Only</strong>: You can search for products that are marked as featured for the particular company.</p>\n</li>\n</ul>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 1092ms</p>\n<p><strong>Recommended page size:</strong> 200 per page</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.TotalRecords</td>\n<td>Number of records in the collection.</td>\n</tr>\n<tr>\n<td>Data.ActualPage</td>\n<td>Current page number of the query.</td>\n</tr>\n<tr>\n<td>Data.PageSize</td>\n<td>Size of the queried page.</td>\n</tr>\n<tr>\n<td>Data.Collection</td>\n<td>Collection of elements.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Name</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Brand</td>\n<td>Product brand.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ShortDescription</td>\n<td>Short description of the product.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Description</td>\n<td>Full product description, can contain HTML to highlight some features.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Warranty</td>\n<td>Product warranty.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.MasterProductStateId</td>\n<td>Product state identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.MasterProductDescription</td>\n<td>Description of the product state.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TypeCashOutId</td>\n<td>Type of product cashout, this indicates if the product is physical, a recharge, a bearer coupon, PCO Accumulation, or a Personal coupon.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Price</td>\n<td>Price in points of the product.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.SalePrice</td>\n<td>Indicates the promotion price.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.SalesPricePoint</td>\n<td>Indicates the promotion price in platform points.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.SaleExpirationDate</td>\n<td>Indicates the expiration date of the promotion price, the date is in Unix format (milliseconds elapsed since 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Stock</td>\n<td>Indicates the stock of that product in JUJU.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Weight</td>\n<td>Indicates the weight in Kilograms of that product in JUJU.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.SKU</td>\n<td>Indicates the Supplier's PLU of that product in JUJU.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Featured</td>\n<td>Identifies whether a product is featured or not.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ImageUrl</td>\n<td>Product URL.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.CategoryId</td>\n<td>Product category identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.CategoryName</td>\n<td>Name of the product category.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ProviderId</td>\n<td>Product provider identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.ProviderName</td>\n<td>Name of the product provider.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.PointsFormat</td>\n<td>Price in points as a string with the respective format (dot for thousand separator and without decimals).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TermsAndConditionsUrl</td>\n<td>URL of PDF containing the terms and conditions of the product.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Catalog","v2","GetProducts"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Page size.</p>\n","type":"text/plain"},"key":"pageSize","value":"5"},{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"actualPage","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Part of the product name being searched for; if this parameter is different from string.empty, it should also filter by this field.</p>\n","type":"text/plain"},"key":"Name","value":"cashout 1 producto"},{"disabled":true,"description":{"content":"<p>(Optional)\n0: List all products (Featured and non-featured)\n1: List the products that are featured</p>\n","type":"text/plain"},"key":"onlyFeatured","value":"1"},{"description":{"content":"<p>(Optional) Unique identifier of the category, filters the product list by a particular category.</p>\n","type":"text/plain"},"key":"CategoryId","value":"7734"},{"key":"companyId","value":"280"},{"disabled":true,"description":{"content":"<p>Product brand.</p>\n","type":"text/plain"},"key":"Brand","value":"QA Store"},{"description":{"content":"<p>(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.</p>\n","type":"text/plain"},"key":"MasterProductId","value":"48033"}],"variable":[]}},"response":[{"id":"ae71e451-e304-4392-af2c-090943770283","name":"Successful Standard","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"0","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"companyId","value":"409","description":"Identificador único de la compañía"},{"key":"CategoryId","value":"0","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 17:46:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4351"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"03078045-b408-408f-8379-2ac843cf4158"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 51,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 35,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 16,\n                \"unlimitedStock\": false,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48361,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48361\",\n                \"name\": \"Prod_Cashout2_CodQR\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 35,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/dc9d471d8c96428da254df2a58bcdcab304.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"35\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6fe66585032247b2bfbd6d2ee37fbe0b909.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48359,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48359\",\n                \"name\": \"Prod_Cashout2_CodReden\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2286ea087915481d9caaf9901230a6f5560.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b7515b83572c443597b3c64a19c1ce6a829.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 2,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"785\",\n                \"masterProductId\": 48335,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48335\",\n                \"name\": \"ImagenesDos\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/c1300ae1733942a799d140aa764d1c74492.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/8ac1811e06024ef19d58e948520c195c488.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 99,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 2,\n                \"unlimitedStock\": false,\n                \"sku\": \"547852\",\n                \"masterProductId\": 48334,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48334\",\n                \"name\": \"BonoVirtual_Imagenes\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 99,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d6b7d49f40a04446a92d733e7866d0de706.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"99\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/13bf42a7ffeb46079d43e2a01c050eda692.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 127,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"1025\",\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            }\n        ]\n    }\n}"},{"id":"199d714f-6806-4761-9b61-44d165144850","name":"Successful by name product","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&Name=Prod_Cashout2_CodQR&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"Prod_Cashout2_CodQR","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también"},{"key":"onlyFeatured","value":"0","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"companyId","value":"409","description":"Identificador único de la compañía"},{"key":"CategoryId","value":"0","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 17:47:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"971"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"a0de2cf5-13a2-43b8-8285-22e181f003d0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 35,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 16,\n                \"unlimitedStock\": false,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48361,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48361\",\n                \"name\": \"Prod_Cashout2_CodQR\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 35,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/dc9d471d8c96428da254df2a58bcdcab304.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"35\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6fe66585032247b2bfbd6d2ee37fbe0b909.pdf\"\n            }\n        ]\n    }\n}"},{"id":"a9cc5344-6904-475a-a08f-d325d7cc84ed","name":"Successful only featured","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&onlyFeatured=1&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"Prod_Cashout2_CodQR","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también"},{"key":"companyId","value":"409","description":"Identificador único de la compañía"},{"key":"CategoryId","value":"0","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 17:50:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4410"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ec28636e-4658-4dbf-8a5d-6c9581dac2b3"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 19,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 55,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 23,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48261,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48261\",\n                \"name\": \"ProdProducto6\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 55,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/835e1317aef14baa8b125969648b5eda238.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"55\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/542fd525a259465daabe50919c72e4585.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 39,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 90,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48260,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48260\",\n                \"name\": \"ProdProducto5\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 39,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/57c16bc866d9473f9b1a63f3edc851f8886.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"39\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/63e608dc443041b9ace1e14df59391f1408.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 350,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 5,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48247,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48247\",\n                \"name\": \"ProdProducto\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 350,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/15ccee2a233e4918a99599777143ccf8272.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"350\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/3d2766b95dee45b6888d67076dc07ac5987.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 52,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 25,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48221,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48221\",\n                \"name\": \"Alitas de Pollo\",\n                \"brand\": \"BUCANERO\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 52,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/977d7992a1c84c01aac055f79f89e951801.jpg\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"52\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ad67d5633bbc4a52a57adc176444b803628.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 52,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 25,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48210,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48210\",\n                \"name\": \"CashOut1Producto\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 52,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b1bc315e27774234af2d283c48b8b1de262.jpg\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"52\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a9a20050202f46c7a7f1a3bd01563b64309.pdf\"\n            }\n        ]\n    }\n}"},{"id":"c791bfb9-75e7-4ed3-8778-d6d58d660d15","name":"Successful by name not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&Name=cashout 1 producto&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también"},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"companyId","value":"409","description":"Identificador único de la compañía"},{"key":"CategoryId","value":"0","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 17:52:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"116"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"9872b929-9826-4010-8809-919efb588af1"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": []\n    }\n}"},{"id":"43bed7db-c7b4-42e0-8d9f-2c909a1a0e23","name":"Successful by categoryId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&CategoryId=8280&companyId=409","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"CategoryId","value":"8280","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n"},{"key":"companyId","value":"409"},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 18:08:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4351"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c64f77e4-9093-4ca3-9176-717b40b4ef77"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 51,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 35,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 16,\n                \"unlimitedStock\": false,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48361,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48361\",\n                \"name\": \"Prod_Cashout2_CodQR\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 35,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/dc9d471d8c96428da254df2a58bcdcab304.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"35\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6fe66585032247b2bfbd6d2ee37fbe0b909.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48359,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48359\",\n                \"name\": \"Prod_Cashout2_CodReden\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2286ea087915481d9caaf9901230a6f5560.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b7515b83572c443597b3c64a19c1ce6a829.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 2,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"785\",\n                \"masterProductId\": 48335,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48335\",\n                \"name\": \"ImagenesDos\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/c1300ae1733942a799d140aa764d1c74492.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/8ac1811e06024ef19d58e948520c195c488.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 99,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 2,\n                \"unlimitedStock\": false,\n                \"sku\": \"547852\",\n                \"masterProductId\": 48334,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48334\",\n                \"name\": \"BonoVirtual_Imagenes\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 99,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d6b7d49f40a04446a92d733e7866d0de706.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"99\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/13bf42a7ffeb46079d43e2a01c050eda692.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 127,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"1025\",\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            }\n        ]\n    }\n}"},{"id":"7610232d-d5bb-4d34-a4a7-c07b773bcb73","name":"Successful by name brand","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&CategoryId=8280&companyId=409&Brand=QA Store","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"CategoryId","value":"8280","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n"},{"key":"companyId","value":"409"},{"key":"Brand","value":"QA Store","description":"Marca del producto"},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Apr 2023 15:07:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4240"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5f686bd2-4ce9-44ab-a49b-73a321e0fdd1"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 30,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 126,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"1025\",\n                \"masterProductId\": 48307,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48307\",\n                \"name\": \"Producto II\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4aac03141c9c4c2aa1c05b68ffcaec80622.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ff48e76f038645daa0b109a3b2d685c0527.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 20,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3687,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48302,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48302\",\n                \"name\": \"CashOut2 Bono virtual _Código QR 2\",\n                \"brand\": \"QA Store\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 20,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/88178a707c5b447393db867cc9c4eba1637.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"20\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/35329796254c4f1692c0d9bc30d07de2248.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1886,\n                \"unlimitedStock\": false,\n                \"sku\": \"010137\",\n                \"masterProductId\": 48294,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48294\",\n                \"name\": \"Bono personal\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/a5a3878e960e432eae7e1deb1ed5864b800.jpg\",\n                \"categoryId\": 8298,\n                \"categoryName\": \"4. CashOut_5 BV personal\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6b013443f2ca4f86b81ad2e7568e53d3480.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1967,\n                \"unlimitedStock\": false,\n                \"sku\": \"010136\",\n                \"masterProductId\": 48293,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48293\",\n                \"name\": \"Recarga celular\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/497ba96abe834b3e8cb6776af1605656912.jpg\",\n                \"categoryId\": 8297,\n                \"categoryName\": \"3. CashOut_3 Recarga celular\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/d65f8efffc704ffcb7115847d6773793986.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1485,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"10002\",\n                \"masterProductId\": 48289,\n                \"baseUrl\": \"http://companyQAUsuCont-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48289\",\n                \"name\": \"Producto\",\n                \"brand\": \"QA Store\",\n                \"price\": 2,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/bfe3dda75dcd46968cd4211275b5b4d194.png\",\n                \"categoryId\": 8295,\n                \"categoryName\": \"1. CashOut_1 Producto\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"2\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0621941181a74a6dabfa965afb43aabc95.pdf\"\n            }\n        ]\n    }\n}"},{"id":"a1346eeb-ebd0-43d0-8836-c83a49c89a73","name":"Sucessfull by masterproductid","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&CategoryId=7734&companyId=280&MasterProductId=48033","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Page size."},{"key":"actualPage","value":"1","description":"Current page."},{"key":"Name","value":"cashout 1 producto","description":"(Optional) Part of the product name being searched for; if this parameter is different from string.empty, it should also filter by this field.","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Optional)\n0: List all products (Featured and non-featured)\n1: List the products that are featured","disabled":true},{"key":"CategoryId","value":"7734","description":"(Optional) Unique identifier of the category, filters the product list by a particular category.\n"},{"key":"companyId","value":"280"},{"key":"Brand","value":"QA Store","description":"Product brand.","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Jun 2024 15:18:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"description\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:small;\\\">Tensiom&eacute;tro digital de brazo control HEM7122 Omron Especificaciones: Control de inflaci&oacute;n &oacute;ptima Intellisense. *Detector de latido irregular.&nbsp; Gu&iacute;a de ajuste del brazalete. 30 memorias. Brazalete universal (22 - 42 cms). Detector de error de movimiento. </span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:small;\\\">Caracteristicas: Esta dise&ntilde;ado para medir la presi&oacute;n arterial y el pulso, este dispositivo detecta presencia de latidos irregulares durante la medici&oacute;n y da una se&ntilde;al de advertecia con el resultado de la medici&oacute;n, Utiliza el m&eacute;todo de oscilometro de medici&oacute;n de la presi&oacute;n arterial, que es detectar el movimiento de la sangre a travez de su arteria branquial y convierte los movimientos en una lectura digital.</span>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:small;\\\">S&oacute;lo por defectos de f&aacute;brica. El producto debe ser revisado una vez lo haya recibido. De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada en la l&iacute;nea de atenci&oacute;n al cliente m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto. Debe conservar su empaque original y no haber sido utilizado.</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 400000,\n                \"saleExpirationDate\": -62135578800000,\n                \"stock\": 9,\n                \"unlimitedStock\": false,\n                \"weight\": 6,\n                \"sku\": \"HEM 7122\",\n                \"masterProductId\": 48033,\n                \"baseUrl\": \"http://arcco-dev.juju.com.co\",\n                \"detailUrl\": \"/incentives/product/48033\",\n                \"name\": \"Tensiómetro Digital de Brazo Control HEM7122 Omron\",\n                \"brand\": \"BOBSELLER\",\n                \"price\": 400000,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/30f0306ed07c4c9290831412411dfee2390.PNG\",\n                \"categoryId\": 7766,\n                \"categoryName\": \"Bioseguridad\",\n                \"providerId\": 1312,\n                \"providerName\": \"Bobseller\",\n                \"pointsFormat\": \"400.000\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju/Table_Files/Product/TermsAndConditions/7593348e0d4e45b6ae1cb0b6863f63c4161.pdf\"\n            }\n        ]\n    }\n}"},{"id":"9d4afd77-63ce-45b9-b225-821af178fae3","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Tamaño de página"},{"key":"actualPage","value":"1","description":"Página actual"},{"key":"Name","value":"cashout 1 producto","description":"(Opcional) parte del nombre del producto que se está buscando, si este parámetro es diferente a string.empty, deberá filtrar por este campo también","disabled":true},{"key":"onlyFeatured","value":"1","description":"(Opcional) indica si solo destacados, si este parámetro es diferente a false, deberá filtrar por este campo también","disabled":true},{"key":"companyId","value":"409","description":"Identificador único de la compañía","disabled":true},{"key":"CategoryId","value":"0","description":"(Opcional)  identificador único de la categoría, filtra la lista de producto por una categoría en particular.\n\n","disabled":true},{"key":"MasterProductId","value":"48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 17:52:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5951d2df-f52f-4690-9ef4-3c16e79772e2"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 0,\n        \"pageSize\": 0\n    }\n}"},{"id":"f0fc8b14-e638-46c4-ac0f-64fa52b4b162","name":"Error - Invalid parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=5&actualPage=1&onlyFeatured=-1&CategoryId=-7734&companyId=280&MasterProductId=-48033","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"5","description":"Page size."},{"key":"actualPage","value":"1","description":"Current page."},{"key":"Name","value":"cashout 1 producto","description":"(Optional) Part of the product name being searched for; if this parameter is different from string.empty, it should also filter by this field.","disabled":true},{"key":"onlyFeatured","value":"-1","description":"(Optional)\n0: List all products (Featured and non-featured)\n1: List the products that are featured"},{"key":"CategoryId","value":"-7734","description":"(Optional) Unique identifier of the category, filters the product list by a particular category.\n"},{"key":"companyId","value":"280"},{"key":"Brand","value":"QA Store","description":"Product brand.","disabled":true},{"key":"MasterProductId","value":"-48033","description":"(Optional) Product PLU Unique Identifier, filters the list of products by a particular PLU."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 19 Jun 2024 15:17:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros no son válidos\",\n        \"success\": false\n    }\n}"}],"_postman_id":"f95f8404-739b-4dda-acb3-e2f3f2c4bb86"},{"name":"GetProductByPLU - V1","id":"d63d9df6-8a5c-494c-a09e-f62e4ffade0e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU?companyId={{companyId}}&masterProductId={{masterProductId}}","description":"<h2 id=\"get-product-by-plu\">Get Product by PLU</h2>\n<p>This endpoint retrieves product details based on the provided (PLU) identifier. It is a <code>GET</code> request that allows users to fetch specific product information associated with a given company and master product ID (PLU).</p>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<h3 id=\"http-method\">HTTP Method</h3>\n<p><code>GET</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU</code></p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>companyId</code> (required, string): The unique identifier for the company requesting the product information.</p>\n</li>\n<li><p><code>masterProductId</code> (required, string): The unique identifier for the master product associated with the PLU.</p>\n</li>\n</ul>\n<h3 id=\"expected-response-format\">Expected Response Format</h3>\n<p>The response will be in JSON format and will include details about the product associated with the provided PLU code. The structure of the response typically includes:</p>\n<ul>\n<li><p><strong>header</strong>: Contains metadata about the response including:</p>\n<ul>\n<li><p><code>responseCode</code>: Indicates the status of the request.</p>\n</li>\n<li><p><code>message</code>: A message providing additional context (may be empty).</p>\n</li>\n<li><p><code>success</code>: A boolean indicating whether the request was successful.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>data</strong>: Includes product attributes such as:</p>\n  <table><tbody><tr><th>Parameter</th><th>Description</th></tr><tr><td><div>Header.ResponseCode</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Header.Message</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Error message.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Header.Success</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicator of the request's success.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MasterProductId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique product identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Name</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product name.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Brand</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product brand.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ShortDescription</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Short description of the product.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Description</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Full product description, can contain HTML to highlight some features.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Warranty</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product warranty.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MasterProductStateId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product state identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>MasterProductDescription</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description of the product state.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>TypeCashOutId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Type of product cashout, this indicates if the product is physical, a recharge, a bearer coupon, PCO Accumulation, or a Personal coupon.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Price</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Price in points of the product.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SalePrice</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the promotion price.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SalesPricePoint</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the promotion price in platform points.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SaleExpirationDate</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the expiration date of the promotion price, the date is in Unix format (milliseconds elapsed since 1970/01/01 to today, more information at https://www.epochconverter.com/ ).</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Stock</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the stock of that product in JUJU.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Weight</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the weight in Kilograms of that product in JUJU.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>SKU</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Indicates the Supplier's PLU of that product in JUJU.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Featured</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Identifies whether a product is featured or not.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ImageUrl</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product URL.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>CategoryId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product category identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>CategoryName</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name of the product category.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ProviderId</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Product provider identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ProviderName</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name of the product provider.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>PointsFormat</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Price in points as a string with the respective format (dot for thousand separator and without decimals).</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>TermsAndConditionsUrl</div><div><div><div><div></div></div></div><div></div></div></td><td><div>URL of PDF containing the terms and conditions of the product.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>UnlimitedStock</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Determine if the product has unlimited stock.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table></li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","Catalog","v1","GetProductByPLU"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"key":"companyId","value":"{{companyId}}"},{"key":"masterProductId","value":"{{masterProductId}}"}],"variable":[]}},"response":[{"id":"6d5bf386-6b78-40e3-9e8a-193ff3c2d7d0","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU?companyId={{companyId}}&masterProductId={{masterProductId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProductByPLU"],"query":[{"key":"companyId","value":"{{companyId}}"},{"key":"masterProductId","value":"{{masterProductId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 12 Aug 2025 13:23:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4022"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"juju-transaction-id","value":"232e6af5-063b-43f0-895f-458c274d0ffe"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2025-08-12T13:24:41.2311546Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"description\": \"Cobertura:&nbsp;A Nivel Nacional&nbsp;Uso en Puntos F&iacute;sicos:&nbsp;Si&nbsp;Uso en Pagina Web:&nbsp;No&nbsp;Vigencia: Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 6 meses a partir de la fecha de env&iacute;o del bono.Acumulable: Si, puedes utilizar uno o mas bonos virtuales en una transacci&oacute;nRestricciones:-Los bonos son n&uacute;meros de 10 d&iacute;gitos que permiten el pago de mercanc&iacute;a de tiendas D1&nbsp;-No es intercambiable por dinero en las tiendas&nbsp;-Aplica la garant&iacute;a de los productos individuales de la tienda seg&uacute;n las pol&iacute;ticas vigentes&nbsp;-Aun no es posible pagar compras por domicilio con este medio de pago&nbsp;-El n&uacute;mero del Bono es confidencial (un cheque al portador)&nbsp;-Pueden dirigirse a cualquiera de nuestras tiendas a nivel pa&iacute;s, a redimir su bono para lo cual debe indicar a nuestro funcionario en POS (Puntos de pago de las tiendas) el n&uacute;mero de bono que le correspondi&oacute;&nbsp;-Importante que tengan en cuenta, por seguridad los funcionarios de nuestras tiendas desconocen los n&uacute;meros de bonos, as&iacute; que si lo olvidan al momento del pago en tienda no podr&aacute;n redimirlo&nbsp;-Se debe hacer uso del saldo en una sola&nbsp;transacci&oacute;nEl Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir,&nbsp; por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Tiendas D1 no es negociable por dinero en efectivo ni genera intereses. No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Tiendas D1 y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Tiendas D1. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos punto.\",\n        \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n        \"masterProductStateId\": 1,\n        \"masterProductDescription\": \"Activo\",\n        \"salesPricePoint\": 0,\n        \"saleExpirationDate\": -62135596800000,\n        \"stock\": 87,\n        \"unlimitedStock\": false,\n        \"sku\": \"Virtual Combo 1\",\n        \"salePrice\": 0,\n        \"masterProductId\": 48716,\n        \"name\": \"Bono Virtual Tiendas D1- 2024 $50.000\",\n        \"brand\": \"Bono Virtual Al Portador Chatbot\",\n        \"shortDescription\": \"Bono D1\",\n        \"price\": 51819,\n        \"featured\": true,\n        \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/bd91e80e104a4a709bae5db2a1c45b32452.png\",\n        \"categoryId\": 8354,\n        \"categoryName\": \"Cashout 2\",\n        \"providerId\": 1565,\n        \"providerName\": \"Chatbot QA\",\n        \"pointsFormat\": \"51.819\",\n        \"typeCashOutId\": 2,\n        \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/64eeaa7e1b5f47fc953be7511e6c424b692.pdf\"\n    }\n}"},{"id":"733badad-8ae1-492e-b7b7-f7a77d193514","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU?companyId={{companyId}}&masterProductId={{masterProductId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProductByPLU"],"query":[{"key":"companyId","value":"{{companyId}}","description":"This value corresponds to the unique ID of each company."},{"key":"masterProductId","value":"{{masterProductId}}","description":"Unique PLU product identifier, consult the catalog for a particular PLU."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"114"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"d08605da-61eb-4bbe-84a4-6128a8931a3c"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2025-08-05T17:21:12.3136699Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Aug 2025 17:20:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"c546098e-dd65-4122-9dd7-952b0d63d230","name":"Error - Not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU?companyId={{companyId}}&masterProductId={{masterProductId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProductByPLU"],"query":[{"key":"companyId","value":"{{companyId}}"},{"key":"masterProductId","value":"{{masterProductId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 12 Aug 2025 13:33:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"juju-transaction-id","value":"d901c70d-9a6c-4260-a314-82cecb04d09b"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2025-08-12T13:34:09.3034424Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 404,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"7ff3d4d1-3fd0-4c8a-8f8e-d5e35a87663b","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v1/GetProductByPLU?companyId={{companyId}}&masterProductId={{masterProductId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v1","GetProductByPLU"],"query":[{"key":"companyId","value":"{{companyId}}","description":"This value corresponds to the unique ID of each company."},{"key":"masterProductId","value":"{{masterProductId}}","description":"Unique PLU product identifier, consult the catalog for a particular PLU."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"70b6074e-6e26-437a-934c-3c8022b7c10e"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Aug 2025 17:18:21 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d63d9df6-8a5c-494c-a09e-f62e4ffade0e"}],"id":"77767b37-e512-4986-8c54-c8210875c854","description":"<p>The Catalog type APIs are resources responsible for retrieving products and categories.</p>\n","_postman_id":"77767b37-e512-4986-8c54-c8210875c854"},{"name":"4 - Orders","item":[{"name":"AddProduct","id":"9371c1ef-91e4-4de3-8d05-1562b9aa8e18","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct","description":"<p>This functionality allows the addition of products to the shopping cart of a particular user for different clients of the APIs</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 264ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.UserId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Data.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Quantity</td>\n<td>Quantity of products in the cart of x product.</td>\n</tr>\n<tr>\n<td>Data.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","AddProduct"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4c3e3d1f-b76d-4ce3-85cf-24535defd3d5","name":"Successful - Add product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 21:24:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5e7000db-dd38-4af2-b677-b9412dcd84db"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"userId\": 460717,\n        \"masterProductId\": 48167,\n        \"quantity\": 2,\n        \"baseUrl\": \"http://demo2-qa.juju.com.co\",\n        \"detailUrl\": \"/incentives/product/48167\",\n        \"typeCashOut\": 5\n    }\n}"},{"id":"a1aab0e3-b3fb-424c-903f-d4f452f6bfc8","name":"Error - Not found product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 21:28:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c6238ca8-46c9-4988-8f17-881b18c645f1"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se encontró un producto con este id 2000\",\n        \"success\": false\n    }\n}"},{"id":"780a1d6d-cdf8-4d93-9f95-f827479e623f","name":"Error - Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 21:31:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"f10b6802-a3b6-4870-b9b9-52410b9bfadf"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"}],"_postman_id":"9371c1ef-91e4-4de3-8d05-1562b9aa8e18"},{"name":"UpdateProduct","id":"10461887-b8cb-43fa-8161-8622e4b5ccc8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update","description":"<p>This functionality allows for modifications to the units of products located in the shopping cart of a particular user for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 250ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>Quantity</td>\n<td>Number of items of the particular product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.UserId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Data.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Quantity</td>\n<td>Quantity of products in the cart of x product.</td>\n</tr>\n<tr>\n<td>Data.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","update"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d9ec4bd5-9a1a-4431-b390-57ed377e868b","name":"Succesful - Add product with quantity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 21:53:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"379ffdef-fa95-4bbf-9014-9bc235a2d0cb"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"userId\": 460717,\n        \"masterProductId\": 48167,\n        \"quantity\": 2,\n        \"baseUrl\": \"http://demo2-qa.juju.com.co\",\n        \"detailUrl\": \"/incentives/product/48167\",\n        \"typeCashOut\": 5\n    }\n}"},{"id":"16802169-7c29-4fe0-b4fa-7be905153f45","name":"Error - Quantity","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 21:59:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"9ccbe0aa-7e88-40b3-84e2-e22fd6f26286"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"El campo 'Cantidad' debe ser mayor a 0\",\n        \"success\": false\n    }\n}"},{"id":"18d9c9b6-c5ce-47fe-a837-8b7da05362c2","name":"Error - Not found product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:01:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"b8317d84-96ab-4bc5-beb6-2efe1da5354f"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se encontró el producto con el masterProductId 200\",\n        \"success\": false\n    }\n}"},{"id":"0a86bafb-f8bf-4dc9-9d41-15ffec9f5e05","name":"Error - Parameters","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:02:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"f9360648-fb78-4758-8af2-83ff85d7ba42"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"10461887-b8cb-43fa-8161-8622e4b5ccc8"},{"name":"RemoveProduct","id":"d0183ff3-61b7-4671-b662-96821096e5c3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove","description":"<p>This functionality allows for the removal of products from the shopping cart of a particular user for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 261ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.UserId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Data.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Quantity</td>\n<td>Quantity of products in the cart of x product.</td>\n</tr>\n<tr>\n<td>Data.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","Remove"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0da71bf6-fa3e-4367-a4a8-54f126326f7e","name":"Successful - Delete product","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:11:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c6a4a286-1bc7-4f00-8828-af8485e93c26"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"},{"id":"1054f187-419a-42e6-91bf-2c737a8d9689","name":"Error - Shopping cart empty","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:18:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"cbf1a7f3-67a5-4575-8e9d-b1740755efe8"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No está habilitado para realizar ésta acción\",\n        \"success\": false\n    }\n}"},{"id":"81ddc39d-7405-4a27-98a6-50f074e8153b","name":"Error - Parameters","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:20:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"88829d5b-2380-4dca-a83a-6867d66db3f8"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"d0183ff3-61b7-4671-b662-96821096e5c3"},{"name":"EmptyShoppingCard","id":"1e6ddaa6-f8b0-49fa-ad4e-183adeadcefd","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Empty","description":"<p>This functionality allows for the complete deletion of a user's shopping cart, enabling a clean redemption process from WhatsApp.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 218ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Result of the request, if the cart was deleted.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","Empty"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"206b3070-c3de-4bb1-9ecf-c24f5bdb560b","name":"Successful - Empty shopping cart","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Empty"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 22:55:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"37fcffdf-b735-4732-88ef-cdef77a3a138"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": true\n}"},{"id":"99506c33-37d1-4c0b-b8a0-fe3a4715addc","name":"Error - User dont exist","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Empty"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 23:05:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"149"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"2ca443f5-4331-4e08-80d8-d2788adf21df"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": false\n}"},{"id":"7240c47a-1803-45b2-a4e5-4e8be3223177","name":"Error - Parameters","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Empty"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 23:11:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"931cc8fd-5bf1-4e0d-ae19-b4149f25a9c7"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    },\n    \"data\": false\n}"}],"_postman_id":"1e6ddaa6-f8b0-49fa-ad4e-183adeadcefd"},{"name":"GetShoppingCartProducts","id":"65020fc9-9f54-4049-aa16-be8341d39a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/GetShoppingCartProducts?UserId=460717","description":"<p>This functionality allows querying the shopping cart products of a particular user for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 272ms</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.UserId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Data.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>Data.Quantity</td>\n<td>Quantity of products in the cart of x product.</td>\n</tr>\n<tr>\n<td>Data.BaseUrl</td>\n<td>Company's URL.</td>\n</tr>\n<tr>\n<td>Data.DetailUrl</td>\n<td>Supplementary URL to locate the product detail within the company (BaseUrl+DetailUrl = Product detail URL).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","GetShoppingCartProducts"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique identifier of the user.</p>\n","type":"text/plain"},"key":"UserId","value":"460717"}],"variable":[]}},"response":[{"id":"6b9dfff3-0255-495e-a91f-4061f8b520e8","name":"Successful - Get shopping cart","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/GetShoppingCartProducts?UserId=460717","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ShoppingCart","v1","GetShoppingCartProducts"],"query":[{"key":"UserId","value":"460717","description":"Identificador único de usuario"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 23:35:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"219"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"dc267d06-c814-4f32-9152-c727cb7f7757"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"userId\": 460717,\n            \"masterProductId\": 47659,\n            \"quantity\": 1,\n            \"baseUrl\": \"http://demo2-qa.juju.com.co\",\n            \"detailUrl\": \"/incentives/product/47659\",\n            \"typeCashOut\": 2\n        }\n    ]\n}"},{"id":"9d4cb96f-0888-466f-a6e8-8d39353088ad","name":"Successful - Empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/GetShoppingCartProducts?UserId=460717","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ShoppingCart","v1","GetShoppingCartProducts"],"query":[{"key":"UserId","value":"460717","description":"Identificador único de usuario"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 23:51:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"192fb5b9-d165-464d-a25c-cd93603d7c3f"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"fc6e8dd8-d694-4074-b4b0-7b020df56da0","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/GetShoppingCartProducts?UserId=0","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ShoppingCart","v1","GetShoppingCartProducts"],"query":[{"key":"UserId","value":"0","description":"Identificador único de usuario"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 23:49:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"0f4067d8-2458-4761-bce0-cc55a3899c90"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"65020fc9-9f54-4049-aa16-be8341d39a1a"},{"name":"GetOrderPagged V1","id":"6eea37e4-6760-4ac5-9887-6ef423ed56c6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/GetOrderPagged?userId={{userId}}&pageSize={{pageSize}}&actualPage={{actualPage}}","description":"<p>This functionality allows for the querying of orders of a specific user in a paginated manner for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.TotalRecords</td>\n<td>Number of records in the collection.</td>\n</tr>\n<tr>\n<td>Data.ActualPage</td>\n<td>Current page number of the query.</td>\n</tr>\n<tr>\n<td>Data.PageSize</td>\n<td>Size of the queried page.</td>\n</tr>\n<tr>\n<td>Data.Collection</td>\n<td>Collection of elements.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.MasterOrderId</td>\n<td>Unique order identifier.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.OrderDate</td>\n<td>Order date in Unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TotalPrice</td>\n<td>Value of the product (decimal).</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Products</td>\n<td>Collection of products in an order.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Products.Product.Name</td>\n<td>Product name.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.Products.Product.Quantity</td>\n<td>Number of units purchased of the same product.</td>\n</tr>\n<tr>\n<td>Data.Collection.Elemento.TotalPointsFormat</td>\n<td>Value in points (string) with the respective format (dot for thousand separator and without decimals).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","MasterOrder","v1","GetOrderPagged"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>User ID to query.</p>\n","type":"text/plain"},"key":"userId","value":"{{userId}}"},{"description":{"content":"<p>Number of records per page.</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"actualPage","value":"{{actualPage}}"}],"variable":[]}},"response":[{"id":"2230040a-9eb3-453c-848b-cbeec07c6a61","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/GetOrderPagged?userId={{userId}}&pageSize={{pageSize}}&actualPage={{actualPage}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","MasterOrder","v1","GetOrderPagged"],"query":[{"key":"userId","value":"{{userId}}","description":"Id del usuario a consultar."},{"key":"pageSize","value":"{{pageSize}}","description":"Cantidad de registros por página. "},{"key":"actualPage","value":"{{actualPage}}","description":"Página actual"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:11:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"294"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"23cab999-4540-4b6c-ba9b-c4523bb87745"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 10,\n        \"collection\": [\n            {\n                \"masterOrderId\": 210270,\n                \"orderDate\": 1680197839623,\n                \"totalPrice\": 2,\n                \"products\": [\n                    {\n                        \"name\": \"Producto II\",\n                        \"quantity\": 1\n                    }\n                ],\n                \"totalPointsFormat\": \"2\",\n                \"orderDateString\": \"30/03/2023 17:37\"\n            }\n        ]\n    }\n}"},{"id":"dbc53307-5228-4274-82b0-61ae123a9d91","name":"Unathorized - Invalid authentication","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/GetOrderPagged?userId={{userId}}&pageSize={{pageSize}}&actualPage={{actualPage}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","MasterOrder","v1","GetOrderPagged"],"query":[{"key":"userId","value":"{{userId}}","description":"Id del usuario a consultar."},{"key":"pageSize","value":"{{pageSize}}","description":"Cantidad de registros por página. "},{"key":"actualPage","value":"{{actualPage}}","description":"Página actual"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 03 Apr 2023 15:13:19 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\", error_description=\"The token expired at '04/03/2023 13:38:10'\""},{"key":"juju-transaction-id","value":"95b935d7-37a2-45a4-b285-b8d39464e76e"}],"cookie":[],"responseTime":null,"body":""},{"id":"3e9b2561-1c63-451f-90d3-1872e23326af","name":"Error - User not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/GetOrderPagged?userId={{userId}}&pageSize={{pageSize}}&actualPage={{actualPage}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","MasterOrder","v1","GetOrderPagged"],"query":[{"key":"userId","value":"{{userId}}","description":"Id del usuario a consultar."},{"key":"pageSize","value":"{{pageSize}}","description":"Cantidad de registros por página. "},{"key":"actualPage","value":"{{actualPage}}","description":"Página actual"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 16:27:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"50558da0-8280-490c-a736-1607ebe1b1a6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"}],"_postman_id":"6eea37e4-6760-4ac5-9887-6ef423ed56c6"},{"name":"GetGuideByUserAndOrder V1","id":"7823043c-80c5-4cc6-891e-a495ee4bb6d0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v1/GetGuideByUserAndOrder?userId={{userId}}&masterOrderId={{masterOrderId}}","description":"<p>This functionality allows for the querying of dispatch guides (or traceability guides) through an order (MasterOrderid) for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 326ms</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Descrption</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ProductDetailId</td>\n<td>Identifier of the order at the product level.</td>\n</tr>\n<tr>\n<td>Data.Elemento.NumberOfficeGuide</td>\n<td>Number of the dispatch guide / Email.</td>\n</tr>\n<tr>\n<td>Data.Elemento.ProductName</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>Data.Elemento.Conyevor</td>\n<td>Shipping provider / Carrier.</td>\n</tr>\n<tr>\n<td>Data.Elemento.GuideStatus</td>\n<td>Shipping status.</td>\n</tr>\n<tr>\n<td>Data.Elemento.DeliveryDate</td>\n<td>Can be text or the delivery date in Unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Elemento.GuideUrl</td>\n<td>URL address of the dispatch guide.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DispatchGuides","v1","GetGuideByUserAndOrder"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique user identifier.</p>\n","type":"text/plain"},"key":"userId","value":"{{userId}}"},{"description":{"content":"<p>Unique Order identifier.</p>\n","type":"text/plain"},"key":"masterOrderId","value":"{{masterOrderId}}"}],"variable":[]}},"response":[{"id":"c31b79e8-d95c-4509-828b-faa2652a24ac","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v1/GetGuideByUserAndOrder?userId={{userId}}&masterOrderId={{masterOrderId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v1","GetGuideByUserAndOrder"],"query":[{"key":"userId","value":"{{userId}}","description":"Identificador único de usuario"},{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Identificador único de Orden"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 19:15:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"276"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"aa407ebd-738f-47ad-88e6-9c3855774a30"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 254180,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Producto II\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"En procesamiento\"\n        }\n    ]\n}"},{"id":"985e5e85-29da-4a9c-9146-135f24dc3180","name":"Unauthorized - Invalid Authentication","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v1/GetGuideByUserAndOrder?userId={{userId}}&masterOrderId={{masterOrderId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v1","GetGuideByUserAndOrder"],"query":[{"key":"userId","value":"{{userId}}","description":"Identificador único de usuario"},{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Identificador único de Orden"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 31 Mar 2023 19:17:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"21cd1881-d075-4713-9f5e-1c63e42d4219"}],"cookie":[],"responseTime":null,"body":""},{"id":"e595e0fa-4134-47e3-a466-3ad86523e15c","name":"Error - User not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v1/GetGuideByUserAndOrder?userId={{userId}}&masterOrderId={{masterOrderId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v1","GetGuideByUserAndOrder"],"query":[{"key":"userId","value":"{{userId}}","description":"Identificador único de usuario"},{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Identificador único de Orden"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 19:16:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"7c88cff0-bea7-4f6b-98c9-73720ac3db85"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"8eae4686-6d9b-410c-ba31-55a33c901603","name":"Error - Invalid UserId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v1/GetGuideByUserAndOrder?userId={{userId}}&masterOrderId={{masterOrderId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v1","GetGuideByUserAndOrder"],"query":[{"key":"userId","value":"{{userId}}","description":"Identificador único de usuario"},{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Identificador único de Orden"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Apr 2023 15:30:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"04567ec9-5686-4bc2-a831-bfe6a460c316"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"7823043c-80c5-4cc6-891e-a495ee4bb6d0"},{"name":"GetGuideByUserAndOrder V3","id":"cec123db-9467-441f-8c13-4cf45088eb94","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","description":"<p>This functionality allows for the querying of dispatch guides (or traceability guides) with their respective purchase address through an order (MasterOrderId) and the associated company (companyId) for different clients of the APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 416ms</p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>masterOrderId</td>\n<td>Unique identifier of the order.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>companyId</td>\n<td>Unique identifier of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Descrption</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 204 No Content , 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.Element.ProductDetailId</td>\n<td>Identifier of the order at the product level.</td>\n</tr>\n<tr>\n<td>Data.Element.NumberOfficeGuide</td>\n<td>Number of the dispatch guide / Email.</td>\n</tr>\n<tr>\n<td>Data.Element.ProductName</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>Data.Element.Conyevor</td>\n<td>Shipping provider / Carrier.</td>\n</tr>\n<tr>\n<td>Data.Element.GuideStatus</td>\n<td>Shipping status.</td>\n</tr>\n<tr>\n<td>Data.Element.DeliveryDate</td>\n<td>Can be text or the delivery date in Unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Element.GuideUrl</td>\n<td>URL address of the dispatch guide.</td>\n</tr>\n<tr>\n<td>Data.Element.ShippingAddress</td>\n<td>This structured format ensures clarity and precision in API documentation, facilitating better understanding and implementation of the functionality for querying user-associated and order-associated dispatch methods, including details on the country of origin for registered mobile numbers. This API may respond with five different types of shippingAddress depending on the type of product redeemed in the order: shippingAddress1, shippingAddress2, shippingAddress3, shippingAddress4, and shippingAddress5.</td>\n</tr>\n<tr>\n<td>Address example</td>\n<td><img src=\"https://content.pstmn.io/bf4f31da-a7c0-4178-9dac-30b8a84ed09c/RWplbXBsb19EaXJlY2Npw7NuLnBuZw==\" alt /></td>\n</tr>\n<tr>\n<td><strong>shippingAddress1</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.firstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.lastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.phoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.countryId</td>\n<td>Country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.countryCode</td>\n<td>Dial code associated with the country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.birthDate</td>\n<td>Birth date of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.firstName</td>\n<td>If the contact person is not at the address, provide the first names of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.lastName</td>\n<td>If the contact person is not at the address, provide the last names of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.birthDate</td>\n<td>If the contact person is not at the address, provide the birth date of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.divipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipal level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3, Grouper1 = 1 and Grouper2 = {{Department selected from the previous guide}} and with it the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 3</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 6</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr8</td>\n<td>Corresponds to the office/apartment/interior number etc.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.customName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress2</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress2.couponOwner.email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>data.shippingAddress2.customName</td>\n<td>Custom name for the email</td>\n</tr>\n<tr>\n<td><strong>shippingAddress3</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.phoneNumber</td>\n<td>Cell phone number subject to the recharge.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.countryCode</td>\n<td>Dial code associated with the country of the registered cell phone</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.customName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress4</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentNumber</td>\n<td>Document number of the account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.birthDate</td>\n<td>Birth date of the account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.customName</td>\n<td>Custom name for the account.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress5</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.firstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.lastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n<tr>\n<td>### Response Body</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique Order identifier.</p>\n","type":"text/plain"},"key":"masterOrderId","value":"{{masterOrderId}}"},{"description":{"content":"<p>Unique Company identifier.</p>\n","type":"text/plain"},"key":"companyId","value":"{{companyId}}"}],"variable":[]}},"response":[{"id":"21018d08-32aa-45dc-8af7-dacf3c32b265","name":"Success all shippingAddress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:10:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2824"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"68460972-c8af-4cd7-97db-5fabb8ce9f57"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 263863,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Bono Virtual Personal Chatbot\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress5\": {\n                \"beneficiary\": {\n                    \"firstName\": \"yury tatiana\",\n                    \"lastName\": \"meza\",\n                    \"identification\": {\n                        \"documentType\": 3,\n                        \"documentNumber\": \"1095656565\"\n                    },\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"email\": \"jhon.meza@juju.com.co\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                }\n            }\n        },\n        {\n            \"productDetailId\": 263864,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"PCO NO USAR SI NO ES NECESARIO\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress4\": {\n                \"accountHolder\": {\n                    \"identification\": {\n                        \"documentType\": 2,\n                        \"documentNumber\": \"1222255180\"\n                    }\n                },\n                \"customName\": \"Alan Meza\"\n            }\n        },\n        {\n            \"productDetailId\": 263865,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Producto tangible $4\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"En procesamiento\",\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Jhon Mario\",\n                    \"lastName\": \"Meza Rios\",\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                },\n                \"contact2\": {\n                    \"firstName\": \"Yury Tatiana\",\n                    \"lastName\": \"Portilla Mogollón\"\n                },\n                \"divipolaCode\": \"68307000\",\n                \"addr1\": 5,\n                \"addr2\": \"3a sur\",\n                \"addr3\": \"22\",\n                \"addr4\": \"75\",\n                \"addr5\": \"Riveras del rio\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Dirección\"\n            }\n        },\n        {\n            \"productDetailId\": 263866,\n            \"numberOfficeGuide\": \"jhon.meza@juju.com.co\",\n            \"conveyor\": \"EMAIL\",\n            \"productName\": \"Bono Virtual Crepes & Waffles $20.000\",\n            \"guideStatus\": \"ENTREGADA\",\n            \"deliveryDate\": \"1719919175\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress2\": {\n                \"couponOwner\": {\n                    \"email\": \"tatis-2152@gmail.com\"\n                },\n                \"customName\": \"MAIL\"\n            }\n        },\n        {\n            \"productDetailId\": 263867,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Recarga Celular Cahtbot\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3133922896\",\n                    \"countryId\": 22,\n                    \"countryCode\": 57\n                },\n                \"operator\": 4,\n                \"customName\": \"celu\"\n            }\n        },\n        {\n            \"productDetailId\": 263868,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Tangible 2\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"En procesamiento\",\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Jhon Mario\",\n                    \"lastName\": \"Meza Rios\",\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                },\n                \"contact2\": {\n                    \"firstName\": \"Yury Tatiana\",\n                    \"lastName\": \"Portilla Mogollón\"\n                },\n                \"divipolaCode\": \"68307000\",\n                \"addr1\": 5,\n                \"addr2\": \"3a sur\",\n                \"addr3\": \"22\",\n                \"addr4\": \"75\",\n                \"addr5\": \"Riveras del rio\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Dirección\"\n            }\n        }\n    ]\n}"},{"id":"1727eccb-fca1-4a8f-a31e-37464bfcd2a5","name":"Resource not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:13:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"aa38d1f1-76f2-4b20-84f0-6693966f7506"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"},{"id":"1d6bcf9c-099a-474e-b857-45ae9a16d305","name":"Unauthorized - Invalid Authentication","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:17:43 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ec27199c-7668-4740-bdac-680c781d4a94"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"08d1cc19-f18b-49e4-8832-9597a4540884","name":"Error - invalid masterOrderId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:20:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a3dc0bcb-7263-4a0c-b09e-2ed13ff9ffbe"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"00267a8f-abb8-4325-934a-b1eba36b8484","name":"Error - invalid companyId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:23:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"430202ca-aa27-471b-816c-36a033e0d687"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"cec123db-9467-441f-8c13-4cf45088eb94"},{"name":"Redeem - Automatic creation - V1","id":"f385d6d6-94df-444f-b055-7c99f0ddfbd0","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",\r\n    \"Body\": {\r\n        \"CompanyId\": 53,\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"chilatra.diesiseis\",\r\n            \"Email\": \"david.chilatra@juju.com.co\",\r\n            \"Cedula\": \"5886944365\",\r\n            \"FirstName\": \"Prueba\",\r\n            \"LastName\": \"diesiseis\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"qqq\",\r\n                            \"lastName\": \"qqqq\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"5886944365\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3133922896\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"david.chilatra@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": 48083,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem","description":"<p>This functionality allows for the redemption of an order for different clients of the APIs. Depending on the company's configuration, different information may need to be sent:<br />Companies with automatic user creation: This applies to those clients who rely on JUJU for the logistics operation of product dispatch and are the ones who manage the existence of users on their own platforms.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>OperationId</td>\n<td>A mandatory unique identifier of the operation, which allows the client to request information about a specific petition and will be generated by the client. This code is of string type and can include anything the API client deems necessary for management and tracking, as long as it does not exceed 50 characters and is unique in every sense (consider using a GUID or concatenating year, month, day, hour, millisecond with your internal ID), the OperationId field is essential to ensure traceability of the redemption.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.CompanyId</td>\n<td>Unique identifier of the company in JUJUCore.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>This value indicates that the user is accepting the platform's terms, which must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>This value indicates that the user is accepting the handling of data by third parties (in this case, JUJU S.A.S), which must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.Email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.User.Cedula</td>\n<td>User's identification number (used for quickly locating users in reporting, especially useful for report clients, if not used, can be replaced by the client system's API identifier or similar).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.FirstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.LastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>Body.Order.TotalPoints</td>\n<td>Sum of the points of the products in the shopping cart (total redemption).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CustomName</td>\n<td>Custom name of the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact2.FirstName</td>\n<td>First names of the second contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact2.LastName</td>\n<td>Last names of the second contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipal level), if you have doubts about these codes, you can consult: Department Query: In this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3 and Grouper1 = 1. Municipality Query: In this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3, Grouper1 = 1 and Grouper2 = {{Selected Department from the previous guide}} and thereby the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), in this case, you can consult our GUIDE-BASED RESOURCE QUERY API with ProcessGuideHeaderId = 3.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the guide for types of buildings (Apartment, Office, House, etc.), in this case, you can consult our GUIDE-BASED RESOURCE QUERY API with ProcessGuideHeaderId = 6.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr7</td>\n<td>Corresponde al nombre del edificio.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location of the property.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.CustomName</td>\n<td>Custom name of the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual voucher will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CustomName</td>\n<td>Custom name of the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the guide for types of recharge operators (Movistar, Tigo, Avantel, etc.), in this case, you can consult our GUIDE-BASED RESOURCE QUERY API with ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.CustomName</td>\n<td>Custom name of the cell phone number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner..</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.), in this case, you can consult our GUIDE-BASED RESOURCE QUERY API with ProcessGuideHeaderId = 1, account owner of PCO.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.CustomName</td>\n<td>Custom name of the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.), in this case, you can consult our GUIDE-BASED RESOURCE QUERY API with ProcessGuideHeaderId = 1, virtual gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the virtual gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the virtual gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the virtual gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.Quantity</td>\n<td>Quantity of the selected product.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.TypeCashOut</td>\n<td>Type of product cashout</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Unique identifier of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","MasterOrder","v1","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"463f1a5e-6072-4eed-a709-0c302cfe3151","name":"Success - Tangible","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebadsf\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002999977\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 38,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                        \"FirstName\": \"FirstName\",\r\n                        \"LastName\": \"LastName\",\r\n                        \"Contact\": {\r\n                            \"PhoneNumber\": \"+573015650962\"\r\n                        }\r\n                        },\r\n                        \"Contact2\": {\r\n                        \"FirstName\": \"Guillermo\",\r\n                        \"LastName\": \"Alvarez\"\r\n                        },\r\n                        \"DivipolaCode\": \"05001000\",\r\n                        \"Addr1\": 1,\r\n                        \"Addr2\": \"9C Sur\",\r\n                        \"Addr3\": \"55FF\",\r\n                        \"Addr4\": \"94\",\r\n                        \"Addr5\": \"Guayabal\",\r\n                        \"Addr6\": 1,\r\n                        \"Addr7\": \"Zulema\",\r\n                        \"Addr8\": \"301\",\r\n                        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n                        \"CustomName\": \"Casa de mi suegra\"\r\n                    },\r\n                    \"MasterProductId\": 48193,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:16:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c971f8e9-0b96-41cf-9564-48981633ed1f"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210304\n}"},{"id":"6c3874a7-164a-4196-a6c4-4c1687124079","name":"Success - Bono al portador","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"PruebaTangibleVersiondos\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222229\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 45652,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 20:43:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"6c4e504f-b8f7-4d4a-af7a-32203c192ad9"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210292\n}"},{"id":"2afbdd13-c9e8-4eb8-9487-06c8dd874986","name":"Success - Recarga celular","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebersiondozsz\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002999988\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                        \"PhoneNumber\": \"+573015650962\"\r\n                        },\r\n                        \"CustomName\": \"Celular \",\r\n                        \"Operator\": 4\r\n                    },\r\n                    \"MasterProductId\": 46542,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:04:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"2c02afc6-b89b-495a-a4a4-827c3e6d69c7"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210302\n}"},{"id":"a351a9a6-f1cb-460e-a6b2-1d671d41d553","name":"Success - Bono PCO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"PruebaTangibleVersiondozs\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002299999\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                        \"identification\": {\r\n                            \"DocumentType\": 2,\r\n                            \"DocumentNumber\": \"000000000000000000\"\r\n                        }\r\n                        },\r\n                        \"CustomName\": \"DavidDev\"\r\n                    },\r\n                    \"MasterProductId\": 47941,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:30:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5725572f-446e-4e35-999b-2e832b6ca7ae"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210300\n}"},{"id":"f03d33c0-0c72-45d7-b49f-8a203a21b531","name":"Success - Bono Personal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",\r\n    \"Body\": {\r\n        \"CompanyId\": 53,\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"chilatra.diesiseis\",\r\n            \"Email\": \"david.chilatra@juju.com.co\",\r\n            \"Cedula\": \"5886944365\",\r\n            \"FirstName\": \"Prueba\",\r\n            \"LastName\": \"diesiseis\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"qqq\",\r\n                            \"lastName\": \"qqqq\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"5886944365\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3133922896\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"david.chilatra@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": 48083,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 23:41:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8259ad93-fcc1-459a-ab2d-0aaebf5b0774"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210426\n}"},{"id":"8f2581c1-04cb-4c3a-b643-ff14157b3598","name":"Error - Product not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"PruebaTangibleVersiondoss\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222299\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 4565200,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:07:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"3e6b9ea3-7882-4b7a-adc2-b2547a8807ab"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Producto 4565200 no encontrado para la compañía 53\",\n        \"success\": false\n    }\n}"},{"id":"34146bf5-ebdc-494e-8806-edd6a4a86d4f","name":"Error - User already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"PruebaTangible\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222222\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 45652,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 20:40:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"0ecd3275-b424-4e2f-85bb-7d93250a33d6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"El campo 'Nombre de usuario' ya está siendo utilizado para ésta compañía. El campo 'Cédula' ya se encuentra previamente registrado en el sistema\",\n        \"success\": false\n    }\n}"}],"_postman_id":"f385d6d6-94df-444f-b055-7c99f0ddfbd0"},{"name":"Redeem - No automatic creation - V1","id":"ede29ed2-e8d0-43a9-a19f-a95c0d59c648","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":691501   \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":23\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem","description":"<p>This functionality allows for the redemption of an order for different clients of the APIs. Depending on the company's configuration, specific information will need to be sent:</p>\n<p><strong>Companies with automatic point loading</strong>: Applies to those clients who manage the logistics operation of product dispatch on JUJU and are the ones who manage the balance of users on their own platforms.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>OperationId</td>\n<td>A mandatory unique identifier of the operation, which allows the client to request information about a specific petition and will be generated by the client. This code is of string type and can include anything the API client deems necessary for management and tracking, as long as it does not exceed 50 characters and is unique in every sense (consider using a GUID or concatenating year, month, day, hour, millisecond with your internal ID), the OperationId field is essential to ensure traceability of the redemption.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.CompanyId</td>\n<td>Unique identifier of the company in JUJUCore.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>Body.Order.TotalPoints</td>\n<td>Sum of the points for the products in the shopping cart (total redemption).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Unique identifier of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","MasterOrder","v1","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1df12b87-3015-4b62-b7be-d5ba7af6fe13","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":177,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":796193   \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":500\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:28:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 457722\n}"},{"id":"349f88f0-d6a4-4625-8c27-efc880458984","name":"Error - User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":177,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":79619300   \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":500\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:28:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario 79619300 no encontrado para la compañía 177\",\n        \"success\": false\n    }\n}"},{"id":"047037de-b558-4a75-91c9-b901550e00cb","name":"Error - Points not match","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":691501   \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":35\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v1/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 21:31:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8d3ac184-57fe-4fcf-8ede-dbb99953082e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"}],"_postman_id":"ede29ed2-e8d0-43a9-a19f-a95c0d59c648"},{"name":"Redeem - Automatic creation - V3","id":"f6b59090-5bc2-4983-9beb-a32a47b43f1c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",\r\n    \"Body\": {\r\n        \"CompanyId\": 53,\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"chilatra.diesiseisv3\",\r\n            \"Email\": \"david.chilatra@juju.com.co\",\r\n            \"Cedula\": \"5886944362\",\r\n            \"FirstName\": \"Prueba\",\r\n            \"LastName\": \"diesiseis\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"qqq\",\r\n                            \"lastName\": \"qqqq\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"5886944365\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3133922896\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"david.chilatra@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": 48083,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This functionality allows the redemption of an order for different clients of the APIs. Depending on the company's configuration, different information may need to be sent:</p>\n<p><strong>Companies with automatic user creation</strong>: Applies to those clients who rely on JUJU for the logistics operation of product dispatch and are the ones who manage the existence of users on their own platforms.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 22 per minute</p>\n<p><strong>Approximate response time:</strong> 2630ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>OperationId</td>\n<td>Unique identifier of the operation; this code is mandatory and allows the client to request information about a particular petition. It will be generated by the client. This code is a string and can contain whatever the API client considers necessary for management and tracking, as long as it does not exceed 50 characters and is unique in every sense (consider using a GUID or concatenating year, month, day, hour, millisecond with your internal ID). The OperationId field is essential to ensure traceability of the redemption.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.CompanyId</td>\n<td>Unique identifier of the company in JUJUCore.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>bool</td>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.Email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.User.Cedula</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.User.FirstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.User.LastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.User.Mobile</td>\n<td>user's cell phone number.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.CountryCode</td>\n<td>Country code of the user's cell phone.</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>Body.Order.TotalPoints</td>\n<td>Sum of the points of the products in the shopping cart (total redemption).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CouponOwner.Email</td>\n<td>Email address to which the virtual coupon will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CustomName</td>\n<td>Custom name of the email address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.FirstName</td>\n<td>First name of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.LastName</td>\n<td>Last name of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the delivery address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Country ID to be used.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact2.FirstName</td>\n<td>First name of the second contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact2.LastName</td>\n<td>Last name of the second contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.DivipolaCode</td>\n<td>Six-digit code assigned by DANE (DIVIPOLA) with zero on the left (at the municipal level), if you have doubts with these codes, you can consult: Department Query: In this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3 and Grouper1 = 1. Municipality Query: In this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3, Grouper1 = 1 and Grouper2 = {{Selected Department from the previous guide}} and thereby the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), In this case, you can consult our RESOURCE QUERY BY GUIDE API with ProcessGuideHeaderId = 3.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the type of buildings guide (Apartment, Office, House, etc.), In this case, you can consult our RESOURCE QUERY BY GUIDE API with ProcessGuideHeaderId = 6.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location of the property.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.CustomName</td>\n<td>Custom name of the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CouponOwner.Email</td>\n<td>Email address to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress2.CustomName</td>\n<td>Custom name of the email address for the bonus.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number for the recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Country ID to use for the recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the type of recharge operator (Movistar, Tigo, Avantel, etc.), In this case, you can consult our RESOURCE QUERY BY GUIDE API with ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress3.CustomName</td>\n<td>Custom name of the cell phone number</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.FirstName</td>\n<td>Names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.LastName</td>\n<td>Surnames of the PCO account owner.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the type of document guide (Citizenship card, Foreigner ID, etc.), In this case, you can consult our RESOURCE QUERY BY GUIDE API with ProcessGuideHeaderId = 1, owner of the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress4.CustomName</td>\n<td>Custom name of the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.FirstName</td>\n<td>Names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.LastName</td>\n<td>Surnames of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the type of document guide for the bonus holder (Citizenship card, Foreigner ID, etc.), In this case, you can consult our RESOURCE QUERY BY GUIDE API with ProcessGuideHeaderId = 1, of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Country ID to use.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email address of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.MasterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.Quantity</td>\n<td>Quantity of the selected product.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.Order.ShoppingCart.Elemento.TypeCashOut</td>\n<td>Type of cashout for the product.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the success of the request.</td>\n</tr>\n<tr>\n<td>Data.MasterOrderId</td>\n<td>Unique identifier of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"577f9386-7a81-4e4b-a7b6-ba21857dc657","name":"Success - Tangible","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebadsfqqq\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002999955\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 38,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                        \"FirstName\": \"FirstName\",\r\n                        \"LastName\": \"LastName\",\r\n                        \"Contact\": {\r\n                            \"PhoneNumber\": \"3233894451\",\r\n                            \"CountryId\": 22\r\n                        }\r\n                        },\r\n                        \"Contact2\": {\r\n                        \"FirstName\": \"Guillermo\",\r\n                        \"LastName\": \"Alvarez\"\r\n                        },\r\n                        \"DivipolaCode\": \"05001000\",\r\n                        \"Addr1\": 1,\r\n                        \"Addr2\": \"9C Sur\",\r\n                        \"Addr3\": \"55FF\",\r\n                        \"Addr4\": \"94\",\r\n                        \"Addr5\": \"Guayabal\",\r\n                        \"Addr6\": 1,\r\n                        \"Addr7\": \"Zulema\",\r\n                        \"Addr8\": \"301\",\r\n                        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n                        \"CustomName\": \"Casa de mi suegra\"\r\n                    },\r\n                    \"MasterProductId\": 48193,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:59:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"493d4172-c100-4664-b8f9-ba6ab23600b5"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210306\n}"},{"id":"19c376bd-6835-4cf1-ad96-098857709a98","name":"Success - Bono al portador","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Prue\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222225\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 45652,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:53:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"edecc995-4ea4-4805-82ea-32690483e5f1"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210305\n}"},{"id":"46f615fb-e4e9-4bba-a6e3-5394aa9787cb","name":"Success - Recarga celular","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Prueberqqq\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"10029999111\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                        \"PhoneNumber\": \"3015650962\",\r\n                        \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular \",\r\n                        \"Operator\": 4\r\n                    },\r\n                    \"MasterProductId\": 46542,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:00:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"09d10dc3-9490-425d-873e-ae9aa1ee74f2"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210307\n}"},{"id":"99067033-4c32-42f2-ac10-0a3159c67642","name":"Success - Bono PCO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebaiondozs\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002299933\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                        \"identification\": {\r\n                            \"DocumentType\": 2,\r\n                            \"DocumentNumber\": \"000000000000000000\"\r\n                        }\r\n                        },\r\n                        \"CustomName\": \"DavidDev\"\r\n                    },\r\n                    \"MasterProductId\": 47941,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:01:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8deba08e-2c4d-4d04-b26d-6deba6c96c37"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210308\n}"},{"id":"3ee16cbe-5998-4483-a1a4-7b3a77ca2a12","name":"Success - Bono Personal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",\r\n    \"Body\": {\r\n        \"CompanyId\": 53,\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"chilatra.diesiseisv3\",\r\n            \"Email\": \"david.chilatra@juju.com.co\",\r\n            \"Cedula\": \"5886944362\",\r\n            \"FirstName\": \"Prueba\",\r\n            \"LastName\": \"diesiseis\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 5,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"qqq\",\r\n                            \"lastName\": \"qqqq\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"5886944365\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3133922896\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"david.chilatra@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": 48083,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 07 May 2023 23:46:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"31bb3368-32aa-4efb-9fee-517d405c05c7"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210428\n}"},{"id":"42b949f3-8b7a-4a3a-aa49-b3a327986804","name":"Error - Invalid countryId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebadsf\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002999977\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": -577\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 38,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                        \"FirstName\": \"FirstName\",\r\n                        \"LastName\": \"LastName\",\r\n                        \"Contact\": {\r\n                            \"PhoneNumber\": \"+573015650962\",\r\n                            \"CountryId\": 22\r\n                        }\r\n                        },\r\n                        \"Contact2\": {\r\n                        \"FirstName\": \"Guillermo\",\r\n                        \"LastName\": \"Alvarez\"\r\n                        },\r\n                        \"DivipolaCode\": \"05001000\",\r\n                        \"Addr1\": 1,\r\n                        \"Addr2\": \"9C Sur\",\r\n                        \"Addr3\": \"55FF\",\r\n                        \"Addr4\": \"94\",\r\n                        \"Addr5\": \"Guayabal\",\r\n                        \"Addr6\": 1,\r\n                        \"Addr7\": \"Zulema\",\r\n                        \"Addr8\": \"301\",\r\n                        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n                        \"CustomName\": \"Casa de mi suegra\"\r\n                    },\r\n                    \"MasterProductId\": 48193,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:57:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ccf5e659-5cb1-4d84-9a7d-c38b1b1cbc74"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"12e03dc0-8253-4f96-9373-f0eb64b0cc7f","name":"Error - Invalid phone number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Pruebadsf\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002999977\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3233894451a\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 38,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                        \"FirstName\": \"FirstName\",\r\n                        \"LastName\": \"LastName\",\r\n                        \"Contact\": {\r\n                            \"PhoneNumber\": \"3233894451\",\r\n                            \"CountryId\": 22\r\n                        }\r\n                        },\r\n                        \"Contact2\": {\r\n                        \"FirstName\": \"Guillermo\",\r\n                        \"LastName\": \"Alvarez\"\r\n                        },\r\n                        \"DivipolaCode\": \"05001000\",\r\n                        \"Addr1\": 1,\r\n                        \"Addr2\": \"9C Sur\",\r\n                        \"Addr3\": \"55FF\",\r\n                        \"Addr4\": \"94\",\r\n                        \"Addr5\": \"Guayabal\",\r\n                        \"Addr6\": 1,\r\n                        \"Addr7\": \"Zulema\",\r\n                        \"Addr8\": \"301\",\r\n                        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n                        \"CustomName\": \"Casa de mi suegra\"\r\n                    },\r\n                    \"MasterProductId\": 48193,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:58:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"6e131ea5-fa0c-490c-93e3-57d68ee829f8"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 3233894451a no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"9646e7cc-467d-4605-a8ec-4c867d00db6e","name":"Erorr - Product not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Prue\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222225\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 4565200,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:55:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"950456d9-5a7b-4a77-867c-fa99ca882280"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Producto 4565200 no encontrado para la compañía 53\",\n        \"success\": false\n    }\n}"},{"id":"4f1d45ae-b400-4df5-bca8-4b0782ee9711","name":"Error - User already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"+573015650962-91350535-130458\",    \r\n    \"Body\": {\r\n        \"CompanyId\": 53,        \r\n        \"User\": {\r\n            \"AdditionalInformation\": {                \r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"Prue\",            \r\n            \"Email\": \"prueba@juju.com.co\",\r\n            \"Cedula\": \"1002222225\",\r\n            \"FirstName\": \"PruebaName\",\r\n            \"LastName\": \"PruebaLastName\",\r\n            \"Mobile\": \"3148730034\",\r\n            \"CountryCode\": 57\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 12,            \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"piipealva@gmail.com\"\r\n                        },\r\n                        \"CustomName\": \"Bono-prueba\"\r\n                    },\r\n                    \"MasterProductId\": 45652,\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:55:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"87498944-887d-4237-9df1-c68eb05bfa29"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"El campo 'Nombre de usuario' ya está siendo utilizado para ésta compañía. El campo 'Cédula' ya se encuentra previamente registrado en el sistema\",\n        \"success\": false\n    }\n}"}],"_postman_id":"f6b59090-5bc2-4983-9beb-a32a47b43f1c"},{"name":"Redeem - No automatic creation - V3","id":"eea02713-ad75-4b57-a2cc-9b071ce207a2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":691501 \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":23\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This functionality allows the redemption of an order for different API clients. Depending on the company's configuration, specific information must be sent:</p>\n<p><strong>Companies with automatic point loading</strong>: Applies to clients who entrust JUJU with the logistical operation of product dispatching and are the ones managing the balance holding of users on their platforms.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 1513ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Tipo de dato</strong></th>\n<th><strong>Parámetro</strong></th>\n<th><strong>Descrpción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>OperationId</td>\n<td>Unique identifier of the operation. This code is mandatory and allows the client to request information about a particular action. It will be generated by the client. This code is of string type and can contain whatever the API client deems necessary for management and tracking, as long as it does not exceed 50 characters and is unique in every way (consider using a GUID or concatenating year, month, day, hour, millisecond with your internal ID),the OperationId field is essential to ensure traceability of the redemption.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.CompanyId</td>\n<td>Unique identifier of the company in JUJUCore.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.User.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>Body.Order.TotalPoints</td>\n<td>Sum of the points from the products in the shopping cart (total redemption).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parámetro</strong></th>\n<th><strong>Descripción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Unique identifier of the order.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ee2b553f-ec0a-4084-b5d2-170c0c4181b3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":691501 \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":23\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 21:56:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"7911ed02-3023-4624-a280-7f6d8c78d16d"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 210310\n}"},{"id":"dd8b24ad-4c9f-4bc8-8ccd-abdc129bba4e","name":"Error - User not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":6915010  \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":23\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 21:55:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"cca9ccc0-e533-436f-9298-9259498c2692"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario 6915010 no encontrado para la compañía 53\",\n        \"success\": false\n    }\n}"},{"id":"638a8762-f1db-4008-93a3-f0b73b7ee245","name":"Error - Points not match","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"DFB53023-1E97-4459-9FE8-67371F0E0DB1\",\r\n   \"Body\":{\r\n\t   \"CompanyId\":53,\r\n\t   \"User\":{\r\n\t\t  \"UserId\":691501   \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\":230\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 21:54:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"682e12dd-0c91-4a0b-82c1-c1447b2491f2"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"}],"_postman_id":"eea02713-ad75-4b57-a2cc-9b071ce207a2"}],"id":"30c2c913-69b7-46fb-9087-b20cb691bcc3","_postman_id":"30c2c913-69b7-46fb-9087-b20cb691bcc3","description":""},{"name":"5 - Users","item":[{"name":"CreateUser","id":"2eb35499-71b7-4773-8649-0ba0eab9e5e5","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser","description":"<p>This functionality allows different API clients to create a user.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 209ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Body.companyID</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Body.AdditionalInformation.AcceptTermAndCondition</td>\n<td>This value indicates that the user is accepting the platform's terms; it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>Body.AdditionalInformation.AcceptHabeasData</td>\n<td>This value indicates that the user is accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>Body.Email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, platform news module, password changes, etc).</td>\n</tr>\n<tr>\n<td>Body.UserName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>Body.Cedula</td>\n<td>User's identification number (used to quickly locate users in reporting, especially useful for report clients; it can be replaced by the client system identifier or similar if not used).</td>\n</tr>\n<tr>\n<td>Body.FirstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>Body.LastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>Body.PassWord</td>\n<td>The password assigned to the user wishing to be created.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parámetro</strong></th>\n<th><strong>Descrpción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.companyId</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.userId</td>\n<td>Identifier assigned to the created user.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.dependencyValueId</td>\n<td>Identifier associated for the user's dependency.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.companyHierarchyValueId</td>\n<td>Identifier associated with the user's hierarchy.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.userStateId</td>\n<td>Identifier of the state with which the user was created.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.acceptTermAndCondition</td>\n<td>Indicates if the terms and conditions were accepted when generating the request.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.acceptHabeasData</td>\n<td>Indicates if the Habeas Data was accepted when generating the request.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isTestUser</td>\n<td>Indicates if it is a user for testing.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isEditUserCore</td>\n<td>Indicates if the user can perform operations in the core.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isExternalUser</td>\n<td>Indicates if it is an external user.</td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>Data.userId</td>\n<td>Unique identifier of the user on the JUJU platform.</td>\n</tr>\n<tr>\n<td>Data.externalUserId</td>\n<td>Unique identifier of the user on the platform.</td>\n</tr>\n<tr>\n<td>Data.companyId</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Data.companyName</td>\n<td>Name of the company for which the user is created.</td>\n</tr>\n<tr>\n<td>Data.email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, platform news module, password changes, etc).</td>\n</tr>\n<tr>\n<td>Data.userName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>Data.cedula</td>\n<td>User's identification number (used for quick user location in reporting; it can be replaced by the client system identifier or similar if not used).</td>\n</tr>\n<tr>\n<td>Data.fullName</td>\n<td>The full name of the user (first and last names).</td>\n</tr>\n<tr>\n<td>Data.firstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>Data.lastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>Data.pointsToAssign</td>\n<td>Points associated with the created user.</td>\n</tr>\n<tr>\n<td>Data.userStateId</td>\n<td>Identifier of the state with which the user was created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","User","v1","CreateUser"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6216f2c2-ed35-4d49-84b5-4efb94e361a5","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:47:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"605"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ba86afbb-baff-48bc-9dee-91a40d45723e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"additionalInformation\": {\n            \"companyId\": 53,\n            \"userId\": 692193,\n            \"dependencyValueId\": 0,\n            \"companyHierarchyValueId\": 0,\n            \"userStateId\": 3,\n            \"acceptTermAndCondition\": false,\n            \"acceptHabeasData\": false,\n            \"isTestUser\": false,\n            \"isEditUserCore\": false,\n            \"isExternalUser\": false\n        },\n        \"userId\": 692193,\n        \"externalUserId\": 692193,\n        \"companyId\": 53,\n        \"companyName\": \"P demo dos pruebas desarrollo QA\",\n        \"email\": \"jhon.beltran@juju.com.co\",\n        \"userName\": \"jhon.gonzalez\",\n        \"cedula\": \"1023940618\",\n        \"fullName\": \"Jhon Gonzalez \",\n        \"firstName\": \"Jhon\",\n        \"lastName\": \"Gonzalez \",\n        \"pointsToAssign\": 0,\n        \"userStateId\": 3\n    }\n}"},{"id":"e8d4911c-2cf4-4ef3-8025-b6ebec3a08b8","name":"Error - CompanyId field does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:06:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"08ee6058-6082-4deb-b782-4260d56d1b8a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": {\n        \"userId\": 0,\n        \"externalUserId\": 0,\n        \"companyId\": 0,\n        \"pointsToAssign\": 0,\n        \"userStateId\": 0\n    }\n}"},{"id":"f103a949-c40b-4ba1-b49b-91d3c6f90ab3","name":"Error - Repeat id (Cédula) - Repeat User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:10:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5c593b09-7b66-4844-92e6-5b71a04453cd"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 401,\n        \"message\": \"\",\n        \"success\": false\n    },\n    \"data\": {\n        \"userId\": 0,\n        \"externalUserId\": 0,\n        \"companyId\": 0,\n        \"pointsToAssign\": 0,\n        \"userStateId\": 0\n    }\n}"}],"_postman_id":"2eb35499-71b7-4773-8649-0ba0eab9e5e5"},{"name":"CreateUser V3","id":"3a075bfa-835f-446c-b9c3-3d9925c01c0f","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser","description":"<p>This functionality allows different API clients to create a user, with or without a country code and cellphone number, depending on the configuration settings that define the requirement for these fields.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 209ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Body.companyID</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Body.AdditionalInformation.AcceptTermAndCondition</td>\n<td>This value indicates that the user is accepting the platform's terms; it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>Body.AdditionalInformation.AcceptHabeasData</td>\n<td>This value indicates that the user is accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform.</td>\n</tr>\n<tr>\n<td>Body.Email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, platform news module, password changes, etc).</td>\n</tr>\n<tr>\n<td>Body.UserName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>Body.Cedula</td>\n<td>User's identification number (used to quickly locate users in reporting, especially useful for report clients; it can be replaced by the client system identifier or similar if not used).</td>\n</tr>\n<tr>\n<td>Body.FirstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>Body.LastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>Body.PassWord</td>\n<td>The password assigned to the user wishing to be created.</td>\n</tr>\n<tr>\n<td>Body.User.Mobile</td>\n<td>user's cell phone number.</td>\n</tr>\n<tr>\n<td>Body.User.CountryCode</td>\n<td>Country code of the user's cell phone.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parámetro</strong></th>\n<th><strong>Descrpción</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.companyId</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.userId</td>\n<td>Identifier assigned to the created user.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.dependencyValueId</td>\n<td>Identifier associated for the user's dependency.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.companyHierarchyValueId</td>\n<td>Identifier associated with the user's hierarchy.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.userStateId</td>\n<td>Identifier of the state with which the user was created.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.acceptTermAndCondition</td>\n<td>Indicates if the terms and conditions were accepted when generating the request.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.acceptHabeasData</td>\n<td>Indicates if the Habeas Data was accepted when generating the request.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isTestUser</td>\n<td>Indicates if it is a user for testing.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isEditUserCore</td>\n<td>Indicates if the user can perform operations in the core.</td>\n</tr>\n<tr>\n<td>Data.AdditionalInformation.isExternalUser</td>\n<td>Indicates if it is an external user.</td>\n</tr>\n<tr>\n<td>---</td>\n<td>---</td>\n</tr>\n<tr>\n<td>Data.userId</td>\n<td>Unique identifier of the user on the JUJU platform.</td>\n</tr>\n<tr>\n<td>Data.externalUserId</td>\n<td>Unique identifier of the user on the platform.</td>\n</tr>\n<tr>\n<td>Data.companyId</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>Data.companyName</td>\n<td>Name of the company for which the user is created.</td>\n</tr>\n<tr>\n<td>Data.email</td>\n<td>User's email, to which all platform notifications will be sent (Orders, platform news module, password changes, etc).</td>\n</tr>\n<tr>\n<td>Data.userName</td>\n<td>Username to identify the user on the platform.</td>\n</tr>\n<tr>\n<td>Data.cedula</td>\n<td>User's identification number (used for quick user location in reporting; it can be replaced by the client system identifier or similar if not used).</td>\n</tr>\n<tr>\n<td>Data.fullName</td>\n<td>The full name of the user (first and last names).</td>\n</tr>\n<tr>\n<td>Data.firstName</td>\n<td>User's first and middle names.</td>\n</tr>\n<tr>\n<td>Data.lastName</td>\n<td>User's first and last surnames.</td>\n</tr>\n<tr>\n<td>Data.pointsToAssign</td>\n<td>Points associated with the created user.</td>\n</tr>\n<tr>\n<td>Data.userStateId</td>\n<td>Identifier of the state with which the user was created.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","User","v3","CreateUser"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e472dcd3-6f04-4456-81c3-ce493b64740a","name":"Successful with cell phone and country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}},\r\n    \"Mobile\": {{Mobile}},\r\n    \"CountryCode\": {{CountryCode}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:47:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"605"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ba86afbb-baff-48bc-9dee-91a40d45723e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"additionalInformation\": {\n            \"companyId\": 53,\n            \"userId\": 692193,\n            \"dependencyValueId\": 0,\n            \"companyHierarchyValueId\": 0,\n            \"userStateId\": 3,\n            \"acceptTermAndCondition\": false,\n            \"acceptHabeasData\": false,\n            \"isTestUser\": false,\n            \"isEditUserCore\": false,\n            \"isExternalUser\": false\n        },\n        \"userId\": 692193,\n        \"externalUserId\": 692193,\n        \"companyId\": 53,\n        \"companyName\": \"P demo dos pruebas desarrollo QA\",\n        \"email\": \"jhon.beltran@juju.com.co\",\n        \"userName\": \"jhon.gonzalez\",\n        \"cedula\": \"1023940618\",\n        \"fullName\": \"Jhon Gonzalez \",\n        \"firstName\": \"Jhon\",\n        \"lastName\": \"Gonzalez \",\n        \"Mobile\": \"3148730034\",\n        \"CountryCode\": 57,\n        \"pointsToAssign\": 0,\n        \"userStateId\": 3\n    }\n}"},{"id":"f2912d4c-0b70-48cc-91f1-bbc80c4f5d38","name":"Error - CompanyId field does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}},\r\n     \"Mobile\": {{Mobile}},\r\n    \"CountryCode\": {{CountryCode}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:06:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"224"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"08ee6058-6082-4deb-b782-4260d56d1b8a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": {\n        \"userId\": 0,\n        \"externalUserId\": 0,\n        \"companyId\": 0,\n        \"pointsToAssign\": 0,\n        \"userStateId\": 0\n    }\n}"},{"id":"8ae04314-c490-475c-8298-e26abbec7584","name":"Error - Repeat id (Cédula) - Repeat User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}},\r\n    \"Mobile\": {{Mobile}},\r\n    \"CountryCode\": {{CountryCode}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/CreateUser"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:10:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5c593b09-7b66-4844-92e6-5b71a04453cd"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 401,\n        \"message\": \"\",\n        \"success\": false\n    },\n    \"data\": {\n        \"userId\": 0,\n        \"externalUserId\": 0,\n        \"companyId\": 0,\n        \"pointsToAssign\": 0,\n        \"userStateId\": 0\n    }\n}"},{"id":"3429ec50-bb1a-4992-bf5b-5ddf6a09b953","name":"Error - Repeat Cell phone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Body\": {\r\n        \"companyId\": {{companyId}},\r\n        \"AdditionalInformation\": {\r\n            \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n            \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n        },\r\n        \"Email\": {{Email}},\r\n        \"UserName\": {{UserName}},\r\n        \"Cedula\": {{Cedula}},\r\n        \"FirstName\": {{FirstName}},\r\n        \"LastName\": {{LastName}},\r\n        \"PassWord\": {{PassWord}},\r\n        \"Mobile\": {{Mobile}},\r\n        \"CountryCode\": {{CountryCode}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Dec 2024 18:10:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0005a78d-d659-4d7c-bb98-72a5ff5a3051"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El celular ya está registrado por otro usuario\",\n        \"success\": false\n    }\n}"},{"id":"91e374b9-e8ca-4a70-a41f-0a7b4d4e1566","name":"Error - Invalid Cell phone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Body\": {\r\n        \"companyId\": {{companyId}},\r\n        \"AdditionalInformation\": {\r\n            \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n            \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n        },\r\n        \"Email\": {{Email}},\r\n        \"UserName\": {{UserName}},\r\n        \"Cedula\": {{Cedula}},\r\n        \"FirstName\": {{FirstName}},\r\n        \"LastName\": {{LastName}},\r\n        \"PassWord\": {{PassWord}},\r\n        \"Mobile\": {{Mobile}},\r\n        \"CountryCode\": {{CountryCode}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Dec 2024 18:10:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0005a78d-d659-4d7c-bb98-72a5ff5a3051"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 31487300 no es válido para el país especificado.\",\n        \"success\": false\n    }\n}"},{"id":"4717ff83-d517-4305-8db8-fb2a3667ff8a","name":"Error - Invalid Country Code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Body\": {\r\n        \"companyId\": {{companyId}},\r\n        \"AdditionalInformation\": {\r\n            \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n            \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n        },\r\n        \"Email\": {{Email}},\r\n        \"UserName\": {{UserName}},\r\n        \"Cedula\": {{Cedula}},\r\n        \"FirstName\": {{FirstName}},\r\n        \"LastName\": {{LastName}},\r\n        \"PassWord\": {{PassWord}},\r\n        \"Mobile\": {{Mobile}},\r\n        \"CountryCode\": {{CountryCode}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Dec 2024 18:10:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0005a78d-d659-4d7c-bb98-72a5ff5a3051"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un Código de país válido\",\n        \"success\": false\n    }\n}"},{"id":"7da34bf3-413c-4d92-bb74-54ff58c37789","name":"Successful without cell phone and country code Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"companyId\": {{companyId}},\r\n    \"AdditionalInformation\": {\r\n      \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n      \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n    },\r\n    \"Email\": {{Email}},\r\n    \"UserName\": {{UserName}},\r\n    \"Cedula\": {{Cedula}},\r\n    \"FirstName\": {{FirstName}},\r\n    \"LastName\": {{LastName}},\r\n    \"PassWord\": {{PassWord}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Apr 2023 21:47:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"605"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ba86afbb-baff-48bc-9dee-91a40d45723e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"additionalInformation\": {\n            \"companyId\": 53,\n            \"userId\": 692193,\n            \"dependencyValueId\": 0,\n            \"companyHierarchyValueId\": 0,\n            \"userStateId\": 3,\n            \"acceptTermAndCondition\": false,\n            \"acceptHabeasData\": false,\n            \"isTestUser\": false,\n            \"isEditUserCore\": false,\n            \"isExternalUser\": false\n        },\n        \"userId\": 692193,\n        \"externalUserId\": 692193,\n        \"companyId\": 53,\n        \"companyName\": \"P demo dos pruebas desarrollo QA\",\n        \"email\": \"jhon.beltran@juju.com.co\",\n        \"userName\": \"jhon.gonzalez\",\n        \"cedula\": \"1023940618\",\n        \"fullName\": \"Jhon Gonzalez \",\n        \"firstName\": \"Jhon\",\n        \"lastName\": \"Gonzalez \",\n        \"pointsToAssign\": 0,\n        \"userStateId\": 3\n    }\n}"},{"id":"c26b5a0e-9fc4-4a52-a910-7eceb7b28814","name":"Error - mandatory cell phone","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Body\": {\r\n        \"companyId\": {{companyId}},\r\n        \"AdditionalInformation\": {\r\n            \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n            \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n        },\r\n        \"Email\": {{Email}},\r\n        \"UserName\": {{UserName}},\r\n        \"Cedula\": {{Cedula}},\r\n        \"FirstName\": {{FirstName}},\r\n        \"LastName\": {{LastName}},\r\n        \"PassWord\": {{PassWord}},\r\n        //\"Mobile\": {{Mobile}},\r\n        \"CountryCode\": {{CountryCode}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Dec 2024 18:10:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0005a78d-d659-4d7c-bb98-72a5ff5a3051"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El campo 'Celular' es obligatorio\",\n        \"success\": false\n    }\n}"},{"id":"7fe8a7dc-dbb0-4734-adb7-c4b0a63955c3","name":"Error - mandatory country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Body\": {\r\n        \"companyId\": {{companyId}},\r\n        \"AdditionalInformation\": {\r\n            \"AcceptTermAndCondition\": {{AcceptTermAndCondition}},\r\n            \"AcceptHabeasData\": {{AcceptHabeasData}}\r\n        },\r\n        \"Email\": {{Email}},\r\n        \"UserName\": {{UserName}},\r\n        \"Cedula\": {{Cedula}},\r\n        \"FirstName\": {{FirstName}},\r\n        \"LastName\": {{LastName}},\r\n        \"PassWord\": {{PassWord}},\r\n        \"Mobile\": {{Mobile}}\r\n        //\"CountryCode\": {{CountryCode}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/CreateUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Dec 2024 18:10:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0005a78d-d659-4d7c-bb98-72a5ff5a3051"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un Código de país válido\",\n        \"success\": false\n    }\n}"}],"_postman_id":"3a075bfa-835f-446c-b9c3-3d9925c01c0f"},{"name":"Upload Points","event":[{"listen":"prerequest","script":{"exec":["var operationDate = `${new Date().getTime()}`;\r","console.log(operationDate);\r",""],"type":"text/javascript"}},{"listen":"test","script":{"exec":[""],"type":"text/javascript"}}],"id":"b500051a-94bd-4585-b6af-b3911210a6c5","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 2\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints","description":"<p>This functionality allows the loading of points to different users.</p>\n<p><strong>Important</strong></p>\n<ul>\n<li><p>The requests sent through this API will be queued due to concurrency in the loading of points. They will be processed later by a background process.</p>\n</li>\n<li><p>Each operation has a limit of a maximum of 100 records. It is advised to send multiple records (between 1 to 100) for each operation to prevent massive queuing.</p>\n</li>\n<li><p>To perform the loading, it is mandatory to send one of the two fields, UserName or UserId; it is not necessary to send both since the load can be associated with either.</p>\n</li>\n<li><p>The user must be active for the points loading to be carried out. This error would be seen in the background task.</p>\n</li>\n<li><p>The company must have available points if its type of negotiation is the purchase of points, as validation against the portfolio is performed. This error would be seen in the background task.</p>\n</li>\n<li><p>If a negative load is performed, it is validated that the subtraction does not result in less than zero (0) as it will generate an error if so. This error would be seen in the background task.</p>\n</li>\n</ul>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 229ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>String</td>\n<td>OperationId</td>\n<td>Unique operation identifier. This code allows the client to request information about a particular petition and will be generated by the client. This code is a string type and can contain whatever the API client deems necessary for management and tracking as long as it does not exceed 40 characters and is unique in every way (consider using a GUID or concatenating year, month, day, hour, minute, millisecond with an internal ID).</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>Body.CompanyId</td>\n<td>Unique identifier of the company.</td>\n</tr>\n<tr>\n<td>Decimal</td>\n<td>Body.ChecksumPoints</td>\n<td>Contains the total sum of the points. If this sum does not correspond to the total points loaded in the rows sent, the load will be rejected.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>Body.ChecksumRecords</td>\n<td>Contains the total sum of the rows. If this sum does not match the total rows sent, the load will be rejected.</td>\n</tr>\n<tr>\n<td>Array</td>\n<td>Body.Records</td>\n<td>Array with point loads for different users.</td>\n</tr>\n<tr>\n<td>String</td>\n<td>Body.Records.OperationDate</td>\n<td>Operation date in unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Boolean</td>\n<td>Body.Records.IsVisible</td>\n<td>Indicates if the record wants to be visible to the user in their point history.</td>\n</tr>\n<tr>\n<td>String</td>\n<td>Body.Records.UserName</td>\n<td>Unique client identifier. It is not mandatory if the UserId field is sent.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>Body.Records.UserId</td>\n<td>Username to which points will be loaded. It is not mandatory if the UserName field is sent.</td>\n</tr>\n<tr>\n<td>Decimal</td>\n<td>Body.Records.Points</td>\n<td>Points loaded to the user.</td>\n</tr>\n<tr>\n<td>String</td>\n<td>Body.Records.Concept</td>\n<td>Concept or reason for the load.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request</td>\n</tr>\n<tr>\n<td>data.saaSPointsUploadId</td>\n<td>Unique operation identifier generated by the system.</td>\n</tr>\n<tr>\n<td>data.checksumPoints</td>\n<td>Contains the total sum of the points.</td>\n</tr>\n<tr>\n<td>data.checksumRecords</td>\n<td>Contains the total sum of the rows.</td>\n</tr>\n<tr>\n<td>data.records.operationDate</td>\n<td>Operation date in unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>data.records.isVisible</td>\n<td>Indicates if the record wants to be visible to the user in their point history.</td>\n</tr>\n<tr>\n<td>data.records.adminUserId</td>\n<td>Unique identifier of the admin user performing the load. Default value is 0.</td>\n</tr>\n<tr>\n<td>data.records.userId</td>\n<td>Username to which points will be loaded.</td>\n</tr>\n<tr>\n<td>data.records.operationTypeId</td>\n<td>Unique identifier of the operation type. Default value is 0.</td>\n</tr>\n<tr>\n<td>data.records.points</td>\n<td>Points loaded to the user.</td>\n</tr>\n<tr>\n<td>data.records.concept</td>\n<td>Concept or reason for the load.</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td>State of the operation. Being an asynchronous operation its value is 0 which means not started.</td>\n</tr>\n<tr>\n<td>data.companyId</td>\n<td>Company ID performing the load. Default value is</td>\n</tr>\n<tr>\n<td>data.isExpiringPoints</td>\n<td>Determines if it is a point expiration operation. Default value is 0.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","PointsHistory","v1","UploadPoints"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8a069e8c-ff07-4c78-85b7-87b8663fcdc6","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 2\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:45:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"494"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"fa8418a2-310a-43e4-a371-806c1db34318"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"saaSPointsUploadId\": 2444,\n        \"checksumPoints\": 200,\n        \"checksumRecords\": 2,\n        \"records\": [\n            {\n                \"operationDate\": 1681191584027,\n                \"isVisible\": true,\n                \"adminUserId\": 0,\n                \"userId\": 0,\n                \"operationTypeId\": 0,\n                \"points\": 100,\n                \"concept\": \"Carga de puntos de ejemplo # 1\"\n            },\n            {\n                \"operationDate\": 1681191584027,\n                \"isVisible\": true,\n                \"adminUserId\": 0,\n                \"userId\": 692101,\n                \"operationTypeId\": 0,\n                \"points\": 100,\n                \"concept\": \"Carga de puntos de ejemplo # 2\"\n            }\n        ],\n        \"state\": 0,\n        \"companyId\": 0,\n        \"isExpiringPoints\": 0\n    }\n}"},{"id":"7e2eb58a-85e8-4e25-9d66-c2127d8939d2","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:34:24 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"juju-transaction-id","value":"afd4c6ad-23ca-47aa-9140-d03936935f27"}],"cookie":[],"responseTime":null,"body":""},{"id":"5390e47b-00c7-4f5f-ba43-7d220227d7b1","name":"Error - Internal Error - No Records","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:20:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"751bfb09-a33d-45eb-928f-4400df293e74"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": {\n        \"ResponseCode\": 500,\n        \"Message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\"\n    }\n}"},{"id":"2c9b3013-3671-4d8e-b73f-28a8699ef97c","name":"Error - Internal Error - OperationDate Not Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 2\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:21:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c6487291-75d9-4ee3-ae64-60202f4565f7"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": {\n        \"ResponseCode\": 500,\n        \"Message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\"\n    }\n}"},{"id":"d28a18a7-3f38-40cd-a2af-93ec87fe470b","name":"Error - Internal Error - Concept Not Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:23:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"fe0dcacc-26fb-4bfd-a7ae-6729770ea73c"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": {\n        \"ResponseCode\": 500,\n        \"Message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\"\n    }\n}"},{"id":"82ef8ad3-f3b3-4b64-acfa-429e495fc2bf","name":"Error - Unauthorized - CompanyId Not Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"OperationId\": \"Operation.No.00001\",\r\n  \"Body\": {\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 2\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:24:20 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"4524c5fe-8682-43b2-8a4d-8a4e95d8cb84"}],"cookie":[],"responseTime":null,"body":""},{"id":"81017b79-23f2-4e42-9a70-45e6c05c2916","name":"Error - Internal Error - OperationId Not Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"Body\": {\r\n    \"CompanyId\": {{JJSaaSCompanyId}},\r\n    \"ChecksumPoints\": 200,\r\n    \"ChecksumRecords\": 2,\r\n    \"Records\": [\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserName\": \"afrodriguezc18\",\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 1\"\r\n      },\r\n      {\r\n        \"OperationDate\": \"1681191584027\",\r\n        \"IsVisible\": true,\r\n        \"UserId\": 692101,\r\n        \"Points\": 100,\r\n        \"Concept\": \"Carga de puntos de ejemplo # 2\"\r\n      }\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/UploadPoints"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 20:24:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5918349e-96c0-4f88-81fd-db3d0c69f49e"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": {\n        \"ResponseCode\": 500,\n        \"Message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\"\n    }\n}"}],"_postman_id":"b500051a-94bd-4585-b6af-b3911210a6c5"},{"name":"Get Available Points","id":"002e28c6-47bc-4097-aabc-c17a2dad991e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/User/v1/GetAvailablePoints?UserId=692101&CompanyId={{JJSaaSCompanyId}}","description":"<p>This functionality allows querying the number of available points for a user.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 232ms</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Success indicator of the request</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Amount of available points. If a response other than 200 is generated, this field will be empty.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","User","v1","GetAvailablePoints"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique identifier of the user.</p>\n","type":"text/plain"},"key":"UserId","value":"692101"},{"description":{"content":"<p>Unique identifier of the company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{JJSaaSCompanyId}}"}],"variable":[]}},"response":[{"id":"fca5f53e-6820-46ad-b911-d3ffcbe79605","name":"Error - Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/GetAvailablePoints?UserId=0&CompanyId=401","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","GetAvailablePoints"],"query":[{"key":"UserId","value":"0"},{"key":"CompanyId","value":"401"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 04:36:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\", error_description=\"The token expired at '04/11/2023 04:23:56'\""},{"key":"juju-transaction-id","value":"5efe9c71-b1e2-42fe-ae3b-c490d74de610"}],"cookie":[],"responseTime":null,"body":""},{"id":"aa698c82-268e-4ab1-9576-a749cd7c4a22","name":"Error - BadRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/GetAvailablePoints?UserId=692101x&CompanyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","GetAvailablePoints"],"query":[{"key":"UserId","value":"692101x","description":"Identificador único del usuario"},{"key":"CompanyId","value":"{{JJSaaSCompanyId}}","description":"Identificador único de la compañía"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 04:52:56 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"d19e2f95-43a6-48d7-8c57-61f07b727e18"}],"cookie":[],"responseTime":null,"body":""},{"id":"693916ff-0973-4ca6-8b96-cd602e9e814f","name":"Error - User Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/GetAvailablePoints?UserId=99999&CompanyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","GetAvailablePoints"],"query":[{"key":"UserId","value":"99999"},{"key":"CompanyId","value":"{{JJSaaSCompanyId}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 04:23:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"3251b95e-48c3-40b1-b630-bb1050c74573"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 404,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    },\n    \"data\": \"\"\n}"},{"id":"86dcbd9d-a1b0-4e5c-8352-49684f8d3d6b","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/GetAvailablePoints?UserId=692101&CompanyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","GetAvailablePoints"],"query":[{"key":"UserId","value":"692101"},{"key":"CompanyId","value":"{{JJSaaSCompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 04:44:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ed7923dc-eac2-4edc-8f8e-b96d74066ded"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": \"10\"\n}"}],"_postman_id":"002e28c6-47bc-4097-aabc-c17a2dad991e"},{"name":"Get Available Points & PadLocked Points","id":"6b99fe31-9233-4f3b-acc3-a9a63331a3c1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"set_attributes\":\r\n    {\r\n        \"userId\":692101,\r\n        \"companyId\":{{JJSaaSCompanyId}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints","description":"<p>This functionality allows querying both the available points and the Padlocked points of a user.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 240ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data type</th>\n<th>Parameter</th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>set_attributes.userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>set_attributes.companyId</td>\n<td>Unique identifier of the company. Sending an ID not configured for the user will result in Unauthorized</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>redirect_to_node</td>\n<td>Redirection node. Applies only for chatbot.</td>\n</tr>\n<tr>\n<td>set_attributes.availablePoints</td>\n<td>Amount of available points for the queried user</td>\n</tr>\n<tr>\n<td>set_attributes.padlockedPoints</td>\n<td>Amount of locked points for the queried user</td>\n</tr>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","User","v3","GetAvailablePoints"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2a6f93c7-1d86-4bb1-a424-8834da2d6d7d","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:11:38 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"juju-transaction-id","value":"66983da9-122a-4c76-a0a5-fa7c67809585"}],"cookie":[],"responseTime":null,"body":""},{"id":"dbc3b69c-8e8c-4df8-8c83-c360e40c8ed7","name":"Error - BadRequest - No Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:17:32 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"fb8d7b02-f672-4a93-b355-6b0ded309ba4"}],"cookie":[],"responseTime":null,"body":""},{"id":"af5e86fa-d241-4022-a723-2f11841db377","name":"Error - BadRequest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"set_attributes\":\r\n    {\r\n        \"userId\":0,\r\n        \"companyId\":0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:14:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"e73ad27a-dc90-4db7-abc8-2e40ba0738c0"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [\n        \"Default\"\n    ],\n    \"set_attributes\": \"\",\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"b4afff98-a727-4101-b275-935b79c215ab","name":"Error - User Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"set_attributes\":\r\n    {\r\n        \"userId\":6921010,\r\n        \"companyId\":{{JJSaaSCompanyId}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:13:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"110"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"6e12874c-f2d9-4bad-88a1-2a92c6c589e0"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [\n        \"Default\"\n    ],\n    \"set_attributes\": {},\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"},{"id":"a8db00f7-2331-40bf-800d-9c3b85f35022","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"set_attributes\":\r\n    {\r\n        \"userId\":692101,\r\n        \"companyId\":{{JJSaaSCompanyId}}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/v3/GetAvailablePoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 05:13:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"154"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"eb605ffc-15e2-4668-8536-7fc78ed09d34"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirect_to_node\": [\n        \"Default\"\n    ],\n    \"set_attributes\": {\n        \"availablePoints\": \"10\",\n        \"padlockedPoints\": \"0\"\n    },\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"}],"_postman_id":"6b99fe31-9233-4f3b-acc3-a9a63331a3c1"},{"name":"History Upload Points & Redemptions","id":"d8abda21-7d73-469b-85d1-a1b22de4f582","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&TypeQuery=1&PageSize=10&ActualPage=1","description":"<p>This functionality allows for querying the point load operations and redemptions of the consulted user.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 463ms</p>\n<p><strong>Recommended page size:</strong> 200 per page</p>\n<h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>data.totalRecords</td>\n<td>Total operations of the user.</td>\n</tr>\n<tr>\n<td>data.actualPage</td>\n<td>Current page.</td>\n</tr>\n<tr>\n<td>data.pageSize</td>\n<td>Page size.</td>\n</tr>\n<tr>\n<td>data.collection</td>\n<td>Collection of operations associated with the user.</td>\n</tr>\n<tr>\n<td>data.collection.item.operationDateUnix</td>\n<td>Operation date in unix format (milliseconds elapsed since 1970/01/01 until today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>data.collection.item.pointsChange</td>\n<td>Amount of points associated with the operation.</td>\n</tr>\n<tr>\n<td>data.collection.item.description</td>\n<td>The text entered in the case of Loads (only applies if TypeQuery equals 1)</td>\n</tr>\n<tr>\n<td>data.collection.item.operationRegistryId</td>\n<td>The unique identifier of the operation.</td>\n</tr>\n<tr>\n<td>data.collection.item.operationType</td>\n<td>Type of operation. The values returned are as follows:  <br />- Redemption: 1  <br />- Point load: 2  <br />- Administrator modification: 4</td>\n</tr>\n<tr>\n<td>data.collection.item.pointsChangeFormat</td>\n<td>Amount of points.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique user identifier.</p>\n","type":"text/plain"},"key":"UserId","value":"692101"},{"description":{"content":"<p>Type of operation, if it equals 1 you will get the point recharge operations, and if it equals 2 you will get the redemption operations.</p>\n","type":"text/plain"},"key":"TypeQuery","value":"1"},{"description":{"content":"<p>Page size.</p>\n","type":"text/plain"},"key":"PageSize","value":"10"},{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"ActualPage","value":"1"}],"variable":[]}},"response":[{"id":"98c057f3-f5d7-475b-b772-6c2b260c841a","name":"Error - Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&TypeQuery=1&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101"},{"key":"TypeQuery","value":"1"},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:39:04 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"WWW-Authenticate","value":"Bearer"},{"key":"juju-transaction-id","value":"953e71e6-2cfa-438c-9f9a-884c1d946b43"}],"cookie":[],"responseTime":null,"body":""},{"id":"8a749311-a5e6-4a05-87c1-b99a26eaf50b","name":"Error - BadRequest - No Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101","disabled":true},{"key":"TypeQuery","value":"1","disabled":true},{"key":"PageSize","value":"10","disabled":true},{"key":"ActualPage","value":"1","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:39:39 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"a5961619-d323-4d50-968a-2f5e22ec613e"}],"cookie":[],"responseTime":null,"body":""},{"id":"e52981f4-de29-45cb-a6a1-d3886bad62e9","name":"Error - BadRequest - TypeQuery Not Set","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101"},{"key":"TypeQuery","value":"1","disabled":true},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:41:29 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"75782180-39a5-4a57-9259-69d842708935"}],"cookie":[],"responseTime":null,"body":""},{"id":"1b3e4ab5-af23-42cb-9a45-bc5356b94718","name":"Error - BadRequest - Wrong TypeQuery","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&TypeQuery=3&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101"},{"key":"TypeQuery","value":"3"},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:42:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"60834217-df19-49cd-9583-4119bfb086e2"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"1e4869c1-7b6f-4fdd-bfe8-b2cf49cb3585","name":"Error - User Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=6921010&TypeQuery=1&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"6921010"},{"key":"TypeQuery","value":"1"},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:40:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"5c11adc7-80f7-46c0-9aa7-7791635fbafd"}],"cookie":[],"responseTime":null,"body":"{\n    \"Header\": {\n        \"ResponseCode\": 500,\n        \"Message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\"\n    }\n}"},{"id":"9696eca2-5aee-4fd6-9c18-190d36423a00","name":"Successful - Points","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&TypeQuery=1&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101"},{"key":"TypeQuery","value":"1"},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:43:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"471"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"a49b433a-ce38-46b2-9c5b-b7d36794d3f8"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 2,\n        \"actualPage\": 1,\n        \"pageSize\": 10,\n        \"collection\": [\n            {\n                \"operationDateUnix\": 1681174658367,\n                \"pointsChange\": 200000,\n                \"description\": \"Puntos de prueba 2\",\n                \"operationRegistryId\": 692101,\n                \"operationType\": 4,\n                \"pointsChangeFormat\": \"200.000\"\n            },\n            {\n                \"operationDateUnix\": 1680619896000,\n                \"pointsChange\": 10,\n                \"description\": \"Puntos de prueba\",\n                \"operationRegistryId\": 5456,\n                \"operationType\": 2,\n                \"pointsChangeFormat\": \"10\"\n            }\n        ]\n    }\n}"},{"id":"67f27803-0400-4e92-8a5f-33a6fa2fe7b5","name":"Successful - Redemptions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetOperationsOnlyLoadAndRedemtion?UserId=692101&TypeQuery=2&PageSize=10&ActualPage=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetOperationsOnlyLoadAndRedemtion"],"query":[{"key":"UserId","value":"692101"},{"key":"TypeQuery","value":"2"},{"key":"PageSize","value":"10"},{"key":"ActualPage","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 06:44:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"273"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8693bbec-b2e8-4b95-bce0-67cca2cbe519"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 10,\n        \"collection\": [\n            {\n                \"operationDateUnix\": 1681174740403,\n                \"pointsChange\": -35715,\n                \"description\": \"\",\n                \"operationRegistryId\": 210295,\n                \"operationType\": 1,\n                \"pointsChangeFormat\": \"-35.715\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d8abda21-7d73-469b-85d1-a1b22de4f582"},{"name":"Shipping Address Select","id":"2be94137-d260-4fda-aacd-a80d49453bfd","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102882,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select","description":"<p>This functionality allows the selection of the default shipping method for a user, depending on their cashout.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 286ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique user identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body-cashout-1\"><strong>Response Body (Cashout 1):</strong></h3>\n<p>JUJU highly values user satisfaction, so please follow the below structure to input information according to the address structure.</p>\n<img src=\"https://content.pstmn.io/bf4f31da-a7c0-4178-9dac-30b8a84ed09c/RWplbXBsb19EaXJlY2Npw7NuLnBuZw==\" alt=\"Address%20example\" />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 204 No Content, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request</td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.firstName</td>\n<td>First name(s) of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.lastName</td>\n<td>Last name(s) of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.birthDate</td>\n<td>Birthdate of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.firstName</td>\n<td>If the primary contact is not at the address, provide the first name(s) of the second contact.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.lastName</td>\n<td>If the primary contact is not at the address, provide the last name(s) of the second contact.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.birthDate</td>\n<td>If the primary contact is not at the address, provide the birth date of the second contact.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.divipolaCode</td>\n<td>The code assigned by DANE (DIVIPOLA) is a six-digit code with a leading zero (at the municipal level). If you have any doubts about these codes, you can consult the following:  <br />  <br />Department Query: For this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3 and Grouper1 = 1.  <br />  <br />Municipality Query: For this case, you can consult our COMPLEX RESOURCE QUERY API with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Department selected from the previous guide}}, and with this, the Description2 field will have the DANE code.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.). For this case, you can consult our GUIDE QUERY FOR RESOURCES API with ProcessGuideHeaderId = 3.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.). For this case, you can consult our GUIDE QUERY FOR RESOURCES API with ProcessGuideHeaderId = 6.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr8</td>\n<td>Corresponds to the office/apartment/interior number etc.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.customName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>Number of units.</td>\n</tr>\n<tr>\n<td>data.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body-cashout-2\">Response body (Cashout 2)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress2.couponOwner.email</td>\n<td>Email address to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>data.shippingAddress2.customName</td>\n<td>Custom name of the email.</td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>Number of units.</td>\n</tr>\n<tr>\n<td>data.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body-cashout-3\">Response body (Cashout 3)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.phoneNumber</td>\n<td>Mobile phone number for the recharge.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.operator</td>\n<td>Corresponds to the GrouperId of the type of recharge operator (Movistar, Tigo, Avantel, etc.). For this case, consult our RESOURCE QUERY API with ProcessGuideHeaderId = 4</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.customName</td>\n<td>Custom name for the mobile number.</td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>Number of units.</td>\n</tr>\n<tr>\n<td>data.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body-cashout-4\">Response body (Cashout 4)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentType</td>\n<td>Corresponds to the GrouperId of the type of document (Citizenship ID, Foreign ID, etc.). For this case, consult our RESOURCE QUERY API with ProcessGuideHeaderId = 1, owner of the PCO account.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.birthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.customName</td>\n<td>Custom name of the PCO account</td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>Number of units.</td>\n</tr>\n<tr>\n<td>data.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body-cashout-5\">Response body (Cashout 5)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.firstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.lastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentType</td>\n<td>Corresponds to the GrouperId of the type of document (Citizenship ID, Foreign ID, etc.). For this case, consult our RESOURCE QUERY API with ProcessGuideHeaderId = 1, of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>Mobile phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.quantity</td>\n<td>Number of units.</td>\n</tr>\n<tr>\n<td>data.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Select"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5d15cedb-c2dc-425b-b98d-8e725efd4917","name":"Successful - Cashout 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102882,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:15:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"494"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"060080d6-9d1c-48eb-bef8-e45e75dc557a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102871,\n        \"shippingAddress1\": {\n            \"contact1\": {\n                \"firstName\": \"Andrés\",\n                \"lastName\": \"Rodríguez\",\n                \"birthDate\": -62135596800000\n            },\n            \"contact2\": {\n                \"firstName\": \"Jeniffer\",\n                \"lastName\": \"Ariza\",\n                \"birthDate\": -62135596800000\n            },\n            \"divipolaCode\": \"11001000\",\n            \"addr1\": 6,\n            \"addr2\": \"14E\",\n            \"addr3\": \"49D\",\n            \"addr4\": \"15\",\n            \"addr5\": \"La Capilla\",\n            \"addr6\": 2,\n            \"addr7\": \"\",\n            \"addr8\": \"\",\n            \"customName\": \"Dirección\"\n        },\n        \"userId\": 692101,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"ca865228-6d95-42ca-8f6a-0144525c3d7e","name":"Successful - Cashout 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102863,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:16:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"366cadc6-9237-4675-8fbd-eb6619e255cc"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102863,\n        \"shippingAddress2\": {\n            \"couponOwner\": {\n                \"email\": \"andresfrodriguezc18@gmail.com\"\n            },\n            \"customName\": \"Andrés\"\n        },\n        \"userId\": 692101,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"33acf533-0719-41a9-a134-37f728be6bc3","name":"Successful - Cashout 3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102875,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:17:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"138bf686-1815-4f11-b55f-1fdc90ed2409"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102875,\n        \"shippingAddress3\": {\n            \"reload\": {\n                \"phoneNumber\": \"3214853106\"\n            },\n            \"operator\": 3,\n            \"customName\": \"Celular\"\n        },\n        \"userId\": 692101,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"caf50770-7322-4a72-9a1c-7aff0858e968","name":"Successful - Cashout 4","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102870,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:17:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8d7fb198-fc2f-4347-b730-bdff6fbe302d"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102870,\n        \"shippingAddress4\": {\n            \"accountHolder\": {\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1233495856\"\n                },\n                \"birthDate\": -62135596800000\n            },\n            \"customName\": \"Andrés Felipe\"\n        },\n        \"userId\": 692101,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"8c292c62-1f0d-468b-84d1-dcdc226c1feb","name":"Successful - Cashout 5","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102865,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:18:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"399"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"e5b2de7c-8c6e-470d-84b8-4ef7d0ac28ec"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102865,\n        \"shippingAddress5\": {\n            \"beneficiary\": {\n                \"firstName\": \"Andres \",\n                \"lastName\": \"Rodriguez\",\n                \"identification\": {\n                    \"documentType\": 1,\n                    \"documentNumber\": \"1233495858\"\n                },\n                \"contact\": {\n                    \"phoneNumber\": \"3214853106\",\n                    \"email\": \"andresfrodriguezc18@gmail.com\"\n                }\n            }\n        },\n        \"userId\": 692101,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"621570c7-d587-4786-9059-509b2c227cc0","name":"Error - Internal Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102865\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:20:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"227"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"e7ae1e0f-2012-4a13-b442-1ad181fc7843"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"dc41f1d5-2341-4ad7-a162-f6bc1da43005","name":"Error - BadRequest - ShippingAddressId Not Set","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": 692102\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:20:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"205"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8ce17b0e-3c82-4541-bf08-6e6162320e39"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"bd98f9fe-605d-4865-88f4-d7d6331c0274","name":"Error - Shipping Address Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102866,\r\n  \"UserId\": 692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Nov 2023 23:29:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"897ae211-c363-4d8e-b2ec-e4dc17b57611"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"d6091b0c-949b-46b6-811c-add86c673c66","name":"Error - Shipping Address User Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102866,\r\n  \"UserId\": 768678678\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Nov 2023 23:30:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a114b8ad-30e6-42c4-9ebb-1e63b011aded"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"}],"_postman_id":"2be94137-d260-4fda-aacd-a80d49453bfd"},{"name":"Shipping Address Get V1","id":"36c09b45-7060-41ba-8f95-d7f66364c9b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\":692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Get","description":"<p>This functionality allows querying all dispatch methods associated with an user.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<h3 id=\"request-body\"><strong>Request Body</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique user identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<p>For JUJU, user satisfaction is very important. Therefore, the following structure should be taken into account to enter information according to the address structure.</p>\n<img src=\"https://content.pstmn.io/bf4f31da-a7c0-4178-9dac-30b8a84ed09c/RWplbXBsb19EaXJlY2Npw7NuLnBuZw==\" alt=\"Address%20example\" />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request</td>\n</tr>\n<tr>\n<td>data</td>\n<td>ArreglArray with all the dispatch methods associated with an user</td>\n</tr>\n<tr>\n<td><strong>Cashout 1</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.item5.shippingAddressId</td>\n<td>Unique identifier of the dispatch method.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.firstName</td>\n<td>First name(s) of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.lastName</td>\n<td>Last name(s) of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.birthDate</td>\n<td>Birthdate of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.firstName</td>\n<td>First name(s) of the secondary contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.lastName</td>\n<td>Last name(s) of the secondary contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.birthDate</td>\n<td>Birthdate of the secondary contact if the primary contact is not at the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.divipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipal level). For doubts, you can consult  <br />  <br />Department Query with our COMPLEX RESOURCE QUERY API using ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Query with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Selected Department from the previous guide}}, which will have the DANE code in the Description2 field.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.). For this case, you can consult our GUIDE FOR RESOURCE QUERY API with ProcessGuideHeaderId = 3.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.). For this case, you can consult our GUIDE FOR RESOURCE QUERY API with ProcessGuideHeaderId = 6.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr8</td>\n<td>Corresponds to the number of the office/apartment/interior, etc.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.customName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.item5.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.item5.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.item5.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 2</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddressId</td>\n<td>Unique identifier of the dispatch method</td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddress2.couponOwner.email</td>\n<td>Email address to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddress2.customName</td>\n<td>Custom name of the email address.</td>\n</tr>\n<tr>\n<td>data.Item1.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.Item1.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.Item1.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item1.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 3</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddressId</td>\n<td>Unique identifier of the dispatch method.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.reload.phoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.). For this case, you can consult our RESOURCE QUERY API with ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.customName</td>\n<td>Custom name of the cell phone number.</td>\n</tr>\n<tr>\n<td>data.Item4.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.Item4.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.Item4.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item4.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 4</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddressId</td>\n<td>Unique identifier of the dispatch method.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.). For this case, you can consult our RESOURCE QUERY API with ProcessGuideHeaderId = 1, owner of the PCO account.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.identification.documentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.birthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.customName</td>\n<td>Custom name of the PCO account.</td>\n</tr>\n<tr>\n<td>data.Item3.userid</td>\n<td>Unique identifier of the user.</td>\n</tr>\n<tr>\n<td>data.Item3.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.Item3.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item3.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 5</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddressId</td>\n<td>Unique identifier of the dispatch method.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.firstName</td>\n<td>First name(s) of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.lastName</td>\n<td>Last name(s) of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.). For this case, you can consult our RESOURCE QUERY API with ProcessGuideHeaderId = 1, of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.identification.documentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.contact.email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.masterProductId</td>\n<td>Unique identifier of the product.</td>\n</tr>\n<tr>\n<td>data.Item2.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item2.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Get"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"11e3eb0a-654f-46e0-aacd-269358a23fcd","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:48:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1486"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"edec9b59-446d-44e5-85d6-379973a35463"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"shippingAddressId\": 102863,\n            \"shippingAddress2\": {\n                \"couponOwner\": {\n                    \"email\": \"andresfrodriguezc18@gmail.com\"\n                },\n                \"customName\": \"Andrés\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102865,\n            \"shippingAddress5\": {\n                \"beneficiary\": {\n                    \"firstName\": \"Andres \",\n                    \"lastName\": \"Rodriguez\",\n                    \"identification\": {\n                        \"documentType\": 1,\n                        \"documentNumber\": \"1233495858\"\n                    },\n                    \"contact\": {\n                        \"phoneNumber\": \"3214853106\",\n                        \"email\": \"andresfrodriguezc18@gmail.com\"\n                    }\n                }\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102870,\n            \"shippingAddress4\": {\n                \"accountHolder\": {\n                    \"identification\": {\n                        \"documentType\": 2,\n                        \"documentNumber\": \"1233495856\"\n                    },\n                    \"birthDate\": -62135596800000\n                },\n                \"customName\": \"Andrés Felipe\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102875,\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3214853106\"\n                },\n                \"operator\": 3,\n                \"customName\": \"Celular\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102882,\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Andrés\",\n                    \"lastName\": \"Rodríguez\",\n                    \"birthDate\": -62135596800000\n                },\n                \"contact2\": {\n                    \"firstName\": \"Jeniffer\",\n                    \"lastName\": \"Ariza\",\n                    \"birthDate\": -62135596800000\n                },\n                \"divipolaCode\": \"11001000\",\n                \"addr1\": 6,\n                \"addr2\": \"14E\",\n                \"addr3\": \"49D\",\n                \"addr4\": \"15\",\n                \"addr5\": \"La Capilla\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Andrés - Casa\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        }\n    ]\n}"},{"id":"9773cb5f-5f71-4619-aaf7-7df280c51639","name":"Error - Internal Error - User Not Found","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Get"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:49:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"d84741e1-d7ee-4233-bc93-c4eca77ee8e4"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": []\n}"},{"id":"2e994367-5833-44ac-84a0-812b897bc7e5","name":"Error - BadRequest","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Get"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:50:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"f8a3f189-9fe9-44d7-ab94-ea2f299fb41e"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36c09b45-7060-41ba-8f95-d7f66364c9b1"},{"name":"Shipping Address Get V3","id":"cc23df3e-df9d-478b-8077-d6d6a7587cb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\":692101\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Get","description":"<p>This request functionality allows querying all dispatch methods associated with a user, including the country of origin of the registered cell phones.</p>\n<p><strong>Scope:</strong> <code>user_scope</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>userId</td>\n<td>Unique identifier of the user.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<p>For JUJU, user satisfaction is paramount; therefore, it's important to follow the below structure to input information according to the address structure.</p>\n<p>This structured format ensures clarity and precision in API documentation, facilitating better understanding and implementation of the functionality for querying user-associated dispatch methods, including details on the country of origin for registered mobile numbers.</p>\n<img src=\"https://content.pstmn.io/bf4f31da-a7c0-4178-9dac-30b8a84ed09c/RWplbXBsb19EaXJlY2Npw7NuLnBuZw==\" alt=\"Address%20example\" />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Error message</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Request success indicator</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Array with all shipping methods associated with a user.</td>\n</tr>\n<tr>\n<td><strong>Cashout 1</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.item5.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.firstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.lastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.contact.phoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.contact.countryId</td>\n<td>Country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.contact.countryCode</td>\n<td>Dial code associated with the country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact1.birthDate</td>\n<td>Birth date of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.firstName</td>\n<td>If the contact person is not at the address, provide the first names of contact 2.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.lastName</td>\n<td>If the contact person is not at the address, provide the last names of contact 2.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.contact2.birthDate</td>\n<td>If the contact person is not at the address, provide the birth date of contact 2.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.divipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipal level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3, Grouper1 = 1 and Grouper2 = {{Department selected from the previous guide}} and with it the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 3</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 6</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.addr8</td>\n<td>Corresponds to the office/apartment/interior number etc.</td>\n</tr>\n<tr>\n<td>data.item5.shippingAddress1.customName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>data.item5.userid</td>\n<td>Unique user identifier.</td>\n</tr>\n<tr>\n<td>data.item5.masterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>data.item5.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.item5.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 2</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddress2.couponOwner.email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>data.Item1.shippingAddress2.customName</td>\n<td>Custom name for the email</td>\n</tr>\n<tr>\n<td>data.Item1.userid</td>\n<td>Unique user identifier.</td>\n</tr>\n<tr>\n<td>data.Item1.masterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>data.Item1.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item1.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 3</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.reload.phoneNumber</td>\n<td>Cell phone number subject to the recharge.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.reload.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.reload.countryCode</td>\n<td>Dial code associated with the country of the registered cell phone</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>data.Item4.shippingAddress3.customName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>data.Item4.userid</td>\n<td>Unique user identifier.</td>\n</tr>\n<tr>\n<td>data.Item4.masterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>data.Item4.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item4.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 4</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, account holder.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.identification.documentNumber</td>\n<td>Document number of the account holder.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.accountHolder.birthDate</td>\n<td>Birth date of the account holder.</td>\n</tr>\n<tr>\n<td>data.Item3.shippingAddress4.customName</td>\n<td>Custom name for the account.</td>\n</tr>\n<tr>\n<td>data.Item3.userid</td>\n<td>Unique user identifier.</td>\n</tr>\n<tr>\n<td>data.Item3.masterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>data.Item3.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item3.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n<tr>\n<td><strong>Cashout 5</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.firstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.lastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.identification.documentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.contact.email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.Item2.shippingAddress5.beneficiary.contact.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n<tr>\n<td>data.Item2.masterProductId</td>\n<td>Unique product identifier.</td>\n</tr>\n<tr>\n<td>data.Item2.quantity</td>\n<td>Quantity of units.</td>\n</tr>\n<tr>\n<td>data.Item2.typeCashOut</td>\n<td>Type of cashout.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Get"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf028a6d-9025-4ce2-8516-778375ba3baf","name":"Successful","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:15:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1603"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"c8e4459c-35bc-4a23-a459-577dadf849b8"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"shippingAddressId\": 102863,\n            \"shippingAddress2\": {\n                \"couponOwner\": {\n                    \"email\": \"andresfrodriguezc18@gmail.com\"\n                },\n                \"customName\": \"Andrés\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102865,\n            \"shippingAddress5\": {\n                \"beneficiary\": {\n                    \"firstName\": \"Andres \",\n                    \"lastName\": \"Rodriguez\",\n                    \"identification\": {\n                        \"documentType\": 1,\n                        \"documentNumber\": \"1233495858\"\n                    },\n                    \"contact\": {\n                        \"phoneNumber\": \"3214853106\",\n                        \"email\": \"andresfrodriguezc18@gmail.com\",\n                        \"countryId\": 0\n                    }\n                }\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102870,\n            \"shippingAddress4\": {\n                \"accountHolder\": {\n                    \"identification\": {\n                        \"documentType\": 2,\n                        \"documentNumber\": \"1233495856\"\n                    },\n                    \"birthDate\": -62135596800000\n                },\n                \"customName\": \"Andrés Felipe\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102875,\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3214853106\",\n                    \"countryId\": 22,\n                    \"countryCode\": 57\n                },\n                \"operator\": 3,\n                \"customName\": \"Celular\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        },\n        {\n            \"shippingAddressId\": 102882,\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Andrés\",\n                    \"lastName\": \"Rodríguez\",\n                    \"contact\": {\n                        \"phoneNumber\": \"3214853106\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    },\n                    \"birthDate\": -62135596800000\n                },\n                \"contact2\": {\n                    \"firstName\": \"Jeniffer\",\n                    \"lastName\": \"Ariza\",\n                    \"birthDate\": -62135596800000\n                },\n                \"divipolaCode\": \"11001000\",\n                \"addr1\": 6,\n                \"addr2\": \"14E\",\n                \"addr3\": \"49D\",\n                \"addr4\": \"15\",\n                \"addr5\": \"La Capilla\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Andrés - Casa\"\n            },\n            \"userId\": 692101,\n            \"masterProductId\": 0,\n            \"quantity\": 0,\n            \"typeCashOut\": 0\n        }\n    ]\n}"},{"id":"03070c73-bdf5-4d83-9f9d-395827b82a6f","name":"Error - Internal Error - User Not Found","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Get"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:16:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"close"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"b8644851-42d9-42f0-a591-8655f9511165"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    },\n    \"data\": []\n}"},{"id":"adc00154-edbe-47d2-8c81-e4440e2e75b5","name":"Error - BadRequest","originalRequest":{"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Get"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:16:35 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"706ad5e8-a9f0-4fd4-9d96-761c4a158750"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc23df3e-df9d-478b-8077-d6d6a7587cb7"},{"name":"Shipping Address  Create V1","id":"661f3ada-fd5f-4313-97c5-b21e9ba23e5c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"PhoneNumber\": {{PhoneNumber}},\r\n            \"Email\": \"{{Email}}\"\r\n        },\r\n        \"CustomName\": \"{{CustomName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create","description":"<p>Through this functionality, a shipping method is created for a user registered on the platform depending on the type of cashout of the product on the platform (Recharge: Cellphone; Physical Product: Shipping Address; Virtual Gift Card: Email, etc.) for the different API clients.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>Body.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero on the left (at the municipal level). If you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Department selected from the previous guide}} and with it, the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.). For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 3</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.). For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 6</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location of the property.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.). For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.). For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 1, account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birth date of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.). For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 1, gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of request success.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"150df16f-7954-4f9d-a4b4-52d381a760cc","name":"Successful - Cashuot 1","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"{{FirstName}}\",\r\n            \"LastName\": \"{{LastName}}\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"{{FirstName}}\",\r\n            \"LastName\": \"{{LastName}}\"\r\n        },\r\n        \"DivipolaCode\": \"{{DivipolaCode}}\",\r\n        \"Addr1\": \"{{Addr1}}\",\r\n        \"Addr2\": \"{{Addr2}}\",\r\n        \"Addr3\": \"{{Addr3}}\",\r\n        \"Addr4\": \"{{Addr4}}\",\r\n        \"Addr5\": \"{{Addr5}}\",\r\n        \"Addr6\": {{Addr6}},\r\n        \"Addr7\": \"{{Addr7}}\",\r\n        \"Addr8\": \"{{Addr8}}\",\r\n        \"Observation\": \"{{Observation}}\",\r\n        \"CustomName\": \"{{CustomName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 13:48:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"caea0cb0-e025-4735-a9a6-002ddbcaeefd"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102866\n    }\n}"},{"id":"dd979e8f-af92-4b5a-806b-8a8ebb1ba6e3","name":"Successful - Cashout 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"PhoneNumber\": {{PhoneNumber}},\r\n            \"Email\": \"{{Email}}\"\r\n        },\r\n        \"CustomName\": \"{{CustomName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 14:10:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"7f02635c-cd54-4ac3-b80c-518db03b9c6d"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102869\n    }\n}"},{"id":"6ddaead7-634d-4e88-bd86-48feb951a46f","name":"Successful - Cashout 3","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": {{userId}},\r\n  \"ShippingAddress3\": {\r\n    \"Reload\": {\r\n      \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n    },\r\n    \"CustomName\": \"{{CustomName}}\",\r\n    \"Operator\": {{Operator}}\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 14:28:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"ac850fe3-cb29-4ae3-a267-6a7c9a47f96e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102872\n    }\n}"},{"id":"82dcc3b2-9023-45be-9817-05cfa486a7d1","name":"Successful - Cashout 4","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": {{userId}},\r\n  \"ShippingAddress4\": {\r\n    \"AccountHolder\": {\r\n      \"identification\": {\r\n        \"DocumentType\": {{DocumentType}},\r\n        \"DocumentNumber\": \"{{DocumentNumber}}\"\r\n      }\r\n        \r\n    },\r\n    \"CustomName\": \"{{CustomName}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 14:34:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"07384d96-323d-441c-948b-9c433fa9563f"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102873\n    }\n}"},{"id":"984dbb77-2016-4478-9d11-82a524c1cf51","name":"Succecssful - Cashout 5","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"identification\": {\r\n                \"documentType\": {{documentType}},\r\n                \"documentNumber\": \"{{documentNumber}}\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"{{phoneNumber}}\",\r\n                \"email\": \"{{email}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:24:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"09b04c46-7303-4d81-9b2a-07684b35c402"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102877\n    }\n}"},{"id":"c6231e07-4a29-4427-829b-b0886793c60d","name":"Error - UserId does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"PhoneNumber\": {{PhoneNumber}},\r\n            \"Email\": \"{{Email}}\"\r\n        },\r\n        \"CustomName\": \"{{CustomName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:15:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"7e1a0662-2314-4c14-9161-1d0f45717709"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"d9661733-daab-4b20-a710-58e8e889163d","name":"Error - Missing parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"PhoneNumber\": {{PhoneNumber}},\r\n            \"Email\": \"{{Email}}\"\r\n        },\r\n        \"CustomName\": \"{{CustomName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 18:16:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"94323ebf-830b-46a1-99ba-b161eabcae19"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"}],"_postman_id":"661f3ada-fd5f-4313-97c5-b21e9ba23e5c"},{"name":"Shipping Address  Create V3","id":"08c2b4b1-3c62-4c1a-87be-9c6d33ef68a3","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"847723\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"AAAAA\",\r\n            \"lastName\": \"AAAA\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1020466814\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3218741470\",\r\n                \"CountryId\": 25,\r\n                \"email\": \"diana.mosquera@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>Through this functionality, a shipping method is enabled for a user registered on the platform depending on the type of cashout of the product on the platform (Recharge: Cellphone; Physical Product: Shipping Address; Virtual Gift Card: Email, etc.) for the different API clients.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 411ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>Body.UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Country ID to use</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipality level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Department selected from the previous guide}} and with it, the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 3</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.), For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 6</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the property location.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress3.Reload.CountryId</td>\n<td>Country ID to use</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.), For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.), For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 1, account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.), For this case, you can consult our RESOURCE CONSULTATION BY GUIDE API with ProcessGuideHeaderId = 1, gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddress5.Beneficiary.Contact.CountryId</td>\n<td>Country ID to use</td>\n</tr>\n<tr>\n<td>string</td>\n<td>Body.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of request success.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5ec502b9-6e6f-4c8d-9002-75efae934d79","name":"Success - Tangible","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 691501,\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"FirstName\",\r\n            \"LastName\": \"LastName\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3233894451\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Guillermo\",\r\n            \"LastName\": \"Alvarez\"\r\n        },\r\n        \"DivipolaCode\": \"05001000\",\r\n        \"Addr1\": 1,\r\n        \"Addr2\": \"9C Sur\",\r\n        \"Addr3\": \"55FF\",\r\n        \"Addr4\": \"94\",\r\n        \"Addr5\": \"Guayabal\",\r\n        \"Addr6\": 1,\r\n        \"Addr7\": \"Zulema\",\r\n        \"Addr8\": \"301\",\r\n        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n        \"CustomName\": \"Casa de mi suegra\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:13:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 103212\n    }\n}"},{"id":"9dd2465d-4428-46a7-8830-c2e16ae0ed20","name":"Success - Bono al portador","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 691501,\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"piipealva@gmail.com\"\r\n        },\r\n        \"CustomName\": \"Bono-prueba\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:14:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 103213\n    }\n}"},{"id":"7d39edad-1d2a-44c3-ad3f-2231e26e4789","name":"Success - Recarga celular","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 691501,\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3015650962\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular \",\r\n        \"Operator\": 22\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:20:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 103215\n    }\n}"},{"id":"643f96dd-5d10-493c-afd0-1f45dbbc7bdd","name":"Success - Bono PCO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 691501,\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"000000000000000000\"\r\n            }\r\n        },\r\n        \"CustomName\": \"DavidDev\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:19:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 103214\n    }\n}"},{"id":"802dc681-b35e-4f67-a86c-56f9761acfec","name":"Success - Bono Personal","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"847723\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"AAAAA\",\r\n            \"lastName\": \"AAAA\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1020466814\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3218741470\",\r\n                \"CountryId\": 25,\r\n                \"email\": \"diana.mosquera@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:38:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 276548\n    }\n}"},{"id":"844abbf7-86fe-4385-b0fb-062a082bdba4","name":"Error - User does not exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 6915010,\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3015650962\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular \",\r\n        \"Operator\": 22\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:26:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"104bcd25-92cc-409f-b0e6-bcd38d62e6cc","name":"Error - Invalid countryId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 6915010,\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3015650962\",\r\n            \"CountryId\": 0\r\n        },\r\n        \"CustomName\": \"Celular \",\r\n        \"Operator\": 22\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 16:29:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"}],"_postman_id":"08c2b4b1-3c62-4c1a-87be-9c6d33ef68a3"},{"name":"ShippingAddress Update V1","id":"2fd93b29-a37f-496a-90fc-aa5f8f7e89b7","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddress1\": {\r\n    \"Contact1\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\",\r\n      \"Contact\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n      }\r\n    },\r\n    \"Contact2\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\"\r\n    },\r\n    \"DivipolaCode\": \"{{DivipolaCode}}\",\r\n    \"Addr1\": {{Addr1}},\r\n    \"Addr2\": \"{{Addr2}}\",\r\n    \"Addr3\": \"{{Addr3}}\",\r\n    \"Addr4\": \"{{Addr4}}\",\r\n    \"Addr5\": \"{{Addr5}}\",\r\n    \"Addr6\": {{Addr6}},\r\n    \"Addr7\": \"{{Addr7}}\",\r\n    \"Addr8\": \"{{Addr8}}\",\r\n    \"Observation\": \"{{Observation}}\",\r\n    \"CustomName\": \"{{CustomName}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update","description":"<p>Through this functionality, it is possible to modify a shipping method for a user registered on the platform, depending on the type of cashout of the product on the platform (Recharge: Cell phone; Physical Product: Shipping Address; Virtual Gift Card: Email, etc.) for the different API clients.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipality level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Department selected from the previous guide}} and with it, the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipality level).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Update"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c1efab59-efda-4e22-9d2f-34a2b3508900","name":"Successful Cashout 1 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"shippingAddressId\": {{shippingAddressId}},\r\n    \"shippingAddress1\": {\r\n        \"contact1\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"{{PhoneNumber}}\"}           \r\n        },\r\n        \"contact2\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"birthDate\": \"{{birthDate}}\"\r\n        },\r\n        \"divipolaCode\": \"{{divipolaCode}}\",\r\n        \"addr1\": {{addr1}},\r\n        \"addr2\": \"{{addr2}}\",\r\n        \"addr3\": \"{{addr3}}\",\r\n        \"addr4\": \"{{addr4}}\",\r\n        \"addr5\": \"{{addr5}}\",\r\n        \"addr6\": {{addr6}},\r\n        \"addr7\": \"{{addr7}}\",\r\n        \"addr8\": \"{{addr8}}\",\r\n        \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:45:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"495"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"39dd0853-8b1e-4219-aff8-ed14b8ecb15e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102866,\n        \"shippingAddress1\": {\n            \"contact1\": {\n                \"firstName\": \"Jhon\",\n                \"lastName\": \"Beltran\",\n                \"birthDate\": -62135596800000\n            },\n            \"contact2\": {\n                \"firstName\": \"Erika\",\n                \"lastName\": \"Hidalgos\",\n                \"birthDate\": -62135596800000\n            },\n            \"divipolaCode\": \"05001000\",\n            \"addr1\": 6,\n            \"addr2\": \"63\",\n            \"addr3\": \"57a\",\n            \"addr4\": \"1\",\n            \"addr5\": \"cumbre\",\n            \"addr6\": 2,\n            \"addr7\": \"\",\n            \"addr8\": \"\",\n            \"customName\": \"ShippingAddressTest\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"f55bc3cb-ed3e-438d-b900-c425ce780486","name":"Successful Cashout 2 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddressId\": {{ShippingAddressId}},\r\n  \"shippingAddress2\": {\r\n        \"couponOwner\": {\r\n            \"email\": \"{{email}}\"\r\n        },\r\n        \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:32:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"d4ae62f8-f6b2-4a4c-b27b-20d3d1f69cf4"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102869,\n        \"shippingAddress2\": {\n            \"couponOwner\": {\n                \"email\": \"beltrangjhon@gmail.com\"\n            },\n            \"customName\": \"TestUpdate\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"02d79d61-5e98-44e0-a0f5-2493f31f2348","name":"Successful Cashout 3 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{  \r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}},\r\n    \"ShippingAddress3\": {\r\n      \"Reload\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n      },\r\n      \"CustomName\": \"{{CustomName}}\",\r\n      \"Operator\": \"{{Operator}}\"\r\n    }\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:52:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"46887992-5dd5-4757-b3b2-5b414852c51a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102872,\n        \"shippingAddress3\": {\n            \"reload\": {\n                \"phoneNumber\": \"3002308839\"\n            },\n            \"operator\": 4,\n            \"customName\": \"Celular Jhon\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"33a32ddc-8b81-4820-b85e-7014f7af30c3","name":"Successful Cashout 4 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"shippingAddressId\": {{shippingAddressId}},\r\n        \"shippingAddress4\": {\r\n            \"accountHolder\": {\r\n                \"identification\": {\r\n                    \"documentType\": {{documentType}},\r\n                    \"documentNumber\": \"{{documentNumber}}\"\r\n                }\r\n            },\r\n            \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:08:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"164a4f67-882a-4418-91e0-2ae9eaad2d94"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102873,\n        \"shippingAddress4\": {\n            \"accountHolder\": {\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1023588698\"\n                },\n                \"birthDate\": -62135596800000\n            },\n            \"customName\": \"DataUpdateTest\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"76c228a3-5680-4bad-9367-9bbcc31bcb2b","name":"Successful Cashout 5 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}},\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"identification\": {\r\n                \"documentType\": {{documentType}},\r\n                \"documentNumber\": \"{{documentNumber}}\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"{{phoneNumber}}\",\r\n                \"email\": \"{{email}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:22:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"387"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"bd617b3c-3d29-43b2-81c1-15fd383b12e9"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102877,\n        \"shippingAddress5\": {\n            \"beneficiary\": {\n                \"firstName\": \"DataUpdate\",\n                \"lastName\": \"Test\",\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1020466814\"\n                },\n                \"contact\": {\n                    \"phoneNumber\": \"3015650962\",\n                    \"email\": \"piipealva@gmail.com\"\n                }\n            }\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"eed6a751-b7d9-486b-b36f-d7fdf5fb9675","name":"Error - UserId does no exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddress1\": {\r\n    \"Contact1\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\",\r\n      \"Contact\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n      }\r\n    },\r\n    \"Contact2\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\"\r\n    },\r\n    \"DivipolaCode\": \"{{DivipolaCode}}\",\r\n    \"Addr1\": {{Addr1}},\r\n    \"Addr2\": \"{{Addr2}}\",\r\n    \"Addr3\": \"{{Addr3}}\",\r\n    \"Addr4\": \"{{Addr4}}\",\r\n    \"Addr5\": \"{{Addr5}}\",\r\n    \"Addr6\": {{Addr6}},\r\n    \"Addr7\": \"{{Addr7}}\",\r\n    \"Addr8\": \"{{Addr8}}\",\r\n    \"Observation\": \"{{Observation}}\",\r\n    \"CustomName\": \"{{CustomName}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:26:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8e6e462b-047b-4746-8301-8e5a9d5c63cc"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"ce1d7d43-6471-42f6-bcda-dd0e3d7b8c0c","name":"Error - Missing required parameters","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102866,\r\n    \"shippingAddress1\": {\r\n        \"contact1\": {\r\n            \"firstName\": \"Jhon\",\r\n            \"lastName\": \"Beltran\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"+573002308836\"}           \r\n        },\r\n        \"contact2\": {\r\n            \"firstName\": \"Erika\",\r\n            \"lastName\": \"Hidalgos\",\r\n            \"birthDate\": \"18/03/1995\"\r\n        },\r\n        \"divipolaCode\": \"05001000\",\r\n        \"addr1\": 6,\r\n        \"addr2\": \"63\",\r\n        \"addr3\": \"57a\",\r\n        \"addr4\": \"1\",\r\n        \"addr5\": \"cumbre\",\r\n        \"addr6\": 2,\r\n        \"addr7\": \"\",\r\n        \"addr8\": \"\",\r\n        \"customName\": \"ShippingAddressTest\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Update"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:28:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"402c6a10-ed66-43a2-bea8-d298ba096894"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2fd93b29-a37f-496a-90fc-aa5f8f7e89b7"},{"name":"ShippingAddress Update V3","id":"1f015deb-8000-4799-80b3-a2b48439e662","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddress1\": {\r\n    \"Contact1\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\",\r\n      \"Contact\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\",\r\n\t\t\"CountryId\":{{CountryId}}\r\n      }\r\n    },\r\n    \"Contact2\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\"\r\n    },\r\n    \"DivipolaCode\": \"{{DivipolaCode}}\",\r\n    \"Addr1\": {{Addr1}},\r\n    \"Addr2\": \"{{Addr2}}\",\r\n    \"Addr3\": \"{{Addr3}}\",\r\n    \"Addr4\": \"{{Addr4}}\",\r\n    \"Addr5\": \"{{Addr5}}\",\r\n    \"Addr6\": {{Addr6}},\r\n    \"Addr7\": \"{{Addr7}}\",\r\n    \"Addr8\": \"{{Addr8}}\",\r\n    \"Observation\": \"{{Observation}}\",\r\n    \"CustomName\": \"{{CustomName}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update","description":"<p>Through this functionality, it is possible to modify a shipping method for a user registered on the platform, depending on the type of cashout of the product on the platform (Recharge: Mobile; Physical Product: Shipping Address; Virtual Voucher: Email, etc.) to the different API clients.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 506ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Country Id to be used.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipality level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case, you can consult our COMPLEX RESOURCE CONSULTATION API with ProcessGuideHeaderId = 3, Grouper1 = 1, and Grouper2 = {{Department selected from the previous guide}} and with it, the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual voucher will be sent.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress3.Reload.CountryId</td>\n<td>Country Id to be used.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>ShippingAddress5.Beneficiary.Contact.CountryId</td>\n<td>Country Id to be used.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>Unique user identifier in the JUJUCore system.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.FirstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.LastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact2.FirstName</td>\n<td>If the contact person is not at the address, indicate the first names of contact 2.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Contact2.LastName</td>\n<td>If the contact person is not at the address, indicate the last names of contact 2.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.DivipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipality level).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Addr8</td>\n<td>Corresponds to the office/apartment/interior number, etc.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.Observation</td>\n<td>Corresponds to additional observations for the location.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress1.CustomName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress2.CouponOwner.Email</td>\n<td>Email to which the virtual voucher will be sent.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress2.CustomName</td>\n<td>Custom name for the email.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.Reload.PhoneNumber</td>\n<td>Cell phone number subject to recharge.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.Operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress3.CustomName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.FirstName</td>\n<td>First names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.LastName</td>\n<td>Last names of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Identification.DocumentNumber</td>\n<td>Document number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.Contact.PhoneNumber</td>\n<td>Cell phone number of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.AccountHolder.BirthDate</td>\n<td>Birthdate of the PCO account owner.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress4.CustomName</td>\n<td>Custom name for the PCO account.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.FirstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.LastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Identification.DocumentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship ID, Foreign ID, etc.).</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Identification.DocumentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Contact.PhoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddress5.Beneficiary.Contact.Email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Update"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd78e233-f645-47c1-8d10-499882e65ac7","name":"Successful Cashout 1 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"shippingAddressId\": {{shippingAddressId}},\r\n    \"shippingAddress1\": {\r\n        \"contact1\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"{{PhoneNumber}}\"}           \r\n        },\r\n        \"contact2\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"birthDate\": \"{{birthDate}}\"\r\n        },\r\n        \"divipolaCode\": \"{{divipolaCode}}\",\r\n        \"addr1\": {{addr1}},\r\n        \"addr2\": \"{{addr2}}\",\r\n        \"addr3\": \"{{addr3}}\",\r\n        \"addr4\": \"{{addr4}}\",\r\n        \"addr5\": \"{{addr5}}\",\r\n        \"addr6\": {{addr6}},\r\n        \"addr7\": \"{{addr7}}\",\r\n        \"addr8\": \"{{addr8}}\",\r\n        \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 15:45:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"495"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"39dd0853-8b1e-4219-aff8-ed14b8ecb15e"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102866,\n        \"shippingAddress1\": {\n            \"contact1\": {\n                \"firstName\": \"Jhon\",\n                \"lastName\": \"Beltran\",\n                \"birthDate\": -62135596800000\n            },\n            \"contact2\": {\n                \"firstName\": \"Erika\",\n                \"lastName\": \"Hidalgos\",\n                \"birthDate\": -62135596800000\n            },\n            \"divipolaCode\": \"05001000\",\n            \"addr1\": 6,\n            \"addr2\": \"63\",\n            \"addr3\": \"57a\",\n            \"addr4\": \"1\",\n            \"addr5\": \"cumbre\",\n            \"addr6\": 2,\n            \"addr7\": \"\",\n            \"addr8\": \"\",\n            \"customName\": \"ShippingAddressTest\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"654e0753-ede9-46d7-821c-04151d5d1511","name":"Successful Cashout 2 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddressId\": {{ShippingAddressId}},\r\n  \"shippingAddress2\": {\r\n        \"couponOwner\": {\r\n            \"email\": \"{{email}}\"\r\n        },\r\n        \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:32:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"243"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"d4ae62f8-f6b2-4a4c-b27b-20d3d1f69cf4"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102869,\n        \"shippingAddress2\": {\n            \"couponOwner\": {\n                \"email\": \"beltrangjhon@gmail.com\"\n            },\n            \"customName\": \"TestUpdate\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"322a586e-48ce-4445-b261-ed7e221fbbe2","name":"Successful Cashout 3 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{  \r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}},\r\n    \"ShippingAddress3\": {\r\n      \"Reload\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n      },\r\n      \"CustomName\": \"{{CustomName}}\",\r\n      \"Operator\": \"{{Operator}}\"\r\n    }\r\n  \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:52:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"46887992-5dd5-4757-b3b2-5b414852c51a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102872,\n        \"shippingAddress3\": {\n            \"reload\": {\n                \"phoneNumber\": \"3002308839\"\n            },\n            \"operator\": 4,\n            \"customName\": \"Celular Jhon\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"d7e920e9-6a75-4055-8fbb-1fc96e9d6e78","name":"Successful Cashout 4 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"shippingAddressId\": {{shippingAddressId}},\r\n        \"shippingAddress4\": {\r\n            \"accountHolder\": {\r\n                \"identification\": {\r\n                    \"documentType\": {{documentType}},\r\n                    \"documentNumber\": \"{{documentNumber}}\"\r\n                }\r\n            },\r\n            \"customName\": \"{{customName}}\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:08:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"310"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"164a4f67-882a-4418-91e0-2ae9eaad2d94"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102873,\n        \"shippingAddress4\": {\n            \"accountHolder\": {\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1023588698\"\n                },\n                \"birthDate\": -62135596800000\n            },\n            \"customName\": \"DataUpdateTest\"\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"7ca6d867-4c33-4561-9a0a-747ed267eeca","name":"Successful Cashout 5 - Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}},\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"{{firstName}}\",\r\n            \"lastName\": \"{{lastName}}\",\r\n            \"identification\": {\r\n                \"documentType\": {{documentType}},\r\n                \"documentNumber\": \"{{documentNumber}}\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"{{phoneNumber}}\",\r\n                \"email\": \"{{email}}\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:22:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"387"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"bd617b3c-3d29-43b2-81c1-15fd383b12e9"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102877,\n        \"shippingAddress5\": {\n            \"beneficiary\": {\n                \"firstName\": \"DataUpdate\",\n                \"lastName\": \"Test\",\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1020466814\"\n                },\n                \"contact\": {\n                    \"phoneNumber\": \"3015650962\",\n                    \"email\": \"piipealva@gmail.com\"\n                }\n            }\n        },\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"108f4886-94fe-4dfa-892a-db2103734ef4","name":"Error Cashout 1 - UserId does not exist","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"UserId\": {{UserId}},\r\n  \"ShippingAddress1\": {\r\n    \"Contact1\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\",\r\n      \"Contact\": {\r\n        \"PhoneNumber\": \"{{PhoneNumber}}\"\r\n      }\r\n    },\r\n    \"Contact2\": {\r\n      \"FirstName\": \"{{FirstName}}\",\r\n      \"LastName\": \"{{LastName}}\"\r\n    },\r\n    \"DivipolaCode\": \"{{DivipolaCode}}\",\r\n    \"Addr1\": {{Addr1}},\r\n    \"Addr2\": \"{{Addr2}}\",\r\n    \"Addr3\": \"{{Addr3}}\",\r\n    \"Addr4\": \"{{Addr4}}\",\r\n    \"Addr5\": \"{{Addr5}}\",\r\n    \"Addr6\": {{Addr6}},\r\n    \"Addr7\": \"{{Addr7}}\",\r\n    \"Addr8\": \"{{Addr8}}\",\r\n    \"Observation\": \"{{Observation}}\",\r\n    \"CustomName\": \"{{CustomName}}\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:26:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"8e6e462b-047b-4746-8301-8e5a9d5c63cc"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"5f90f099-94cd-4567-a3fa-f64c0e006549","name":"Error Cashout 1 - Missing required parameters","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 102866,\r\n    \"shippingAddress1\": {\r\n        \"contact1\": {\r\n            \"firstName\": \"Jhon\",\r\n            \"lastName\": \"Beltran\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"+573002308836\"}           \r\n        },\r\n        \"contact2\": {\r\n            \"firstName\": \"Erika\",\r\n            \"lastName\": \"Hidalgos\",\r\n            \"birthDate\": \"18/03/1995\"\r\n        },\r\n        \"divipolaCode\": \"05001000\",\r\n        \"addr1\": 6,\r\n        \"addr2\": \"63\",\r\n        \"addr3\": \"57a\",\r\n        \"addr4\": \"1\",\r\n        \"addr5\": \"cumbre\",\r\n        \"addr6\": 2,\r\n        \"addr7\": \"\",\r\n        \"addr8\": \"\",\r\n        \"customName\": \"ShippingAddressTest\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Update"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 11 Apr 2023 16:28:23 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"402c6a10-ed66-43a2-bea8-d298ba096894"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f015deb-8000-4799-80b3-a2b48439e662"},{"name":"ShippingAddress - Delete","id":"f14c3e5d-df70-49f2-8ba6-9f548cf59100","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Delete","description":"<p>Through this functionality, it is possible to delete a shipping method for a user registered on the platform, depending on the type of cashout of the product on the platform (Recharge: Mobile; Physical Product: Shipping Address; Virtual Voucher: Email, etc.) to the different API clients.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 784ms</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>Body.ShippingAddressId</td>\n<td>Corresponds to the unique identifier of the shipping method in the JujuCore system.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>Body.UserId</td>\n<td>Corresponds to the unique identifier of the user in the JujuCore system.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>Data.ShippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>Data.userId</td>\n<td>Unique identifier for the client.</td>\n</tr>\n<tr>\n<td>Data.masterProductId</td>\n<td>Unique identifier for the master product.</td>\n</tr>\n<tr>\n<td>Data.quantity</td>\n<td>Quantity.</td>\n</tr>\n<tr>\n<td>Data.typeCashOut</td>\n<td>Type of cashout that is modified.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Delete"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0507605a-aea5-4997-b754-da32869cc6ba","name":"Successful  - Delete Shipping Address","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:40:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"147"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"07a628c7-98f7-4de7-a01a-dbeca7772f20"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 102866,\n        \"userId\": 692193,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"e3308af2-abb5-4ae0-8bc7-b9b7ed9d5793","name":"Error - Delete ShippingAddress userId no existe","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:42:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"82f36c6a-fbd3-4135-a368-88fecbf643a3"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"06fe6a83-f694-4107-9704-9163af221e26","name":"Error - Delete ShippingAddress ShippingAddressId no existe","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}},\r\n    \"ShippingAddressId\": {{ShippingAddressId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:44:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"9ad6810e-67c1-4aa7-a287-c92e33bc13fb"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"e546b212-c52e-434f-882c-8a5a4dfe04c5","name":"Error - Delete ShippingAddress No se envian todos los parametros","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": {{userId}}    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Delete"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Apr 2023 17:45:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"juju-transaction-id","value":"19a30db9-c632-4636-b283-e35adecb6b6a"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"f14c3e5d-df70-49f2-8ba6-9f548cf59100"},{"name":"Get Upload Request Detail V1","id":"52106698-b55b-4d1b-96e7-dc4a8ad48441","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequestDetail?idTransaction=Operation.No.00002&pageSize=3&actualPage=1&companyId={{JJSaaSCompanyId}}&sendDate=1690351632757","description":"<p>Through this functionality, it is possible to query the errors generated when attempting to perform a points upload through the UploadPoints API. It's important to note that only failed uploads can be queried.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 263ms</p>\n<p><strong>Recommended page size:</strong> 200 per page</p>\n<h3 id=\"request-body\">Request body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>int</td>\n<td>idTransaction</td>\n<td>Unique identifier of the operation. This code will be generated by the client, and it can enter anything it deems appropriate for its management and tracking as long as it does not exceed 40 characters and is unique in every way (consider using a GUID or concatenating year, month, day, hour, minute, millisecond with an internal ID).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>companyId</td>\n<td>Unique identifier of the company.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>pageSize</td>\n<td>Page size.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>actualPage</td>\n<td>Current page.</td>\n</tr>\n<tr>\n<td>DateTime</td>\n<td>sendDate</td>\n<td>Date when the recharge was made in Unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>). It can also be obtained through the use of the GetUploadRequest API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.totalRecords</td>\n<td>Number of records in the collection.</td>\n</tr>\n<tr>\n<td>data.actualPage</td>\n<td>Current number of the query page.</td>\n</tr>\n<tr>\n<td>data.pageSize</td>\n<td>Size of the consulted page.</td>\n</tr>\n<tr>\n<td>data.collection.element.error</td>\n<td>Generated error.</td>\n</tr>\n<tr>\n<td>data.collection.element.errorDescription</td>\n<td>Description of the error.</td>\n</tr>\n<tr>\n<td>data.collection.element.userId</td>\n<td>ID of the user who was attempted to be charged.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","PointsHistory","v1","GetUploadRequestDetail"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique operation identifier, with this code the client can request information about a specific petition and will be generated by the client. This code is of string type and the client of the API can enter whatever they consider appropriate for their management and tracking as long as it does not exceed 40 characters and is unique in every way (consider using a GUID or concatenating year, month, day, hour, minute, millisecond with an internal ID).</p>\n","type":"text/plain"},"key":"idTransaction","value":"Operation.No.00002"},{"description":{"content":"<p>Size of the page.</p>\n","type":"text/plain"},"key":"pageSize","value":"3"},{"description":{"content":"<p>Current page.</p>\n","type":"text/plain"},"key":"actualPage","value":"1"},{"description":{"content":"<p>Unique identifier of the company.</p>\n","type":"text/plain"},"key":"companyId","value":"{{JJSaaSCompanyId}}"},{"description":{"content":"<p>Date when the recharge was made in Unix format (milliseconds elapsed from 1970/01/01 to today). It can also be obtained through the use of the GetUploadRequest API.</p>\n","type":"text/plain"},"key":"sendDate","value":"1690351632757"}],"variable":[]}},"response":[{"id":"d04c74e8-8148-4e6f-a717-10b8fb88bc40","name":"Succesfull","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequestDetail?idTransaction=Operation.No.00002&pageSize=3&actualPage=1&companyId={{JJSaaSCompanyId}}&sendDate=1690351632757","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetUploadRequestDetail"],"query":[{"key":"idTransaction","value":"Operation.No.00002","description":"Identificador único de la operación, con este código el cliente podrá pedir información sobre una petición particular y será generado por parte del cliente. Este código es de tipo string y podrá ingresar lo que el cliente del API crea conveniente para su gestión y seguimiento siempre y cuando no supere los 40 caracteres y sea único en todo sentido (considere usar un GUID o concatenar año, mes, día, hora, minuto, milisegundo con un ID interno)."},{"key":"pageSize","value":"3","description":"Tamaño de página."},{"key":"actualPage","value":"1","description":"Página actual."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Identificador único de la compañía."},{"key":"sendDate","value":"1690351632757","description":"Fecha en la que se realizó la recarga en formato Unix (mili segundos transcurridos desde 1970/01/01 hasta hoy, más información en https://www.epochconverter.com/ ). También se puede obtener mediante el uso de la api GetUploadRequest."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jul 2023 11:37:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"302"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 2,\n        \"actualPage\": 1,\n        \"pageSize\": 3,\n        \"collection\": [\n            {\n                \"error\": \"E103 \",\n                \"errorDescription\": \"El campo Concepto es obligatorio. \",\n                \"userId\": \"924771 \"\n            },\n            {\n                \"error\": \" E105\",\n                \"errorDescription\": \" Usuario no se encuentra registrado\",\n                \"userId\": \" 999999\"\n            }\n        ]\n    }\n}"},{"id":"407d48da-eae8-4c53-914d-4b5dd5e50e4a","name":"Error - Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequestDetail?idTransaction=Operation.No.00002&pageSize=3&actualPage=1&companyId={{JJSaaSCompanyId}}&sendDate=1690351632757","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetUploadRequestDetail"],"query":[{"key":"idTransaction","value":"Operation.No.00002"},{"key":"pageSize","value":"3"},{"key":"actualPage","value":"1"},{"key":"companyId","value":"{{JJSaaSCompanyId}}"},{"key":"sendDate","value":"1690351632757"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 24 Jul 2023 22:13:21 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5224965-0aed-4e31-afce-0e9663386e41","name":"Error - BadRequest missing parameter","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequestDetail?idTransaction=Operation.No.00002&pageSize=3&actualPage=1&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetUploadRequestDetail"],"query":[{"key":"idTransaction","value":"Operation.No.00002"},{"key":"pageSize","value":"3"},{"key":"actualPage","value":"1"},{"key":"companyId","value":"{{JJSaaSCompanyId}}"},{"key":"sendDate","value":"1690351632757","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 24 Jul 2023 22:16:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff299cdd-cfb0-420d-80fd-aba342370285","name":"Error - Forbidden Expired token","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequestDetail?idTransaction=Operation.No.00002&pageSize=3&actualPage=1&companyId={{JJSaaSCompanyId}}&sendDate=1690351632757","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","PointsHistory","v1","GetUploadRequestDetail"],"query":[{"key":"idTransaction","value":"Operation.No.00002","description":"Identificador único de la operación, con este código el cliente podrá pedir información sobre una petición particular y será generado por parte del cliente. Este código es de tipo string y podrá ingresar lo que el cliente del API crea conveniente para su gestión y seguimiento siempre y cuando no supere los 40 caracteres y sea único en todo sentido (considere usar un GUID o concatenar año, mes, día, hora, minuto, milisegundo con un ID interno)."},{"key":"pageSize","value":"3","description":"Tamaño de página."},{"key":"actualPage","value":"1","description":"Página actual."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Identificador único de la compañía."},{"key":"sendDate","value":"1690351632757","description":"Fecha en la que se realizó la recarga en formato Unix (mili segundos transcurridos desde 1970/01/01 hasta hoy, más información en https://www.epochconverter.com/ ). También se puede obtener mediante el uso de la api GetUploadRequest."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 26 Jul 2023 11:24:51 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52106698-b55b-4d1b-96e7-dc4a8ad48441"},{"name":"Get Upload Request V1","id":"4bb3b56b-6357-4374-a5a2-c96c5fdd55ca","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-26\",\r\n    \"IdTransaction\": \"Operation.No.00002\",\r\n    \"CompanyId\": {{JJSaaSCompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest","description":"<p>Through this functionality, it's possible to query the historical record of point loads performed in a day using the UploadPoints API.<br /><strong>Scope</strong>: user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 547ms</p>\n<p><strong>Request body</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DateTime</td>\n<td>OperationDate</td>\n<td>The date on which the recharge(s) was carried out. The format must be YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>string</td>\n<td>IdTransaction</td>\n<td>ID of the recharge performed (optional).</td>\n</tr>\n<tr>\n<td>int</td>\n<td>CompanyId</td>\n<td>Company ID</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Error).</td>\n</tr>\n<tr>\n<td>header.message</td>\n<td>Total recharges made.</td>\n</tr>\n<tr>\n<td>header.success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>data.element.operationId</td>\n<td>ID of the recharge performed.</td>\n</tr>\n<tr>\n<td>data.element.sendDate</td>\n<td>Date the recharge was made.</td>\n</tr>\n<tr>\n<td>data.element.state</td>\n<td>Operation state:  <br />State = 0 &gt; NotStarted or In queue  <br />State = 1 &gt; Processing or Processed</td>\n</tr>\n<tr>\n<td>data.element.result</td>\n<td>Operation result:  <br />Result= 2 &gt; Successful  <br />Result= 3 &gt; Failed</td>\n</tr>\n<tr>\n<td>data.element.totalPointsUpload</td>\n<td>Number of operation points loaded.</td>\n</tr>\n<tr>\n<td>data.element.error</td>\n<td>Indicates if there is any error in the load performed.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","PointsHistory","v1","GetUploadRequest"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2786a0b9-a0b8-4448-befd-65f3a4a0c293","name":"Succesfull with operationId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-26\",\r\n    \"IdTransaction\": \"Operation.No.00002\",\r\n    \"CompanyId\": {{JJSaaSCompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jul 2023 11:12:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"TotalRecords: 1\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"operationId\": \"Operation.No.00002\",\n            \"sendDate\": 1690351632757,\n            \"state\": \"Procesado\",\n            \"result\": \"Fallido\",\n            \"totalPointsUpload\": 0,\n            \"error\": \"True\"\n        }\n    ]\n}"},{"id":"a8d2215c-1be2-4691-bbdd-827a158e7973","name":"Succesfull without operationId","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-26\",    \r\n    \"CompanyId\": {{JJSaaSCompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jul 2023 11:08:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"TotalRecords: 2\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"operationId\": \"Operation.No.00002\",\n            \"sendDate\": 1690351632757,\n            \"state\": \"Procesado\",\n            \"result\": \"Fallido\",\n            \"totalPointsUpload\": 0,\n            \"error\": \"True\"\n        },\n        {\n            \"operationId\": \"Operation.No.00001\",\n            \"sendDate\": 1690351463007,\n            \"state\": \"Procesado\",\n            \"result\": \"Exitoso\",\n            \"totalPointsUpload\": 2\n        }\n    ]\n}"},{"id":"e8066796-dc35-461f-a118-7182ce9d651d","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-21\",\r\n    \"IdTransaction\": \"Prueba-21-07-2023-04\",\r\n    \"CompanyId\": {{JJSaaSCompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 24 Jul 2023 22:34:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":""},{"id":"5d58a0ac-f81a-4f53-a750-a4d9a16f1aac","name":"Error - BadRequest missing parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-21\",\r\n    \"IdTransaction\": \"Prueba-21-07-2023-04\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Jul 2023 22:35:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"931f9648-d377-4c0a-84c8-57638ed635ae","name":"Error - Forbidden Expired token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationDate\": \"2023-07-26\",\r\n    \"IdTransaction\": \"Operation.No.00002\",\r\n    \"CompanyId\": {{JJSaaSCompanyId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/PointsHistory/v1/GetUploadRequest"},"status":"Forbidden","code":403,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 26 Jul 2023 11:27:27 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bb3b56b-6357-4374-a5a2-c96c5fdd55ca"},{"name":"Get UserDetails","id":"25f73bbf-a0d5-4aa5-aad8-75c18247e073","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&documentNumber={{documentNumber}}&userName={{userName}}","description":"<p>Through this functionality, it's possible to retrieve the information of one or multiple users for different API clients according to the specified filters in the request. The maximum allowed requests per minute are 100.</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 881ms</p>\n<p><strong>Recommended page size:</strong> 200 per page</p>\n<p><strong>Scope</strong>: user_scope</p>\n<h3 id=\"request-url\">Request url</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>companyID</td>\n<td>This value corresponds to the identifier of the company for which the user will be created.</td>\n</tr>\n<tr>\n<td>userId</td>\n<td>This value corresponds to the unique user ID (When this value is different from zero \"0\", date filters will not be taken into account).</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Page number to query.</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Number of records to query per page.</td>\n</tr>\n<tr>\n<td>initialDate</td>\n<td>This value corresponds to the date range, being the start date of user creation.</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>This value corresponds to the date range, being the end date of user creation.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.success</td>\n<td>Request success indicator.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.totalRecords</td>\n<td>Total number of records.</td>\n</tr>\n<tr>\n<td>Data.actualPage</td>\n<td>Current page.</td>\n</tr>\n<tr>\n<td>Data.pageSize</td>\n<td>Page size.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].companyId</td>\n<td>Company identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].companyName</td>\n<td>Company name.</td>\n</tr>\n<tr>\n<td>Data.collection[].userId</td>\n<td>User identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].userStateId</td>\n<td>User state identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].creationDate</td>\n<td>User creation date (in Unix format).</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].customFields[].fieldId</td>\n<td>Custom field id.</td>\n</tr>\n<tr>\n<td>Data.collection[].customFields[].fieldName</td>\n<td>Custom field name.</td>\n</tr>\n<tr>\n<td>Data.collection[].customFields[].fieldValue</td>\n<td>Custom field value.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].dependencies[].dependencyValueId</td>\n<td>Dependency value identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].dependencies[].name</td>\n<td>Dependency name.</td>\n</tr>\n<tr>\n<td>Data.collection[].dependencies[].value</td>\n<td>Dependency value.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].hierarchies[].hierarchyValueId</td>\n<td>Hierarchy value identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].hierarchies[].name</td>\n<td>Hierarchy name.</td>\n</tr>\n<tr>\n<td>Data.collection[].hierarchies[].value</td>\n<td>Hierarchy value.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["api","User","v1","UserDetails"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>User identification number</p>\n","type":"text/plain"},"key":"documentNumber","value":"{{documentNumber}}"},{"description":{"content":"<p>Username to query</p>\n","type":"text/plain"},"key":"userName","value":"{{userName}}"}],"variable":[]}},"response":[{"id":"0abb8236-5832-468b-808c-f3f88bd9e9b1","name":"Success without UserId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":null,"value":null},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 19:47:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2160"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"89b1c94d-9a96-4520-adfb-c73446cccf5b"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2024-04-01T19:48:23.5397152Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 4,\n        \"actualPage\": 1,\n        \"pageSize\": 3,\n        \"collection\": [\n            {\n               \"companyId\": 53,\n                \"companyName\": \"P demo dos pruebas desarrollo QA\",\n                \"userId\": 754738,\n                \"userStateId\": 1,\n                \"creationDate\": 1699363014620,\n                \"customFields\": [\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Cédula\",\n                        \"fieldValue\": \"543656546546\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombres\",\n                        \"fieldValue\": \"otra pru\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Apellidos\",\n                        \"fieldValue\": \"otro crear\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Correo electrónico\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombre de usuario\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Código de país\",\n                        \"fieldValue\": \"57\"\n                    }\n                ],\n                \"dependencies\": [],\n                \"hierarchies\": []\n            },\n            {\n                \"companyId\": 53,\n                \"companyName\": \"P demo dos pruebas desarrollo QA\",\n                \"userId\": 754738,\n                \"userStateId\": 1,\n                \"creationDate\": 1699363014620,\n                \"customFields\": [\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Cédula\",\n                        \"fieldValue\": \"543656546546\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombres\",\n                        \"fieldValue\": \"otra pru\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Apellidos\",\n                        \"fieldValue\": \"otro crear\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Correo electrónico\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombre de usuario\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Código de país\",\n                        \"fieldValue\": \"57\"\n                    }\n                ],\n                \"dependencies\": [],\n                \"hierarchies\": []\n            },\n            {\n                \"companyId\": 53,\n                \"companyName\": \"P demo dos pruebas desarrollo QA\",\n                \"userId\": 754738,\n                \"userStateId\": 1,\n                \"creationDate\": 1699363014620,\n                \"customFields\": [\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Cédula\",\n                        \"fieldValue\": \"543656546546\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombres\",\n                        \"fieldValue\": \"otra pru\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Apellidos\",\n                        \"fieldValue\": \"otro crear\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Correo electrónico\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombre de usuario\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Código de país\",\n                        \"fieldValue\": \"57\"\n                    }\n                ],\n                \"dependencies\": [],\n                \"hierarchies\": []\n            }\n        ]\n    }\n}"},{"id":"062d57dc-bdbc-4660-9224-74d022d7dd2d","name":"Success with UserId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 19:33:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a54c5bd0-78d0-4f9f-b2ca-7fd97726bc19"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-01T19:34:10.9754250Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 1,\n        \"actualPage\": 1,\n        \"pageSize\": 9,\n        \"collection\": [\n            {\n               \"companyId\": 53,\n                \"companyName\": \"P demo dos pruebas desarrollo QA\",\n                \"userId\": 754738,\n                \"userStateId\": 1,\n                \"creationDate\": 1699363014620,\n                \"customFields\": [\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Cédula\",\n                        \"fieldValue\": \"543656546546\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombres\",\n                        \"fieldValue\": \"otra pru\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Apellidos\",\n                        \"fieldValue\": \"otro crear\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Correo electrónico\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Nombre de usuario\",\n                        \"fieldValue\": \"alguien_2@alguien.com\"\n                    },\n                    {\n                        \"fieldValueId\": 3753623,\n                        \"fieldName\": \"Código de país\",\n                        \"fieldValue\": \"57\"\n                    }\n                ],\n                \"dependencies\": [\n                    {\n                        \"dependencyValueId\": 39043,\n                        \"name\": \"Nivel1\",\n                        \"value\": \"Centro\"\n                    },\n                    {\n                        \"dependencyValueId\": 39044,\n                        \"name\": \"Nivel2\",\n                        \"value\": \"Universidad\"\n                    },\n                    {\n                        \"dependencyValueId\": 39051,\n                        \"name\": \"Nivel3\",\n                        \"value\": \"Cursos\"\n                    }\n                ],\n                \"hierarchies\": [\n                    {\n                        \"hierarchyValueId\": 2153,\n                        \"name\": \"Nivel1J\",\n                        \"value\": \"Armenia\"\n                    },\n                    {\n                        \"hierarchyValueId\": 2163,\n                        \"name\": \"Nivel2J\",\n                        \"value\": \"Mercedes\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"1488b5a1-c5d0-4d99-b850-5e61eaa8d3fb","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 19:42:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c85bf870-b9bd-471d-a956-c32a05cb8da9"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2024-04-01T19:43:11.5192483Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 404,\n        \"message\": \"\",\n        \"success\": false\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 200,\n        \"collection\": []\n    }\n}"},{"id":"68674c62-3f31-431a-92ea-f880db8984a6","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 01 Apr 2024 19:45:51 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9cdadd3a-db78-4224-a8a3-b0086ad26f09"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"922035e8-6e4d-4664-86cd-90fab6c93305","name":"No Content","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Apr 2024 19:54:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d88b253b-b10e-498f-a7c6-fd68d506d773"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2024-04-01T19:55:06.8229252Z"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 3,\n        \"collection\": []\n    }\n}"},{"id":"c9a28912-d442-47b2-9faa-584bb99f9005","name":"Too Many Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/User/v1/UserDetails?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","User","v1","UserDetails"],"query":[{"key":"userId","value":"{{userId}}"},{"key":"companyId","value":"{{companyId}}"},{"key":"initialDate","value":"{{initDate}}"},{"key":"endDate","value":"{{endDate}}"},{"key":"actualPage","value":"{{actualPage}}"},{"key":"pageSize","value":"{{pageSize}}"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Date","value":"Mon, 01 Apr 2024 20:07:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Retry-After","value":"4"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": \"429\",\n        \"message\": \"Ha exedido el limite de peticiones por minuto\",\n        \"success\": false\n    }\n}"}],"_postman_id":"25f73bbf-a0d5-4aa5-aad8-75c18247e073"},{"name":"Create User Codes","id":"fe160c14-acf3-4656-a2e9-1954e5dfa41e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": {{companyId}},\r\n    \"userCodes\": [\r\n    {\r\n        \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    },\r\n    {\r\n         \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes","description":"<p>StartFragment</p>\n<p>This feature enables the creation of an \"Bonos Express\" code for a user through API consumption.</p>\n<p><strong>Scope:</strong> user_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 1048ms</p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Type</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>string</td>\n<td>companyId</td>\n<td>This value corresponds to the company ID.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.email</td>\n<td>This value corresponds to the user's email; this field must contain a valid email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.identification</td>\n<td>This value corresponds to the user's identification number; it must be alphanumeric, without dots, commas, or special characters.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.firstName</td>\n<td>This value corresponds to the user's first name.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.lastName</td>\n<td>This value corresponds to the user's last name.</td>\n</tr>\n<tr>\n<td>int</td>\n<td>userCode.codeValue</td>\n<td>This value corresponds to the value of the code; it must be an integer, without dots or commas.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.aditionalData.AdittionalData1</td>\n<td>This value corresponds to the user's email.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.aditionalData.AdittionalData2</td>\n<td>This value corresponds to the user's email.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.email</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.identification</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.firstName</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.lastName</td>\n</tr>\n<tr>\n<td>decimal</td>\n<td>userCode.codeValue</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.code</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.aditionalData.AdittionalData1</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.aditionalData.AdittionalData2</td>\n</tr>\n<tr>\n<td>string</td>\n<td>userCode.Error</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Usercodes","v1","CreateUserCodes"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"09dad4da-93ff-4691-a48b-534a05063b3c","name":"Success with erros in validation data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": {{companyId}},\r\n    \"userCodes\": [\r\n    {\r\n        \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    },\r\n    {\r\n         \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 15 Aug 2023 17:20:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"companyId\": 177,\n        \"userCodes\": [\n            {\n                \"email\": \"jhon.beltran@juju.com.co\",\n                \"identification\": \"1005851709\",\n                \"firstName\": \"Erika\",\n                \"lastName\": \"Hidalgo\",\n                \"codeValue\": 150,\n                \"code\": \"RPGg6dULhx\",\n                \"aditionalData\": [\n                    \"Jhon Beltran\",\n                    \"beltrangjhon@gmail.com\"\n                ]\n            },\n            {\n                \"email\": \"\",\n                \"identification\": \"\",\n                \"firstName\": \"Jairo\",\n                \"lastName\": \"\",\n                \"codeValue\": 110,\n                \"aditionalData\": [\n                    \"Erika Hidalgo\",\n                    \"beltrangjhon@gmail.com\"\n                ],\n                \"error\": \"El campo email no puede se null o vacio, El campo Identification no puede se null o vacio, El campo LastName no puede se null o vacio\"\n            }\n        ]\n    }\n}"},{"id":"63484739-28ee-4d9d-a830-eb973ef53018","name":"Success all registers","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": {{companyId}},\r\n    \"userCodes\": [\r\n    {\r\n        \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    },\r\n    {\r\n         \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 15 Aug 2023 17:24:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"companyId\": 177,\n        \"userCodes\": [\n            {\n                \"email\": \"ssssssss@gmail.com\",\n                \"identification\": \"157879456\",\n                \"firstName\": \"Daniel\",\n                \"lastName\": \"Herrera\",\n                \"codeValue\": 165,\n                \"code\": \"yanCQ¿52cd\",\n                \"aditionalData\": [\n                    \"Mateo Alvarez\",\n                    \"hhhhhhhhh@gmail.com\"\n                ]\n            },\n            {\n                \"email\": \"aaaaaaa@gmail.com\",\n                \"identification\": \"10521346\",\n                \"firstName\": \"Alex\",\n                \"lastName\": \"Romero\",\n                \"codeValue\": 95,\n                \"code\": \"w¿SLf8mwMB\",\n                \"aditionalData\": [\n                    \"Mateo Alvarez\",\n                    \"hhhhhhhhh@gmail.com\"\n                ]\n            }\n        ]\n    }\n}"},{"id":"620247e5-d858-4c03-8d4d-113bbb6b36e8","name":"Error Json incorrect","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": {{companyId}},\r\n    \"userCodes\": [\r\n    {\r\n        \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    },\r\n    {\r\n         \"email\": \"{{Email}}\",\r\n        \"identification\": {{Identification}},\r\n        \"firstName\": {{firstName}},\r\n        \"lastName\": {{lastName}},\r\n        \"codeValue\": {{codeValue}},\r\n        \"aditionalData\": [\r\n            {{AdittionalData1}},\r\n            {{AdittionalData2}}\r\n        ]\r\n    }]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 15 Aug 2023 17:26:34 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 0,\n        \"success\": false\n    }\n}"},{"id":"ea65dfac-880a-4fd6-9d50-1d54f87e1a71","name":"Error CompanyId doesn´t exist","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": \"898\",\r\n    \"userCodes\": [\r\n        {\r\n            \"email\": \"Test@gmail.com.es\",\r\n            \"identification\": \"500489625\",\r\n            \"firstName\": \"MARIA CONCEPCIÓN DE LA SANTÍSIMA TRINIDAD\",\r\n            \"lastName\": \"Usu test\",\r\n            \"codeValue\": \"1\",\r\n            \"aditionalData\": [\r\n                \"Juan Pablo Restrepo\",\r\n                \"juan.restrepo38@outlook.com\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Sep 2023 21:28:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f80bd5a8-9f0e-4338-813e-b416bfabaf86"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"La compañía no existe\",\n        \"success\": false\n    },\n    \"data\": {\n        \"companyId\": 0\n    }\n}"},{"id":"c9211f6b-1098-4214-b227-cc98e08ce8c6","name":"Error User Token doesn´t permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"companyId\": \"410\",\r\n    \"userCodes\": [\r\n        {\r\n            \"email\": \"Test@gmail.com.es\",\r\n            \"identification\": \"500489625\",\r\n            \"firstName\": \"MARIA CONCEPCIÓN DE LA SANTÍSIMA TRINIDAD\",\r\n            \"lastName\": \"Usu test\",\r\n            \"codeValue\": \"1\",\r\n            \"aditionalData\": [\r\n                \"Juan Pablo Restrepo\",\r\n                \"juan.restrepo38@outlook.com\"\r\n            ]\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Usercodes/v1/CreateUserCodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Sep 2023 21:28:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"03eb0b9d-8449-4dd6-b9fe-557ffad726ee"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"La compañía 55 no tiene permisos sobre la información de la compañía 410. API 18 de Users\",\n        \"success\": false\n    },\n    \"data\": {\n        \"companyId\": 0\n    }\n}"}],"_postman_id":"fe160c14-acf3-4656-a2e9-1954e5dfa41e"},{"name":"GetTransactionOperationAndRedemtion","id":"9f49d332-ed7d-49c2-a903-a58f3170eb46","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","description":"<p>Through this functionality it is possible to obtain all charge transactions or redemptions of a company or user.</p>\n<p><strong>Scope</strong>: transaction_scope</p>\n<p><strong>Limit:</strong> 60 per minute</p>\n<p><strong>Approximate response time:</strong> 1292ms</p>\n<p><strong>Recommended page size:</strong> 200 per page</p>\n<h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.responseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.message</td>\n<td>Reply message.</td>\n</tr>\n<tr>\n<td>Header.success</td>\n<td>Request success indicator.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.totalRecords</td>\n<td>Total number of records.</td>\n</tr>\n<tr>\n<td>Data.actualPage</td>\n<td>Actual page.</td>\n</tr>\n<tr>\n<td>Data.pageSize</td>\n<td>page size.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].companyId</td>\n<td>Company identifier.</td>\n</tr>\n<tr>\n<td>Data.collection[].companyName</td>\n<td>Name of the company.</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].userId</td>\n<td>User Id</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].userName</td>\n<td>name of the user who generates the load</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].historyId</td>\n<td>record history id</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].operation</td>\n<td>Loading operation</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].concepto</td>\n<td>Cargo concept</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].pointsChange</td>\n<td>Load points</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].pointsAvailable</td>\n<td>Points Available</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].isVisible</td>\n<td>variable to define if the record is visible</td>\n</tr>\n<tr>\n<td>Data.collection[].pointsOperations[].operationDate</td>\n<td>Cargo operation date</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].redemptions[].userId</td>\n<td>user Id</td>\n</tr>\n<tr>\n<td>Data.collection[].redemptions[].UserName</td>\n<td>Name of the user making the redemption</td>\n</tr>\n<tr>\n<td>Data.collection[].redemptions[].masterOrderId</td>\n<td>name of the consulted user</td>\n</tr>\n<tr>\n<td>Data.collection[].redemptions[].orderDate</td>\n<td>Date of the order</td>\n</tr>\n<tr>\n<td>Data.collection[].redemptions[].source</td>\n<td>font type</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].plu</td>\n<td>product registration id</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].productName</td>\n<td>Product name</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].brand</td>\n<td>brand of the product</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].category</td>\n<td>Product category</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].productPrice</td>\n<td>Price of the product</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].totalproductprice</td>\n<td>total value of all products</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].productPoints</td>\n<td>product price in points</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].quantity</td>\n<td>amount of product redeemed</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].valuePCOPoint</td>\n<td>value of the points (if PCO = Colombia points)</td>\n</tr>\n<tr>\n<td>Data.collection[].detail[].totalvaluePCOPoint</td>\n<td>total value of all value pco point</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact1.firstName</td>\n<td>first Name</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact1.lastName</td>\n<td>last Name</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact1.contact.phoneNumber</td>\n<td>phone number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact1.contact.countryId</td>\n<td>id of the country</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact1.contact.countryCode</td>\n<td>Code of the country</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact2.firstName</td>\n<td>first name</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].contact2.lastName</td>\n<td>last name</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].divipolaCode</td>\n<td>dane information code</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr1</td>\n<td>type of address</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr2</td>\n<td>address number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr3</td>\n<td>address complement</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr4</td>\n<td>address complement</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr5</td>\n<td>building type</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr6</td>\n<td>id building type</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr7</td>\n<td>Neighborhood</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].addr8</td>\n<td>address complement</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation1[].customName</td>\n<td>custom name</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation2[].couponOwner[].email</td>\n<td>email of the person in charge</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation2[].custonName</td>\n<td>custon name</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation3[].reload[].phoneNumber</td>\n<td>phone number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation3[].reload[].countryId</td>\n<td>id of the country</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation3[].reload[].CountryCode</td>\n<td>Code of the country</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation3[].operator</td>\n<td>Telephone operator</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation3[].customName</td>\n<td>Custon Name</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation4[].accountHolder[].identification[].documentType</td>\n<td>Document Type</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation4[].accountHolder[].identification[].documentType</td>\n<td>Document number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation4[].custonName</td>\n<td>Custom Name</td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].firstName</td>\n<td>First Name</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].lastName</td>\n<td>Last Name</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].identification[].documentType</td>\n<td>Document Type</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].identification[].documentNumber</td>\n<td>Document Number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].contact[].phoneNumber</td>\n<td>Phone Number</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].contact[].email</td>\n<td>Registered email</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].contact[].countryId</td>\n<td>id of the country</td>\n</tr>\n<tr>\n<td>Data.collection[].shipmentInformation5[].beneficiary[].contact[].countryCode</td>\n<td>Code of the country</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>User ID</p>\n","type":"text/plain"},"key":"userId","value":"{{userId}}"},{"description":{"content":"<p>Company ID to consult</p>\n","type":"text/plain"},"key":"companyId","value":"{{companyId}}"},{"description":{"content":"<p>Consultation initial date</p>\n","type":"text/plain"},"key":"initialDate","value":"{{initDate}}"},{"description":{"content":"<p>Final date of the consultation</p>\n","type":"text/plain"},"key":"endDate","value":"{{endDate}}"},{"description":{"content":"<p>Actual page</p>\n","type":"text/plain"},"key":"actualPage","value":"{{actualPage}}"},{"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"pageSize","value":"{{pageSize}}"},{"description":{"content":"<p>Type of operation, 1 = charges, 2 = redemptions</p>\n","type":"text/plain"},"key":"operationType","value":"{{operationType}}"}],"variable":[]}},"response":[{"id":"1286861c-d89a-4fd9-83cf-b3a92c051100","name":"Success with UserId Operation 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"28254"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"4451eacf-00d4-4f4c-a167-c8732e0d933b"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:54:47.5339634Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:53:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 268,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"companyId\": 566,\n                \"companyName\": \"CompanyColombiaDJ\",\n                \"pointsOperations\": [\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"historyId\": 4265195,\n                        \"operation\": \"Carga de puntos API Saas\",\n                        \"concept\": \"Carga de Miles de premios desde api \",\n                        \"pointsChange\": 300.000,\n                        \"pointsAvailable\": 93404.000,\n                        \"isVisible\": true,\n                        \"operationDate\": 1713321178000\n                    },\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"historyId\": 4265159,\n                        \"operation\": \"Anulación\",\n                        \"concept\": \"Anulación del # Subpedido 256516\",\n                        \"pointsChange\": 3104.000,\n                        \"pointsAvailable\": 93104.000,\n                        \"isVisible\": false,\n                        \"operationDate\": 1713283916000\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"a4835165-413a-4f5d-a7ac-8fd10a8f612b","name":"Success with UserId Operation 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions, 3 = all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"28254"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"4451eacf-00d4-4f4c-a167-c8732e0d933b"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:54:47.5339634Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:53:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 268,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"companyId\": 566,\n                \"companyName\": \"CompanyColombiaDJ\",\n                \"redemptions\": [\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"masterOrderId\": 213120,\n                        \"orderDate\": 1713106149400,\n                        \"source\": 1,\n                        \"detail\": [\n                            {\n                                \"plu\": 48914,\n                                \"productName\": \"ProductTestC5\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 68500,\n                                \"totalProductPrice\": 137000,\n                                \"productPoints\": 69,\n                                \"quantity\": 2,\n                                \"shipmentInformation5\": {\n                                    \"beneficiary\": {\n                                        \"firstName\": \"CACTERINE DIANA\",\n                                        \"lastName\": \"MOSQUERA ORTEGA\",\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"1061735416\"\n                                        },\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3102517890\",\n                                            \"email\": \"DIANACACTERINE1719@GMAIL.COM\",\n                                            \"countryId\": 22,\n                                            \"countryCode\": 57\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"plu\": 48912,\n                                \"productName\": \"ProductTestC3\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"CashOut3_RecargaCelular\",\n                                \"productPrice\": 15000,\n                                \"totalProductPrice\": 30000,\n                                \"productPoints\": 15,\n                                \"quantity\": 2,\n                                \"shipmentInformation3\": {\n                                    \"reload\": {\n                                        \"phoneNumber\": \"3016345321\",\n                                        \"countryId\": 22,\n                                        \"countryCode\": 57\n                                    },\n                                    \"operator\": 2,\n                                    \"customName\": \"TELÉFONO PERSONAL\"\n                                }\n                            },\n                            {\n                                \"plu\": 48911,\n                                \"productName\": \"ProductTestC2_QR\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 47500,\n                                \"totalProductPrice\": 47500,\n                                \"productPoints\": 48,\n                                \"quantity\": 1,\n                                \"shipmentInformation2\": {\n                                    \"couponOwner\": {\n                                        \"email\": \"diana.mosquera@juju.com.co\"\n                                    },\n                                    \"customName\": \"Refactor QA v1.1\"\n                                }\n                            },\n                            {\n                                \"plu\": 48913,\n                                \"productName\": \"ProductTestC4\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 75000,\n                                \"productPoints\": 25,\n                                \"quantity\": 3,\n                                \"valuePCOPoint\": 5,\n                                \"valueTotalPCOPoint\": 15,\n                                \"shipmentInformation4\": {\n                                    \"accountHolder\": {\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"34558862\"\n                                        }\n                                    },\n                                    \"customName\": \"Maria Cecilia Montaño\"\n                                }\n                            },\n                            {\n                                \"plu\": 48908,\n                                \"productName\": \"ProductTestC1\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 35000,\n                                \"totalProductPrice\": 105000,\n                                \"productPoints\": 35,\n                                \"quantity\": 3,\n                                \"shipmentInformation1\": {\n                                    \"contact1\": {\n                                        \"firstName\": \"Maria Camila\",\n                                        \"lastName\": \"Dueñas\",\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3016375321\",\n                                            \"countryId\": 31485,\n                                            \"countryCode\": 1\n                                        }\n                                    },\n                                    \"contact2\": {\n                                        \"firstName\": \"Cacte\",\n                                        \"lastName\": \"Mosquera\"\n                                    },\n                                    \"divipolaCode\": \"19001000\",\n                                    \"addr1\": 3,\n                                    \"addr2\": \"5N\",\n                                    \"addr3\": \"6-A\",\n                                    \"addr4\": \"116\",\n                                    \"addr5\": \"Modelo\",\n                                    \"addr6\": 1,\n                                    \"addr7\": \"La estación\",\n                                    \"addr8\": \"107 TORRE B\",\n                                    \"customName\": \"DIRECCION CASA\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"masterOrderId\": 213119,\n                        \"orderDate\": 1713025133000,\n                        \"source\": 1,\n                        \"detail\": [\n                            {\n                                \"plu\": 48914,\n                                \"productName\": \"ProductTestC5\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 68500,\n                                \"totalProductPrice\": 205500,\n                                \"productPoints\": 69,\n                                \"quantity\": 3,\n                                \"shipmentInformation5\": {\n                                    \"beneficiary\": {\n                                        \"firstName\": \"Mario Camilo\",\n                                        \"lastName\": \"perez Rengifo\",\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"1061735416\"\n                                        },\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3122518525\",\n                                            \"email\": \"diana.mosquera@juju.com.co\",\n                                            \"countryId\": 22,\n                                            \"countryCode\": 57\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"plu\": 48908,\n                                \"productName\": \"ProductTestC1\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 35000,\n                                \"totalProductPrice\": 70000,\n                                \"productPoints\": 35,\n                                \"quantity\": 2,\n                                \"shipmentInformation1\": {\n                                    \"contact1\": {\n                                        \"firstName\": \"Maria Camila\",\n                                        \"lastName\": \"Dueñas\",\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3016375321\",\n                                            \"countryId\": 31485,\n                                            \"countryCode\": 1\n                                        }\n                                    },\n                                    \"contact2\": {\n                                        \"firstName\": \"Cacte\",\n                                        \"lastName\": \"Mosquera\"\n                                    },\n                                    \"divipolaCode\": \"81220000\",\n                                    \"addr1\": 3,\n                                    \"addr2\": \"5N\",\n                                    \"addr3\": \"6-A\",\n                                    \"addr4\": \"116\",\n                                    \"addr5\": \"Modelo\",\n                                    \"addr6\": 1,\n                                    \"addr7\": \"La estación\",\n                                    \"addr8\": \"107 tB\",\n                                    \"customName\": \"PruebaBug\"\n                                }\n                            },\n                            {\n                                \"plu\": 48910,\n                                \"productName\": \"ProductTestC2_Barra\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 75000,\n                                \"productPoints\": 25,\n                                \"quantity\": 3,\n                                \"shipmentInformation2\": {\n                                    \"couponOwner\": {\n                                        \"email\": \"diana.mosquera@juju.com.co\"\n                                    },\n                                    \"customName\": \"Cacte\"\n                                }\n                            },\n                            {\n                                \"plu\": 48912,\n                                \"productName\": \"ProductTestC3\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"CashOut3_RecargaCelular\",\n                                \"productPrice\": 15000,\n                                \"totalProductPrice\": 15000,\n                                \"productPoints\": 15,\n                                \"quantity\": 1,\n                                \"shipmentInformation3\": {\n                                    \"reload\": {\n                                        \"phoneNumber\": \"3016375321\",\n                                        \"countryId\": 22,\n                                        \"countryCode\": 57\n                                    },\n                                    \"operator\": 4,\n                                    \"customName\": \"Update v3\"\n                                }\n                            },\n                            {\n                                \"plu\": 48913,\n                                \"productName\": \"ProductTestC4\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 25000,\n                                \"productPoints\": 25,\n                                \"quantity\": 1,\n                                \"valuePCOPoint\": 5,\n                                \"valueTotalPCOPoint\": 5,\n                                \"shipmentInformation4\": {\n                                    \"accountHolder\": {\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"34558862\"\n                                        }\n                                    },\n                                    \"customName\": \"Maria Cecilia Montaño\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"d2afd272-919c-4da7-9cc9-814d8a83a312","name":"Success without userId Operation 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"120754"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"bd748789-6a4b-47c8-ab90-387fedcc13f3"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:56:26.1915466Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:55:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 602,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"companyId\": 566,\n                \"companyName\": \"CompanyColombiaDJ\",\n                \"redemptions\": [\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"masterOrderId\": 213120,\n                        \"orderDate\": 1713106149400,\n                        \"source\": 1,\n                        \"detail\": [\n                            {\n                                \"plu\": 48914,\n                                \"productName\": \"ProductTestC5\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 68500,\n                                \"totalProductPrice\": 137000,\n                                \"productPoints\": 69,\n                                \"quantity\": 2,\n                                \"shipmentInformation5\": {\n                                    \"beneficiary\": {\n                                        \"firstName\": \"CACTERINE DIANA\",\n                                        \"lastName\": \"MOSQUERA ORTEGA\",\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"1061735416\"\n                                        },\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3102517890\",\n                                            \"email\": \"DIANACACTERINE1719@GMAIL.COM\",\n                                            \"countryId\": 22,\n                                            \"countryCode\": 57\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"plu\": 48912,\n                                \"productName\": \"ProductTestC3\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"CashOut3_RecargaCelular\",\n                                \"productPrice\": 15000,\n                                \"totalProductPrice\": 30000,\n                                \"productPoints\": 15,\n                                \"quantity\": 2,\n                                \"shipmentInformation3\": {\n                                    \"reload\": {\n                                        \"phoneNumber\": \"3016345321\",\n                                        \"countryId\": 22,\n                                        \"countryCode\": 57\n                                    },\n                                    \"operator\": 2,\n                                    \"customName\": \"TELÉFONO PERSONAL\"\n                                }\n                            },\n                            {\n                                \"plu\": 48911,\n                                \"productName\": \"ProductTestC2_QR\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 47500,\n                                \"totalProductPrice\": 47500,\n                                \"productPoints\": 48,\n                                \"quantity\": 1,\n                                \"shipmentInformation2\": {\n                                    \"couponOwner\": {\n                                        \"email\": \"diana.mosquera@juju.com.co\"\n                                    },\n                                    \"customName\": \"Refactor QA v1.1\"\n                                }\n                            },\n                            {\n                                \"plu\": 48913,\n                                \"productName\": \"ProductTestC4\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 75000,\n                                \"productPoints\": 25,\n                                \"quantity\": 3,\n                                \"valuePCOPoint\": 5,\n                                \"valueTotalPCOPoint\": 15,\n                                \"shipmentInformation4\": {\n                                    \"accountHolder\": {\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"34558862\"\n                                        }\n                                    },\n                                    \"customName\": \"Maria Cecilia Montaño\"\n                                }\n                            },\n                            {\n                                \"plu\": 48908,\n                                \"productName\": \"ProductTestC1\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 35000,\n                                \"totalProductPrice\": 105000,\n                                \"productPoints\": 35,\n                                \"quantity\": 3,\n                                \"shipmentInformation1\": {\n                                    \"contact1\": {\n                                        \"firstName\": \"Maria Camila\",\n                                        \"lastName\": \"Dueñas\",\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3016375321\",\n                                            \"countryId\": 31485,\n                                            \"countryCode\": 1\n                                        }\n                                    },\n                                    \"contact2\": {\n                                        \"firstName\": \"Cacte\",\n                                        \"lastName\": \"Mosquera\"\n                                    },\n                                    \"divipolaCode\": \"19001000\",\n                                    \"addr1\": 3,\n                                    \"addr2\": \"5N\",\n                                    \"addr3\": \"6-A\",\n                                    \"addr4\": \"116\",\n                                    \"addr5\": \"Modelo\",\n                                    \"addr6\": 1,\n                                    \"addr7\": \"La estación\",\n                                    \"addr8\": \"107 TORRE B\",\n                                    \"customName\": \"DIRECCION CASA\"\n                                }\n                            }\n                        ]\n                    },\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"masterOrderId\": 213119,\n                        \"orderDate\": 1713025133000,\n                        \"source\": 1,\n                        \"detail\": [\n                            {\n                                \"plu\": 48914,\n                                \"productName\": \"ProductTestC5\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 68500,\n                                \"totalProductPrice\": 205500,\n                                \"productPoints\": 69,\n                                \"quantity\": 3,\n                                \"shipmentInformation5\": {\n                                    \"beneficiary\": {\n                                        \"firstName\": \"Mario Camilo\",\n                                        \"lastName\": \"perez Rengifo\",\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"1061735416\"\n                                        },\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3122518525\",\n                                            \"email\": \"diana.mosquera@juju.com.co\",\n                                            \"countryId\": 22,\n                                            \"countryCode\": 57\n                                        }\n                                    }\n                                }\n                            },\n                            {\n                                \"plu\": 48908,\n                                \"productName\": \"ProductTestC1\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 35000,\n                                \"totalProductPrice\": 70000,\n                                \"productPoints\": 35,\n                                \"quantity\": 2,\n                                \"shipmentInformation1\": {\n                                    \"contact1\": {\n                                        \"firstName\": \"Maria Camila\",\n                                        \"lastName\": \"Dueñas\",\n                                        \"contact\": {\n                                            \"phoneNumber\": \"3016375321\",\n                                            \"countryId\": 31485,\n                                            \"countryCode\": 1\n                                        }\n                                    },\n                                    \"contact2\": {\n                                        \"firstName\": \"Cacte\",\n                                        \"lastName\": \"Mosquera\"\n                                    },\n                                    \"divipolaCode\": \"81220000\",\n                                    \"addr1\": 3,\n                                    \"addr2\": \"5N\",\n                                    \"addr3\": \"6-A\",\n                                    \"addr4\": \"116\",\n                                    \"addr5\": \"Modelo\",\n                                    \"addr6\": 1,\n                                    \"addr7\": \"La estación\",\n                                    \"addr8\": \"107 tB\",\n                                    \"customName\": \"PruebaBug\"\n                                }\n                            },\n                            {\n                                \"plu\": 48910,\n                                \"productName\": \"ProductTestC2_Barra\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 75000,\n                                \"productPoints\": 25,\n                                \"quantity\": 3,\n                                \"shipmentInformation2\": {\n                                    \"couponOwner\": {\n                                        \"email\": \"diana.mosquera@juju.com.co\"\n                                    },\n                                    \"customName\": \"Cacte\"\n                                }\n                            },\n                            {\n                                \"plu\": 48912,\n                                \"productName\": \"ProductTestC3\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"CashOut3_RecargaCelular\",\n                                \"productPrice\": 15000,\n                                \"totalProductPrice\": 15000,\n                                \"productPoints\": 15,\n                                \"quantity\": 1,\n                                \"shipmentInformation3\": {\n                                    \"reload\": {\n                                        \"phoneNumber\": \"3016375321\",\n                                        \"countryId\": 22,\n                                        \"countryCode\": 57\n                                    },\n                                    \"operator\": 4,\n                                    \"customName\": \"Update v3\"\n                                }\n                            },\n                            {\n                                \"plu\": 48913,\n                                \"productName\": \"ProductTestC4\",\n                                \"brand\": \"QA incentives\",\n                                \"category\": \"ProductosDePruebas\",\n                                \"productPrice\": 25000,\n                                \"totalProductPrice\": 25000,\n                                \"productPoints\": 25,\n                                \"quantity\": 1,\n                                \"valuePCOPoint\": 5,\n                                \"valueTotalPCOPoint\": 5,\n                                \"shipmentInformation4\": {\n                                    \"accountHolder\": {\n                                        \"identification\": {\n                                            \"documentType\": 2,\n                                            \"documentNumber\": \"34558862\"\n                                        }\n                                    },\n                                    \"customName\": \"Maria Cecilia Montaño\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"78f09eae-2ba5-4016-bfea-0228fe85d42c","name":"Success without userId Operation 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions, 3 = all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"120754"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"bd748789-6a4b-47c8-ab90-387fedcc13f3"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:56:26.1915466Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:55:48 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 602,\n        \"actualPage\": 1,\n        \"pageSize\": 5,\n        \"collection\": [\n            {\n                \"companyId\": 566,\n                \"companyName\": \"CompanyColombiaDJ\",\n                \"pointsOperations\": [\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"historyId\": 4265195,\n                        \"operation\": \"Carga de puntos API Saas\",\n                        \"concept\": \"Carga de Miles de premios desde api \",\n                        \"pointsChange\": 300.000,\n                        \"pointsAvailable\": 93404.000,\n                        \"isVisible\": true,\n                        \"operationDate\": 1713321178000\n                    },\n                    {\n                        \"userId\": 691703,\n                        \"userName\": \"Usu.Mexico\",\n                        \"historyId\": 4265159,\n                        \"operation\": \"Anulación\",\n                        \"concept\": \"Anulación del # Subpedido 256516\",\n                        \"pointsChange\": 3104.000,\n                        \"pointsAvailable\": 93104.000,\n                        \"isVisible\": false,\n                        \"operationDate\": 1713283916000\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"28419482-0771-4a43-830c-008ad6936da8","name":"Success No Content Operation 2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"228"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"8663d0e5-6cb8-4ea4-8d4e-6f97ed98ee59"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:53:16.4877127Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:52:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 200,\n        \"collection\": [\n            {\n                \"companyId\": 62,\n                \"companyName\": \"Dummy\",\n                \"redemptions\": []\n            }\n        ]\n    }\n}"},{"id":"7ea87fdb-b2d6-40d7-b735-07401589a091","name":"Success No Content Operation 1","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions, 3 = all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"228"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"8663d0e5-6cb8-4ea4-8d4e-6f97ed98ee59"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"98"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:53:16.4877127Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:52:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 200,\n        \"collection\": [\n            {\n                \"companyId\": 62,\n                \"companyName\": \"Dummy\",\n                \"pointsOperations\": []\n            }\n        ]\n    }\n}"},{"id":"163ef7cf-3ab4-4aac-95e4-2dc67bf142da","name":"Success Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"8c067445-3b21-4adc-88e9-53b0768287d1"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:45:30.6611358Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:44:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"},{"id":"1f666eed-bdbc-4bf0-877a-d6f7c0b13f13","name":"Too Many Requests","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"8c067445-3b21-4adc-88e9-53b0768287d1"},{"key":"X-Rate-Limit-Limit","value":"60s"},{"key":"X-Rate-Limit-Remaining","value":"99"},{"key":"X-Rate-Limit-Reset","value":"2024-04-08T19:45:30.6611358Z"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:44:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": \"429\",\n        \"message\": \"Ha exedido el limite de peticiones por minuto\",\n        \"success\": false\n    }\n}"},{"id":"396298f6-d293-4af4-8fc7-ebcdba3e21d0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Transaction/v1/GetTransactionOperationAndRedemtion?userId={{userId}}&companyId={{companyId}}&initialDate={{initDate}}&endDate={{endDate}}&actualPage={{actualPage}}&pageSize={{pageSize}}&operationType={{operationType}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Transaction","v1","GetTransactionOperationAndRedemtion"],"query":[{"key":"userId","value":"{{userId}}","description":"User ID"},{"key":"companyId","value":"{{companyId}}","description":"Company ID to consult"},{"key":"initialDate","value":"{{initDate}}","description":"Consultation initial date"},{"key":"endDate","value":"{{endDate}}","description":"Final date of the consultation"},{"key":"actualPage","value":"{{actualPage}}","description":"Actual page"},{"key":"pageSize","value":"{{pageSize}}","description":"Page size"},{"key":"operationType","value":"{{operationType}}","description":"Type of operation, 1 = charges, 2 = redemptions"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"0a15dd60-0a3f-45e8-a3a5-f738c0eb9294"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Apr 2024 19:50:55 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f49d332-ed7d-49c2-a903-a58f3170eb46"}],"id":"e856d8fb-5e28-4b32-b809-c0cf110a9bea","description":"<p>The User APIs are resources dedicated to creating users, associating dispatch methods, and loading and querying points. These APIs facilitate the management of user-related operations within the system, ensuring a seamless integration of user functionalities.</p>\n","_postman_id":"e856d8fb-5e28-4b32-b809-c0cf110a9bea"},{"name":"6 - Compañia","item":[],"id":"646e4d7c-0e09-4a1f-8ad9-b77da2453a97","_postman_id":"646e4d7c-0e09-4a1f-8ad9-b77da2453a97","description":""},{"name":"7 - Codigos BE","item":[{"name":"CountCodeByCompany","id":"9ced1e21-1a91-45b8-8673-b4f196970470","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Company/v1/GetUploadPointPolicy?CompanyId={{CompanyId}}","description":"<p>This functionality allows an external entity to know the quantity of codes that exist of different denominations by company.<br />Note: To use this API, it is necessary to load an inventory. Please contact the administrator to load the needed codes.</p>\n<p><strong>Scope:</strong> count_code_scope</p>\n<h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Data dictionary with the value in points and the quantity.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Company","v1","GetUploadPointPolicy"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Unique identifier of the company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{CompanyId}}"}],"variable":[]}},"response":[{"id":"9ff8f82b-d717-4b9e-9cb1-61672572e42c","name":"Successful - GetCountByCompany","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Company/CountCodeByCompany?companyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Company","CountCodeByCompany"],"query":[{"key":"companyId","value":"{{CompanyId}}","description":"Identificador único de la compañía"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 16:01:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"346"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"1\": 214,\n        \"2\": 12,\n        \"3\": 58,\n        \"4\": 171,\n        \"5\": 152,\n        \"6\": 53,\n        \"7\": 73,\n        \"8\": 18,\n        \"9\": 107,\n        \"10\": 142,\n        \"15\": 2,\n        \"40\": 100,\n        \"5000\": 175,\n        \"10000\": 50,\n        \"15000\": 20,\n        \"20000\": 50,\n        \"25000\": 20,\n        \"32000\": 9987,\n        \"35000\": 30,\n        \"40000\": 212,\n        \"42500\": 386,\n        \"45000\": 38,\n        \"50000\": 178,\n        \"57999\": 109,\n        \"60000\": 3000,\n        \"62300\": 26,\n        \"65324\": 21,\n        \"70000\": 5000\n    }\n}"},{"id":"0d781e3d-6cb9-4e2e-ac2c-89a0cb575601","name":"Successful - Company without data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Company/v1/GetUploadPointPolicy?CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Company","v1","GetUploadPointPolicy"],"query":[{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 16:10:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {}\n}"},{"id":"86115c8a-4d3a-41f2-ae86-ee5426b949bf","name":"Error - Company dont exists","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Company/v1/GetUploadPointPolicy?CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Company","v1","GetUploadPointPolicy"],"query":[{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 16:05:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 404,\n        \"message\": \"La compañia no existe\",\n        \"success\": false\n    }\n}"},{"id":"89da2e54-339c-499b-adcf-c983b3c1bc42","name":"Error - Expired token","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Company/CountCodeByCompany?companyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Company","CountCodeByCompany"],"query":[{"key":"companyId","value":"{{CompanyId}}","description":"Identificador único de la compañía"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 May 2023 16:07:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"null"}],"_postman_id":"9ced1e21-1a91-45b8-8673-b4f196970470"},{"name":"UpdateDeliveryUserCode","id":"e34f5d64-20aa-4aba-a200-120e2de8af8e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Points\":{{Points}},\r\n    \"CompanyId\":{{CompanyId}},\r\n    \"Token\":{{Token}},\r\n    \"UserInfo\":{\r\n        \"idChatbot\": {{idChatbot}},\r\n        \"cellphone\": {{cellphone}},\r\n        \"canCode\": {{canCode}},\r\n        \"invoiceCode\": {{invoiceCode}}\r\n    }   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/UpdateDeliveryUserCode","description":"<p>StartFragment</p>\n<p>This functionality allows for the delivery of a code-type voucher associated with a paint can.<br />Scope: delivery_user_code<br />Request body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Points</td>\n<td>Amount of points earned.</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>Unique identifier of the company.</td>\n</tr>\n<tr>\n<td>(Optional) Token</td>\n<td>User's is4 identification token.</td>\n</tr>\n<tr>\n<td>(Optional) UserInfo.CanCode</td>\n<td>Code of the can.</td>\n</tr>\n<tr>\n<td>(Optional) UserInfo.IdChatbot</td>\n<td>User ID in the chatbot.</td>\n</tr>\n<tr>\n<td>(Optional) UserInfo.Cellphone</td>\n<td>User's cellphone number.</td>\n</tr>\n<tr>\n<td>(Optional) UserInfo.CanCode</td>\n<td>Code of the can.</td>\n</tr>\n<tr>\n<td>(Optional) UserInfo.InvoiceCode</td>\n<td>Invoice number.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Response body</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 internal Server error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Success indicator of the request.</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Alphanumeric code assigned to the user.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","User","UpdateDeliveryUserCode"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5b4a5fd4-6106-4f64-a132-2a907d013323","name":"Succesful - Response Ok","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Points\":{{Points}},\r\n    \"CompanyId\":{{CompanyId}},\r\n    \"Token\":{{Token}},\r\n    \"UserInfo\":{\r\n        \"idChatbot\": {{idChatbot}},\r\n        \"cellphone\": {{cellphone}},\r\n        \"canCode\": {{canCode}},\r\n        \"invoiceCode\": {{invoiceCode}}\r\n    }   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/UpdateDeliveryUserCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 19:49:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": \"vy5k*EfH7r\"\n}"},{"id":"6aaae49e-6f04-48d3-ac55-7e13857cc30f","name":"Error - User assignment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Points\":{{Points}},\r\n    \"CompanyId\":{{CompanyId}},\r\n    \"Token\":{{Token}},\r\n    \"UserInfo\":{\r\n        \"idChatbot\": {{idChatbot}},\r\n        \"cellphone\": {{cellphone}},\r\n        \"canCode\": {{canCode}},\r\n        \"invoiceCode\": {{invoiceCode}}\r\n    }   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/UpdateDeliveryUserCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 19:30:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se puede asignar un código a este usuario. Consulte con el administrador.\",\n        \"success\": false\n    }\n}"},{"id":"d6102729-01da-4b21-949f-331d62c10e66","name":"Error - Invalid token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Points\":{{Points}},\r\n    \"CompanyId\":{{CompanyId}},\r\n    \"Token\":{{Token}},\r\n    \"UserInfo\":{\r\n        \"idChatbot\": {{idChatbot}},\r\n        \"cellphone\": {{cellphone}},\r\n        \"canCode\": {{canCode}},\r\n        \"invoiceCode\": {{invoiceCode}}\r\n    }   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/UpdateDeliveryUserCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 19:34:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Token no valido.\",\n        \"success\": false\n    }\n}"},{"id":"f4d56910-bc21-4af4-a32b-05053341ff1b","name":"Error - Redeemed code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Points\":{{Points}},\r\n    \"CompanyId\":{{CompanyId}},\r\n    \"Token\":{{Token}},\r\n    \"UserInfo\":{\r\n        \"idChatbot\": {{idChatbot}},\r\n        \"cellphone\": {{cellphone}},\r\n        \"canCode\": {{canCode}},\r\n        \"invoiceCode\": {{invoiceCode}}\r\n    }   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/User/UpdateDeliveryUserCode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 May 2023 20:00:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El codigo de la lata de pintura ya fue remdido\",\n        \"success\": false\n    }\n}"}],"_postman_id":"e34f5d64-20aa-4aba-a200-120e2de8af8e"}],"id":"6db37cc9-4770-4ec4-a7af-dfd6f37df852","_postman_id":"6db37cc9-4770-4ec4-a7af-dfd6f37df852","description":""},{"name":"Use Cases","item":[{"name":"Redemption","item":[{"name":"Redemption Flows","item":[{"name":"Classic Flow","item":[{"name":"01.Catalog","item":[{"name":"01.Get Token For Catalog","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"d294c055-6ecf-4364-97b4-3a8954701b6b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"catalog_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the product catalog API.</p>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b511454c-a221-44f4-9294-3f9d996c9977","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"catalog_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 15:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"570"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ab060d0b-77f3-4e76-a1a6-1bb95c99675f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOi...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59593,\n    \"scope\": \"catalog_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"d294c055-6ecf-4364-97b4-3a8954701b6b"},{"name":"02.Get Products","id":"47095061-4f72-4331-be23-15cff498df91","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","description":"<p>This API returns the products configured for the client.</p>\n<p>Remember to store the masterProductId (ID of the selected product), typeCashOutId (type of product), and price (product price) fields found in the API response.</p>\n","urlObject":{"protocol":"https","path":["api","Catalog","v2","GetProducts"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Page size. Int. Required</p>\n","type":"text/plain"},"key":"pageSize","value":"50"},{"description":{"content":"<p>Actual page. Int. Required.</p>\n","type":"text/plain"},"key":"actualPage","value":"1"},{"description":{"content":"<p>Company ID. Int. Required</p>\n","type":"text/plain"},"key":"companyId","value":"{{JJSaaSCompanyId}}"},{"disabled":true,"description":{"content":"<p>Product ID. Int. Optional</p>\n","type":"text/plain"},"key":"MasterProductId","value":"{{MasterProductId}}"},{"disabled":true,"description":{"content":"<p>Product name. String. Max Length 100. Alphanumeric. Optional</p>\n","type":"text/plain"},"key":"Name","value":""},{"disabled":true,"description":{"content":"<p>Category ID. Int. Optional</p>\n","type":"text/plain"},"key":"CategoryId","value":""},{"disabled":true,"description":{"content":"<p>Brand ID. Int. Optional</p>\n","type":"text/plain"},"key":"Brand","value":""},{"disabled":true,"description":{"content":"<p>This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional</p>\n","type":"text/plain"},"key":"onlyFeatured","value":""}],"variable":[]}},"response":[{"id":"5ae4f362-a997-41d9-b13d-5f5383cd79bd","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":null,"description":"Product name. String. Optional","disabled":true},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":null,"description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":null,"description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:12:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171406"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"88906a83-6bdb-4aff-87c4-92c4f55a97f8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 80,\n        \"actualPage\": 1,\n        \"pageSize\": 50,\n        \"collection\": [\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:&nbsp;</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">/ (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito.</span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">3. En m&eacute;todo&nbsp;de pago selecciona la opci&oacute;n&nbsp;\\\"efectivo o datafono\\\".</span></span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o&nbsp;del datafono&nbsp;</span></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 30546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 147,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $30.000\",\n                \"masterProductId\": 47074,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47074\",\n                \"name\": \"Bono Virtual Crepes & Waffles $30.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 30546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b38ae7376ae04e458908e86b776db03a146.png\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"30.546\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/4a814ccf3125450c8174bd9f8fd0363739.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link</span><a href=\\\" https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En metodo de pago selecciona la opcion \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el envio del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1089,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $40.000\",\n                \"masterProductId\": 47075,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47075\",\n                \"name\": \"Bono Virtual Crepes & Waffles $40.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 40728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/9a78031fc6dd433eac1454e7ca42733e370.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"40.728\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/2d48f8cb8fbb44c3856587781e3ae520351.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura: </span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link <a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\">https://domicilios.crepesywaffles.com/</a> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a <a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\">https://domicilios.crepesywaffles.com/</a></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">3. En m&eacute;todo&nbsp;de pago selecciona la opci&oacute;n&nbsp;\\\"efectivo o datafono\\\"</span></span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o&nbsp;del datafono&nbsp;</span></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.</span>&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 20364,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 75,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $20.000\",\n                \"masterProductId\": 47447,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47447\",\n                \"name\": \"Bono Virtual Crepes & Waffles $20.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 20364,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/da102bb1bdfc4a298fb494b17e764731999.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"20.364\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c64f7257af9246d99a2b92252b680053333.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 31819,\n                \"saleExpirationDate\": 1677542400000,\n                \"stock\": 469,\n                \"unlimitedStock\": false,\n                \"weight\": 10,\n                \"sku\": \"202201\",\n                \"masterProductId\": 48154,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48154\",\n                \"name\": \"Cashout_1 Producto QA 50.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Productos\",\n                \"price\": 45455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/5b1d5953a1b04d2d938fbd7cff9f35e2178.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"45.455\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/02e9872c60f543bead4cba95b1a60baf465.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2500,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 500,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA2\",\n                \"masterProductId\": 48155,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48155\",\n                \"name\": \"Cashout_2 Bono al portador-redención QA 80.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono al portador\",\n                \"price\": 2500,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/f801eb49c4c04eefa2930b83979d13f7237.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.500\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/33ad68fc504543829ed777e81fa716d8435.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 4178,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA1\",\n                \"masterProductId\": 48157,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48157\",\n                \"name\": \"Cashout_2 Bono al portador-barras QA 80.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Al portador\",\n                \"price\": 54546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/97735f610be04820bae64bce3cd22b53366.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/45f22b885c9b4094ac5ad76e7e1b7d06822.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 21819,\n                \"saleExpirationDate\": 1665187200000,\n                \"stock\": 304,\n                \"unlimitedStock\": false,\n                \"sku\": \"202204\",\n                \"masterProductId\": 48158,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48158\",\n                \"name\": \"Cashout_3 Recarga celular QA 30.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga de celular\",\n                \"price\": 27273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/7ef5dbb802174a9e98f7c046a3bc6738218.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"27.273\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6ba98b64dd3e4ed7851453e4983df4c4979.pdf\"\n            },\n            {\n                \"description\": \"Edici&oacute;n para prueba de bug\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 109091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 436,\n                \"unlimitedStock\": false,\n                \"sku\": \"202205\",\n                \"masterProductId\": 48159,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48159\",\n                \"name\": \"Cashout_5 Bono personal QA test 120.000\",\n                \"brand\": \"Granos*\",\n                \"shortDescription\": \"Bono virtual personal\",\n                \"price\": 109091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4d5be2ccdfc5497fb58e0c4727d5b404740.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"109.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/17e1ae30aa32428794868f7ab2187c17538.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 219,\n                \"unlimitedStock\": false,\n                \"sku\": \"202203\",\n                \"masterProductId\": 48161,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48161\",\n                \"name\": \"Cashout_3 Recarga celular CLARO QA\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga TIGO\",\n                \"price\": 40910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d3a727e3d1694761b71865aac01eb617883.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"40.910\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c1701879e7f44fe982051a973eee01a6752.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": 1694822400000,\n                \"stock\": 162,\n                \"unlimitedStock\": false,\n                \"sku\": \"81768\",\n                \"masterProductId\": 48162,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48162\",\n                \"name\": \"Cashout_3 Recarga celular movistar QA\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga celular movistar\",\n                \"price\": 18637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/c6467da97e244821ae1859408570cf96635.jpg\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"18.637\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a88fcb1c174d45ffbb76b5e245bb6c3b937.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 75,\n                \"unlimitedStock\": false,\n                \"sku\": \"202205\",\n                \"masterProductId\": 48163,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48163\",\n                \"name\": \"Cashout_5 Bono personal QA 25.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 25000\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/5712dbbe93b74fb180207fd80138fddd113.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0e8974cd15694e808efae94d391c2173948.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50000,\n                \"saleExpirationDate\": 1670025600000,\n                \"stock\": 113,\n                \"unlimitedStock\": false,\n                \"sku\": \"202206\",\n                \"masterProductId\": 48164,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48164\",\n                \"name\": \"Cashout_5 Bono personal QA 60.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 60000\",\n                \"price\": 54546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b4f06619a25b4972b58e879af97d0078826.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/d7d66932064a407a83dbc9e255329f1d152.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 49,\n                \"unlimitedStock\": false,\n                \"sku\": \"202207\",\n                \"masterProductId\": 48165,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48165\",\n                \"name\": \"Cashout_5 Bono personal QA 3.100\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 310000\",\n                \"price\": 9091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e7ceea5886114f2ca2ba4a73393a7b26166.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"9.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c31f9fb7e462401d8dcd17804a71b2ba723.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 3182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 72,\n                \"unlimitedStock\": false,\n                \"sku\": \"8745101\",\n                \"masterProductId\": 48170,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48170\",\n                \"name\": \"Cashout 4 Puntos Co XS\",\n                \"brand\": \"Inmuebles\",\n                \"shortDescription\": \"Puntos Co\",\n                \"price\": 3182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d0ff364a2ad1484a814712c79e6d792e932.png\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"3.182\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b89522f56d384ba3897a4ae9a9cb43c9437.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 24546,\n                \"saleExpirationDate\": 1688083200000,\n                \"stock\": 48,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48210,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48210\",\n                \"name\": \"CashOut1Producto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 47273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4ae00e87a782499996360f12a3982288607.png\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"47.273\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c7cdd0f2adfb439a8e096d93c1660ce9175.pdf\"\n            },\n            {\n                \"description\": \"Prueba Bug\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 22,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48221,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48221\",\n                \"name\": \"Alitas de Pollo\",\n                \"brand\": \"BUCANERO\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 10,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/977d7992a1c84c01aac055f79f89e951801.jpg\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/fea80fa7f2bd450fb4af46966d106837372.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 318182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48247,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48247\",\n                \"name\": \"ProdProducto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 318182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/15ccee2a233e4918a99599777143ccf8272.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"318.182\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/3d2766b95dee45b6888d67076dc07ac5987.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 35455,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 80,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48260,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48260\",\n                \"name\": \"ProdProducto5\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 35455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/57c16bc866d9473f9b1a63f3edc851f8886.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"35.455\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a2327663262642079330177bd24d254a304.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50000,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 14,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48261,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48261\",\n                \"name\": \"ProdProducto6\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 50000,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/835e1317aef14baa8b125969648b5eda238.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"50.000\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/542fd525a259465daabe50919c72e4585.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 90910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 18,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48263,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48263\",\n                \"name\": \"ProdProducto8\",\n                \"brand\": \"Pietrán\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 90910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ae1a49b5359049ca95b3f20ca07b34be434.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"90.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/203113786dec47e3ac433b74fa07bc75799.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 81819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 40,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48264,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48264\",\n                \"name\": \"Pollo Periné\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 81819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/7ff95322a49f46a0ba2323334bb02d70960.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"81.819\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a6be9632e9ea4b75adb690d5be2b85f7411.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 25,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48267,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48267\",\n                \"name\": \"ProdProductoNoDestacado\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/355d40a2edaf41fe8ed3a98349a6ec66332.png\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/3b849dcdf8dc4e79b3251188de76643c194.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 27273,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 95,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48268,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48268\",\n                \"name\": \"ProdProdNoDestcado\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 27273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/1c8bd21a7825481c83be48b5e31bd544317.jpg\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"27.273\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bafef70762d14c9793442cc2e69ae407667.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 15637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 39,\n                \"unlimitedStock\": false,\n                \"sku\": \"Celular\",\n                \"masterProductId\": 48276,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48276\",\n                \"name\": \"Cashout 4 Puntos Colombia\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 15637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/418cd1855de541bcbb5c8590b172be35811.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"15.637\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/825014f85f844fa88ed9024e2a465ce4809.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 81,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"258544\",\n                \"masterProductId\": 48277,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48277\",\n                \"name\": \"QA Producto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4cdec725b05845acb9dcd9181f796bc2410.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.728\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bdebe83c421d4367962433c453427a69968.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 148,\n                \"unlimitedStock\": false,\n                \"sku\": \"1025998\",\n                \"masterProductId\": 48278,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48278\",\n                \"name\": \"ws\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/0cd5eb24ac22472f99355853e0352623768.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.728\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c24a240ea20d4c3da7250954206b7fc4395.pdf\"\n            },\n            {\n                \"description\": \"Prueba CV 942\",\n                \"warranty\": \"Prueba CV 942\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2637,\n                \"saleExpirationDate\": 1700524800000,\n                \"stock\": 17,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"Pruebas\",\n                \"masterProductId\": 48281,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48281\",\n                \"name\": \"Pollo Marinero\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 2637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/124eef2ea1f04b64954e82500c940eae159.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.637\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/315c7d55fe244528ac20c660e7d886fe982.pdf\"\n            },\n            {\n                \"description\": \"Validaci&oacute;n de soporte\",\n                \"warranty\": \"Validaci&oacute;n de soporte\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 3546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"Pruebas\",\n                \"masterProductId\": 48284,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48284\",\n                \"name\": \"Recarga Movistar \",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 3546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ec499932f3d047b3bc78d8af21c116d9736.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"3.546\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/1796f0ad5fdc41679a138a6f7147ad5f209.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 1819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 496,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA\",\n                \"masterProductId\": 48288,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48288\",\n                \"name\": \"CashOut2 Bono virtual _Código QR\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"price\": 1819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e629dda380754ec180b028afa49c2814824.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"1.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/d3ba1f8db8074bc384a98b859da43054841.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 4546,\n                \"saleExpirationDate\": 1762041600000,\n                \"stock\": 1713,\n                \"unlimitedStock\": false,\n                \"sku\": \"010136\",\n                \"masterProductId\": 48293,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48293\",\n                \"name\": \"Recarga celular\",\n                \"brand\": \"QA incentives\",\n                \"price\": 4546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ac615c7a9aaf4d00ab6ee0b943b78895967.jpg\",\n                \"categoryId\": 8297,\n                \"categoryName\": \"3. CO_3 Recarga celular\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"4.546\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/8401b2e3537d4dcab67ebcc3912a50f263.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 7354,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 807,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48302,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48302\",\n                \"name\": \"CashOut2 Bono virtual _Código QR 2\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 7354,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/88178a707c5b447393db867cc9c4eba1637.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"7.354\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a1eba69dc53d4449815108a6d3078fe3523.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25455,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 102,\n                \"unlimitedStock\": false,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48303,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48303\",\n                \"name\": \"Cashout_2 Bono al portador-barras QA 20.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/02010cfb50b64017b7abaec00087b15a274.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25.455\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ba0ac0f02ca1416f976e241e894f5217888.pdf\"\n            },\n            {\n                \"description\": \"PCO NO USAR\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 1,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"sku\": \"7561\",\n                \"masterProductId\": 48635,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48635\",\n                \"name\": \"PCO NO USAR\",\n                \"brand\": \"PUNTOS COLOMBIA\",\n                \"shortDescription\": \"PCO NO USAR\",\n                \"price\": 1,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/18b720c88e0f41cd88c53ae7f8a4bad6349.png\",\n                \"categoryId\": 8294,\n                \"categoryName\": \"Products QA\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"1\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/e52a34e8c9fb44c884b11ffaf31450ae340.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"Garant&iacute;a de pruebas\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"weight\": 3,\n                \"sku\": \"Pruebas123\",\n                \"masterProductId\": 48901,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48901\",\n                \"name\": \"ProductoDePruebasCashout1\",\n                \"brand\": \"QA incentives\",\n                \"price\": 10910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d8b645184bef4cb18f37f069d4f5d6c8659.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b7155d1aede041d58f5524a0c6727431802.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 92,\n                \"unlimitedStock\": false,\n                \"sku\": \"7452256\",\n                \"masterProductId\": 48912,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48912\",\n                \"name\": \"ProductTestC3\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 13637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/8d44e7578f4c48ac8feb6d010320c6c5294.png\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"13.637\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a6b73bd40d8c4b8db261dcda0eb189cd126.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"Pruebas qa test\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 20910,\n                \"saleExpirationDate\": 1706313600000,\n                \"stock\": 6,\n                \"unlimitedStock\": false,\n                \"sku\": \"7785444\",\n                \"masterProductId\": 48913,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48913\",\n                \"name\": \"ProductTestC4\",\n                \"brand\": \"QA incentives\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/97c314fbbf934491b6846277101e9c0e731.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bcc231e9a4b3475c83f1e3f6375e2782563.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 40,\n                \"unlimitedStock\": false,\n                \"weight\": 5,\n                \"sku\": \"78522001\",\n                \"masterProductId\": 48915,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48915\",\n                \"name\": \"ProductTes\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 40910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/566fa036e0724033b30aaf7a71cda8da174.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"40.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/9dc9c8d9205b4d209cdc8a010c55fb54951.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 31819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 32,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"9854Test\",\n                \"masterProductId\": 48919,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48919\",\n                \"name\": \"Newproduct\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 31819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2ef6751ac3ca4a179c13831844a85b01976.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"31.819\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/f32e72e8aa5f460a9f63dd2eca4cea6e274.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1717113600000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"sku\": \"789654\",\n                \"masterProductId\": 49092,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49092\",\n                \"name\": \"TipoCompraBVP\",\n                \"brand\": \"QA incentives\",\n                \"price\": 59091,\n                \"featured\": true,\n                \"imageUrl\": \"\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"59.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/953f1e72c39443659259d5a140fda547279.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1719446400000,\n                \"stock\": 5,\n                \"unlimitedStock\": false,\n                \"sku\": \"32131\",\n                \"masterProductId\": 49094,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49094\",\n                \"name\": \"CashOut2_Redención_TC\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Producto de pruebas\",\n                \"price\": 59091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/3040ece482f34d1ea4772237dfaf2dbd374.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"59.091\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/05ddeb9d48a54b1ebd785094e61c31bb483.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"10 meses de garant&iacute;a\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 138182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 55,\n                \"unlimitedStock\": false,\n                \"sku\": \"6464po\",\n                \"masterProductId\": 49095,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49095\",\n                \"name\": \"CashOut2_QR_TC\",\n                \"brand\": \"QA incentives\",\n                \"price\": 138182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/6e1be407de264b779daa90f3f501c7ac351.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"138.182\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0e1fdd7e99914f4ea42cc018488fa7f3358.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"<div style=\\\"text-align:right;\\\"></div>De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 131819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"54654\",\n                \"masterProductId\": 49096,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49096\",\n                \"name\": \"CashOut2_Barras_TC\",\n                \"brand\": \"QA incentives\",\n                \"price\": 131819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2aee4088ceff4022aa613197f989a7c2647.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"131.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/cd275d70c6b64b9f9bd59b5029699ca1313.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual</span></p><p><br /><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50728,\n                \"saleExpirationDate\": 1688688000000,\n                \"stock\": 4,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $50.000\",\n                \"masterProductId\": 47076,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47076\",\n                \"name\": \"Bono Virtual Crepes & Waffles $50.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 50910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e28efa56271645098ed9797ed3d8817a381.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"50.910\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/1c2c8ee5630b45cb84f97f11a6b9c3e8638.pdf\"\n            },\n            {\n                \"description\": \"QA\",\n                \"warranty\": \"QA\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": 1664582400000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"459801\",\n                \"masterProductId\": 48201,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48201\",\n                \"name\": \"BV Test Kt\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Producto QA\",\n                \"price\": 31819,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/a050380a217c47258b5ff00641b24fbe14.png\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"31.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b230e4c44ae24c0d9491d2c25fbbac92310.pdf\"\n            },\n            {\n                \"description\": \"<span style=\\\"text-decoration:underline;\\\">QA</span>\",\n                \"warranty\": \"QA\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48202,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48202\",\n                \"name\": \"BonoPruebaCacte\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"BonPrueba\",\n                \"price\": 22728,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/de0275ed8b404d57bfec2b38c2eecaa5919.jpg\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/4f0299f8768e4cf29202e7036de15763778.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"De presentar alguna anomal&iacute;a o inconformidad debe ser reportada al correo electr&oacute;nico sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de laentrega del producto.\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 48,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48211,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48211\",\n                \"name\": \"CashOut2_BonoAlPortador\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 10910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/3f9a8153407e4df0b46a5de2d1ff7619155.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10.910\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/af7a7adc22f24eddae97a929eceb7665691.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"De presentar alguna anomal&iacute;a o inconformidad debe ser reportada al correo electr&oacute;nico sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de laentrega del producto.\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 50,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48212,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48212\",\n                \"name\": \"CashOut2_BonoAlPortador2\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 13637,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/6714502c3cdc49008bb54b9bcda530b5875.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"13.637\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/05b850d228f74ef7b1f72888f22feb4a243.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48213,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48213\",\n                \"name\": \"PRODÚCTO\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 9091,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2a990460aef04ca889166b28b38aa1c1294.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"9.091\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/34e297e3fabc49fba30011f20d85d86f893.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 34546,\n                \"saleExpirationDate\": 1669766400000,\n                \"stock\": 30,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48214,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48214\",\n                \"name\": \"Juguetería\",\n                \"brand\": \"minúscula\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 38910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4306a55e9aa94938bf5830f5f06c1cd0294.png\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"38.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/9fe5c2d5b0984f3299a237ef648cc5ee154.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1730332800000,\n                \"stock\": 59,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48215,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48215\",\n                \"name\": \"POLLO APANADO\",\n                \"brand\": \"ZENÚ\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 54546,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b3d210f8b0ee4bc2a2b65594e3e06ea2973.jpg\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/522bb97962fd4661ac6cf8ef8b00ff28907.pdf\"\n            }\n        ]\n    }\n}"},{"id":"d66f5be3-605f-4382-bd19-1b1a5ce1565a","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}&CategoryId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional","disabled":true},{"key":"CategoryId","value":"p","description":"Category ID. Int. Optional"},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:04:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2e13e70b-5d20-4a13-8c5a-9c1d00396f36"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros no son válidos\",\n        \"success\": false\n    }\n}"},{"id":"b8be93bd-d5cb-46a3-aa40-dc4e54d48a0c","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}&MasterProductId=9999&Name=","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"9999","description":"Product ID. Int. Optional"},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional"},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 15:59:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"58e45de4-dbc6-4049-ae41-234a4a62c214"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 50,\n        \"collection\": []\n    }\n}"},{"id":"3d0b530f-0ebb-41d5-9eac-194ef1071c97","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional","disabled":true},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:09:38 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4b2aa5ca-11c8-4026-852a-88fe7690bcc5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47095061-4f72-4331-be23-15cff498df91"}],"id":"be7ae503-c4a7-47d5-a927-7feab2c2e4e5","description":"<p>In this section, you will find the APIs related to the product catalog enabled for the client.</p>\n","_postman_id":"be7ae503-c4a7-47d5-a927-7feab2c2e4e5"},{"name":"02.Shopping Cart","item":[{"name":"01.Get Token For Shopping Cart","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"336bd00c-cb64-45f5-ab03-723f8fd5604e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the shopping cart APIs.</p>\n<p><strong>Scope</strong>: Orders_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e5e69c30-53f1-4678-bd65-88ede0e8102b","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:24:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"721e885b-6de7-4806-b209-7e9556867ae2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59011,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"336bd00c-cb64-45f5-ab03-723f8fd5604e"},{"name":"02.Add Product","id":"7fbe8d1c-acec-4183-a453-dad122053f60","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct","description":"<p>This API allows adding products to the shopping cart.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The user ID in the system. Required.</td>\n</tr>\n<tr>\n<td>MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The ID of the master product. Required.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","AddProduct"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"824f0547-76ee-49b0-8e00-622391fe45e5","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:26:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"213"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5a2450fb-f6af-4d9c-bb65-1c26302a5ba5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"userId\": 884631,\n        \"masterProductId\": 48154,\n        \"quantity\": 1,\n        \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n        \"detailUrl\": \"/incentives/product/48154\",\n        \"typeCashOut\": 1\n    }\n}"},{"id":"331dd2d1-4c4a-436b-a59b-4e8b3f4a1204","name":"Product out of stock","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:18:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"e0839bcc-808c-49e9-ac54-8643997ae808"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se puede redimir el producto 'Bono Virtual Crepes & Waffles $30.000' ya que no se dispone de inventario suficiente\",\n        \"success\": false\n    }\n}"},{"id":"28938cf8-cd8f-4887-9d1b-181c29e06a0f","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"w\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:12:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"15c4e499-3bec-4cf3-980b-4be9a15b9039"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"03dc1bf1-d620-4406-be48-3561207aecf0","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"MasterProductId\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:20:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6c8f5b4f-4b01-4e26-bad4-fd9db4bf3026"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se encontró un producto con este id 1\",\n        \"success\": false\n    }\n}"},{"id":"b68d79aa-e1e3-4e32-92f0-e0fdc0a31599","name":"Internal Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:32:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"866d68ae-adfb-46c7-b9ff-bb78d038e178"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"d0db70b8-a3c6-447f-8139-ffeb31204912","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"{{UserId}}\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:21:22 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"02bc3322-f71e-430f-9e59-bf1748dd8b48"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"63801568-5810-4e60-ae4c-86f48b47ea2d","name":"Unauthorized - It occurs when the user ID does not correspond to the company.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": \"9\",\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/AddProduct"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:14:14 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2720f860-cbbe-4962-bc29-2647c284fd21"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fbe8d1c-acec-4183-a453-dad122053f60"},{"name":"03.Update Product","id":"2df93d08-9710-4ee2-900f-23133e882024","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update","description":"<p>This API allows increasing the quantity of the product that is already in the shopping cart.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The user ID in the system. Required.</td>\n</tr>\n<tr>\n<td>MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The ID of the master product. Required.</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The quantity of the product. Required.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","update"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"13314486-ba7c-49d3-ab1e-52a1118e092f","name":"Successful","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:27:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"93992524-0ef6-404b-8d8b-ebfe48e9a990"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"userId\": 884631,\n        \"masterProductId\": 48154,\n        \"quantity\": 1,\n        \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n        \"detailUrl\": \"/incentives/product/48154\",\n        \"typeCashOut\": 1\n    }\n}"},{"id":"7215e4e2-9e7a-43af-bd8e-082e5ef8f529","name":"Bad Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": \"l\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:23:13 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"065fde5a-ed63-49d6-b895-3cb534f4da8f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"5049cabc-5e67-44da-aced-2e15a37136b9","name":"Bad Request - Shopping cart empty","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:31:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ca025995-fd9d-48a7-ab89-3a6215a3ad23"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Debe agregar un producto como mínimo al carrito de compras\",\n        \"success\": false\n    }\n}"},{"id":"3e51899e-84ff-454c-a9d2-89875a4610aa","name":"Product out of stock","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": 200\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:22:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"177"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6ec5ea99-267e-4c52-a3ca-e1634ffb62b0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se puede redimir el producto 'Bono Virtual Crepes & Waffles $30.000' ya que no se dispone de inventario suficiente\",\n        \"success\": false\n    }\n}"},{"id":"3bf505ae-635f-4931-a8a1-04b73e0bbd5b","name":"Not Found - User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 1,\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:23:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8bf5c9a1-ae60-4c23-8ff8-438d465aa597"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"ea6191e2-6af7-41f0-b49c-515e4d3085ae","name":"Not Found - Product","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": 999,\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:24:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4c62ccd1-4ff7-40a2-a8c0-1eae6b7ec3be"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se encontró el producto con el masterProductId 999\",\n        \"success\": false\n    }\n}"},{"id":"5b92167c-eb20-4877-9e02-6f465a12f54b","name":"Unauthorized","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}},\r\n    \"Quantity\": {{Quantity}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/update"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:22:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"30273dda-18a9-401c-88a7-7f910f6664a7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2df93d08-9710-4ee2-900f-23133e882024"},{"name":"04.Delete Product","id":"49eb6169-ba58-4190-a4cf-5fdd35f52795","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove","description":"<p>This API allows removing a product from the shopping cart.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The user ID in the system. Required.</td>\n</tr>\n<tr>\n<td>MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>The ID of the master product. Required.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShoppingCart","v1","Remove"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cbf5c9b2-814e-40df-974d-7b2a4b8807f4","name":"Successful","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:28:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c4d0dd91-aa24-4d99-b35d-ef9563a00e6e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    }\n}"},{"id":"e13a43b4-6055-45ce-99c9-fda59c83685f","name":"Bad Request","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": \"p\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:33:04 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d6e7bce8-d829-44de-bbe0-526e45e94b68"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"3552c8d0-384a-45c9-b49a-6141cde75b24","name":"Bad Request - Incorrect parameters","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:33:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4b1709e1-7caf-4eb9-b9a3-698c2f9fa655"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"c299742f-73a0-4d94-8949-729487d86ff5","name":"Not Found - Product","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": {{UserId}},\r\n    \"MasterProductId\": 9999\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:30:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ac688fc9-1be6-4683-8290-5f6974f6a0fe"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"No se encontró el producto con el masterProductId 0\",\n        \"success\": false\n    }\n}"},{"id":"caf08d47-9f32-476e-8a5d-fff758d0205f","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n   \"UserId\": 123,\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:26:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f71ba235-5f5e-4da5-ade9-7737c3d2801f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 401,\n        \"message\": \"\",\n        \"success\": false\n    }\n}"},{"id":"237b85f6-529a-4346-8fb7-8806e7766c7f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"MasterProductId\": {{MasterProductId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShoppingCart/v1/Remove"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:32:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8d3bc994-8f35-4e61-b2b3-06814dd01d44"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49eb6169-ba58-4190-a4cf-5fdd35f52795"}],"id":"fb372785-dcc8-47d1-9391-db4f0600c79c","description":"<p>In this section, you will find the APIs related to the shopping cart.</p>\n","_postman_id":"fb372785-dcc8-47d1-9391-db4f0600c79c"},{"name":"03.Shipping Address","item":[{"name":"Tangible Product","item":[{"name":"01.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"c6502b0e-cb50-44c0-aa10-723edaebff5a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9a893654-d2ed-4c6a-a181-cd996aff4039","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:42:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"986c7504-89aa-42b3-9e3e-68a818522c64"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59817,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"c6502b0e-cb50-44c0-aa10-723edaebff5a"},{"name":"02.Get Countries","id":"be5a2057-04a6-4630-9535-6b217ac4d516","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"5e154f75-37a8-4067-956a-feb6add3c913","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:44:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9e645b79-56c1-48a9-a485-49b4fcb61d06"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"9bc7e260-7444-4df8-ba88-d2832283c434","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:41:33 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"63a7c2a4-aa0a-4475-a86f-ca72eb6f3463"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"4e5ff4f3-c49e-446e-ad6d-28235d0ae968","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=10000","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"10000","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:40:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"19ca9d70-fabe-47fe-b3b8-4e4a2de34d3e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"df8afe88-24db-4abf-a71a-264cceb7cb25","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:45:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f666cb6b-d18c-43a4-baa5-1fe4e85620ad"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be5a2057-04a6-4630-9535-6b217ac4d516"},{"name":"03.Get Token For Departaments","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"5025f7af-3e8d-4b29-a78e-48221e16157a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get departaments api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"60f306d2-ff4c-494c-a36f-c7bd4419cd73","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:45:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"efa8d6a7-93c4-4bf2-851b-ce9b2260d02e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59199,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"5025f7af-3e8d-4b29-a78e-48221e16157a"},{"name":"04.Get Departaments","id":"b6a7f664-f214-42c0-9780-ed3d3da8722a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper","description":"<p>This API allows you to query the departments by country.</p>\n<p>To make the request, you must send the following fields in the body:</p>\n<ul>\n<li><p>ProcessGuideHeaderId: It must always be 5</p>\n</li>\n<li><p>Grouper1: Corresponds to the ID that identifies the country. This value is obtained from the Grouper1 field in the 02.Get Countries API.</p>\n</li>\n</ul>\n<p>The other fields in the body JSON must be sent with the value 0.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: Corresponds to the ID that identifies the country.</p>\n</li>\n<li><p>grouper2: ID that identifies the item in the list, in this case, it belongs to the department ID.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetByGrouper"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"02b5a5e4-df5b-45e3-8a28-37fa9d7f1a2a","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:46:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5179"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c430ea08-b580-4307-a11f-84abbca3feae"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"2e8889e4-bcca-46c3-b3e0-d288daf73281","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":\"a\",\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:47:57 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f245f23a-eda8-4f03-abea-8cfb95400cd4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"5c79af23-c2f0-4199-bc41-4cf2de464138","name":"Bad Request - Missing the ProcessGuideHeaderId field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:48:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"3706b92b-bd82-4d33-9fd2-409e865aa2de"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Debe tener un valor la propiedad ProcessGuideHeaderId \",\n        \"success\": false\n    },\n    \"data\": {\n        \"processGuideDetailId\": 0,\n        \"processGuideHeaderId\": 0,\n        \"grouper1\": 1,\n        \"grouper2\": 0,\n        \"grouper3\": 0,\n        \"grouper4\": 0,\n        \"grouper5\": 0,\n        \"status\": false\n    }\n}"},{"id":"7fb92b8b-b6e0-4e70-8e30-be5f1382aa9a","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":10000,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:47:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"427b77b1-8d56-440a-a2e0-eea6f2d7c5d4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"4cc58ecd-41f1-49be-944b-285ffcf8a526","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:49:37 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6cf98d2b-69c2-483e-a61a-d3a111d0c58a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6a7f664-f214-42c0-9780-ed3d3da8722a"},{"name":"05.Get Token For Municipalities","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"ba3d2dd9-ebf8-4807-a9be-a77f96456044","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get municipalities api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fe352b17-1831-42d0-a468-8cc1229044dd","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1f7d3ccf-6cce-4d57-a727-0473539e8d7e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59905,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"ba3d2dd9-ebf8-4807-a9be-a77f96456044"},{"name":"06.Get Municipalities","id":"714118c7-fc50-4237-bcbc-b9fa688436c6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper","description":"<p>This API allows you to query the municipalities by department.</p>\n<p>To make the request, you must send the following fields in the body:</p>\n<ul>\n<li><p>ProcessGuideHeaderId: It must always be 5</p>\n</li>\n<li><p>Grouper1: Corresponds to the ID that identifies the country. This value is obtained from the Grouper1 field in the <em>02.Get Countries API</em></p>\n</li>\n<li><p>Grouper2: Corresponds to the ID that identifies the department. This value is obtained from the Grouper2 field in the <em>04.Get Departments API</em></p>\n</li>\n</ul>\n<p>The other fields in the body JSON must be sent with the value 0.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: Corresponds to the ID that identifies the country.</p>\n</li>\n<li><p>grouper2: Corresponds to the ID that identifies the department.</p>\n</li>\n<li><p>grouper3: ID that identifies the item in the list, in this case, it belongs to the municipality ID.</p>\n</li>\n<li><p>description2: Corresponds to the Davipola code, which must be sent in the <em>12.Create Shipping Address For Tangible Product API.</em></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetByGrouper"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ccd2498b-be05-4c37-8fbf-652ab4a76a5a","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:48:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22011"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"eb347348-7e2f-430c-a978-33cab4045458"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"65d7d67f-4951-4f42-b472-60f4a3ee1a5c","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":\"a\",\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:07:17 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9d5c88f4-a8ab-41ba-9564-7ca7a35e309c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"f84f8308-10c7-4478-9c7c-29baaef20777","name":"Bad Request - Missing the ProcessGuideHeaderId field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:08:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6ba49d38-ad04-4c21-8ea5-47c719f06faa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Debe tener un valor la propiedad ProcessGuideHeaderId \",\n        \"success\": false\n    },\n    \"data\": {\n        \"processGuideDetailId\": 0,\n        \"processGuideHeaderId\": 0,\n        \"grouper1\": 1,\n        \"grouper2\": 2,\n        \"grouper3\": 0,\n        \"grouper4\": 0,\n        \"grouper5\": 0,\n        \"status\": false\n    }\n}"},{"id":"2bf1de41-1d88-40b7-b672-b33b031480db","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":10000,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:09:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4ecc2fa-d679-483a-814c-1dfebdd2ba60"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"ba209c83-9e45-4cfe-9d43-ed8569b4f2e9","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:06:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"bd87193a-c546-4ab0-89f5-1afeb818e5bc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"714118c7-fc50-4237-bcbc-b9fa688436c6"},{"name":"07.Get Token For Address Nomenclature","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"6d2e8bdd-fb29-4a53-a2c5-9671efa3f7d1","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get addressnomenclatures api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2cfa43b1-16d7-4aff-a391-a5da9ccb21b1","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:48:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"dba74221-0ed4-4cbf-98a0-ed4d6c77f9e0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59129,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"6d2e8bdd-fb29-4a53-a2c5-9671efa3f7d1"},{"name":"08.Get Address Nomenclature","id":"1aa28851-2596-4f4b-935f-ad7ccb6d4614","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","description":"<p>This API allows you to obtain address nomenclatures such as street or avenue, among others.  </p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper1: ID that identifies the item in the list, in this case, it belongs to the nomenclature ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"3"}],"variable":[]}},"response":[{"id":"49ac4ec8-e357-4d09-b091-2fff199cc51e","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"3","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:49:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2413"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9aae6638-e95b-4c0d-a584-0ac3a264bc66"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 3,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Autopista\",\n            \"description2\": \"AU\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 4,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida\",\n            \"description2\": \"AV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 5,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida Calle\",\n            \"description2\": \"AC\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 6,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida Carrera\",\n            \"description2\": \"AK\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 7,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calle\",\n            \"description2\": \"CL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 8,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carrera\",\n            \"description2\": \"KR\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 9,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circular\",\n            \"description2\": \"CQ\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 10,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circunvalar\",\n            \"description2\": \"CV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Diagonal\",\n            \"description2\": \"DG\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 12,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lote\",\n            \"description2\": \"LT\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 13,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzana\",\n            \"description2\": \"MZ\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 14,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Transversal\",\n            \"description2\": \"TV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 15,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vía\",\n            \"description2\": \"VI\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"58dfab58-8b0c-4a48-8e17-7db780270f11","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:11:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"e677a08a-2651-4192-bc89-8c4813ebb4ac"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"1fff62a9-9404-42e9-910a-6a5403b1182d","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=30000","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"30000","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:12:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"dcbf8403-1464-4520-9c0b-e645ac9852e9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"ee98ff94-72bf-460a-a773-ab10b6920542","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"3","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:12:27 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2c306916-f938-44ff-b3dc-141ae1f2fc42"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1aa28851-2596-4f4b-935f-ad7ccb6d4614"},{"name":"09.Get Token For Building Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"7af4bf91-1cb7-4b10-892f-4916bd5ef5e7","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get building types api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c3f03f57-6957-4714-820f-88ba05850caf","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:50:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a764634a-73c0-47c8-9d33-8d1c770f2ac8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59213,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"7af4bf91-1cb7-4b10-892f-4916bd5ef5e7"},{"name":"10.Get Building Types","id":"34079df7-86f8-4b45-8e7f-49c6ee71d97c","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","description":"<p>This API allows you to obtain building types such as house, apartment, or office.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper1: ID that identifies the item in the list, in this case, it belongs to the building type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the building types, the value must be 6.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"6"}],"variable":[]}},"response":[{"id":"5b5fb27c-c115-48da-b7c4-d3cad0fcecb5","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"6","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:51:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"575"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"855972f3-b55f-4828-bae5-575f1008511f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1181,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartamento\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1182,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casa\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1183,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oficina\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"a5276b41-725c-4357-b662-9df2d80d7628","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:14:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0bd47be9-5050-4c0c-ba9e-f496221e3f97"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"1c2df207-f299-4e83-8b2d-e428e68bedcf","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1999","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:15:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"caef5b98-7072-4b59-a1df-dbc7a80985f2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"92bd4e04-02a1-4313-8aff-bdfb2e806ae8","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"6","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:15:18 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2f33c634-642e-4ca7-a66d-7c6808f29519"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34079df7-86f8-4b45-8e7f-49c6ee71d97c"},{"name":"11.Get Token For Tangible Product","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"2bbcf006-6386-4cb2-a6b5-d437a6d8aa9d","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create shipping addres for tangible product api.</p>\n<p><strong>Scope</strong>: user_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fe552bf9-7e68-4ae4-9b06-d706da7bd7a9","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:51:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"71c3a396-536e-48f9-9719-6a2802f0a851"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59357,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"2bbcf006-6386-4cb2-a6b5-d437a6d8aa9d"},{"name":"12.Create Shipping Address For Tangible Product","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ShippingAddressId\", jsonData.data.shippingAddressId);"],"type":"text/javascript","packages":{}}}],"id":"f5072320-a643-4b33-9086-309b0e3d5514","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>This API allows you to create a shipping address for tangible products.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in JUJU. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact1.FirstName</td>\n<td>String</td>\n<td>25</td>\n<td>First name of the main contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact1.LastName</td>\n<td>String</td>\n<td>25</td>\n<td>Last name of the main contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code</em></td>\n<td>Cell phone number of the contact who will receive the product. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 02.Get Countries API.</td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact2.FirstName</td>\n<td>String</td>\n<td>25</td>\n<td>First name of the secondary contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Contact2.LastName</td>\n<td>String</td>\n<td>25</td>\n<td>Last name of the secondary contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.DivipolaCode</td>\n<td>String</td>\n<td>8</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero. Required. Numeric.</td>\n<td>You must send the description2 value obtained from the 06.Get Municipalities API.</td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr1</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Corresponds to the address nomenclature ID. Required.</td>\n<td>You must send the grouper1 value obtained from the 08.Get Address Nomenclatures API.</td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr2</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the first part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr3</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the second part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr4</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the third part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr5</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the neighborhood of the address. Required. Alphanumeric. Allows special characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr6</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Corresponds to the building type. Required.</td>\n<td>You must send the grouper1 value obtained from the 10.Get Building Types API.</td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr7</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the building name. Optional. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Addr8</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the office/apartment/interior number, etc. Optional. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.Observation</td>\n<td>String</td>\n<td>300</td>\n<td>Corresponds to additional observations for the property location. Required. Alphanumeric. Allows special characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress1.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Now we will see how to take an address and section it to send it to the API.</p>\n<h4 id=\"example-1---home\">Example #1 - Home</h4>\n<img src=\"https://content.pstmn.io/37b8f6a7-5e06-4762-bd61-81b598902043/SW1hZ2VuMS5wbmc=\" width=\"1923\" height=\"301\" />\n\n<ul>\n<li><p>The Addr1 field becomes 6 as it is the value obtained from Grouper1 in the nomenclature query for \"carrera.\"</p>\n</li>\n<li><p>The Addr6 field becomes 2 as it is the value obtained from Grouper1 in the building types query for a \"house.\"</p>\n</li>\n</ul>\n<h4 id=\"example-2---apartment\"><strong>Example #2 - Apartment</strong></h4>\n<img src=\"https://content.pstmn.io/9815596b-6b34-43b4-ae93-6554e1b8ad92/SW1hZ2VuMi5wbmc=\" width=\"3132\" height=\"306\" />\n\n<ul>\n<li><p>The Addr1 field becomes 2 as it is the value obtained from Grouper1 in the nomenclature query for \"avenida.\"</p>\n</li>\n<li><p>The Addr6 field becomes 1 as it is the value obtained from Grouper1 in the building types query for a \"apartment.\"</p>\n</li>\n</ul>\n<h4 id=\"example-3---office\"><strong>Example #3 - Office</strong></h4>\n<img src=\"https://content.pstmn.io/bbe2ffe7-b6af-4a2b-b377-45321a32830d/SW1hZ2VuMy5wbmc=\" width=\"2840\" height=\"306\" />\n\n<ul>\n<li><p>The Addr1 field becomes 5 as it is the value obtained from Grouper1 in the nomenclature query for \"calle.\"</p>\n</li>\n<li><p>The Addr6 field becomes 3 as it is the value obtained from Grouper1 in the building types query for a \"office.\"</p>\n</li>\n</ul>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>shippingAddressId: ID that identifies the shipping address in our system.</p>\n","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f458c2e8-22be-4583-a9c5-00e5ded31b19","name":"Successful - Home","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 6,\r\n        \"Addr2\": \"14 Este\",\r\n        \"Addr3\": \"49D\",\r\n        \"Addr4\": \"15\",\r\n        \"Addr5\": \"La Capilla\",\r\n        \"Addr6\": 2,\r\n        \"Addr7\": \"\",\r\n        \"Addr8\": \"\",\r\n        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n        \"CustomName\": \"Casa\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:53:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"882ddfbf-d023-496b-a3ea-ef1d07d3f88e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 122775\n    }\n}"},{"id":"7d6c27ed-7d17-45bf-ae9d-528c619fd08f","name":"Successful - Apartment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 2,\r\n        \"Addr2\": \"La Alegría\",\r\n        \"Addr3\": \"12\",\r\n        \"Addr4\": \"34\",\r\n        \"Addr5\": \"Nueva Granada\",\r\n        \"Addr6\": 1,\r\n        \"Addr7\": \"Ed. Alvarez\",\r\n        \"Addr8\": \"302\",\r\n        \"Observation\": \"No olvide llamar antes de llegar\",\r\n        \"CustomName\": \"Apartamento\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 17:00:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d182f651-b4c4-43cb-9916-e047aeb82b90"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 122776\n    }\n}"},{"id":"f88c8877-b1f4-4551-880b-64f597c466c9","name":"Successful - Office","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 17:12:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6eb13828-ca93-4ab0-8cac-406bbf51044e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 122777\n    }\n}"},{"id":"a5401f8d-67cb-43f8-b9ca-a05ed708a468","name":"Bad Request - Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:27:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"acf61c41-a070-4052-a411-93aa6ef44f82"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CustomName\",\n        \"success\": false\n    }\n}"},{"id":"9b75917c-0fae-4c96-97f1-5a96f1c99b26","name":"Bad Request - Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"32148531064\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:28:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1819724e-2855-4e6e-a9c7-9d479cfec650"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 32148531064 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"6bf94acd-86d2-455e-b9c3-2d4a5ea660f5","name":"Bad Request - Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\"\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:29:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9181393a-0929-4b37-9947-59ee6054e7bc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"0aefbeec-ca08-4621-8566-fd9ba4ceed73","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:24:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"186c0aa5-69ab-40f6-8120-6975bd125d20"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"7dffd9e8-34b8-496f-a0ae-3d22eaa396e9","name":"Internal Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:30:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5692"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ad69dda8-e789-43e2-8425-49a95b792add"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Internal server error...\",\n        \"success\": false\n    }\n}"},{"id":"92abc5b0-ed40-4d56-aafa-5c495d7f7e18","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:23:40 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2e221b68-b620-449a-9bad-2c63ec0d4517"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"894c67a8-4a3e-407e-82f0-7c9f071d838c","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 123,\r\n    \"ShippingAddress1\": {\r\n        \"Contact1\": {\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\",\r\n            \"Contact\": {\r\n                \"PhoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        },\r\n        \"Contact2\": {\r\n            \"FirstName\": \"Laura\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"DivipolaCode\": \"11001000\",\r\n        \"Addr1\": 5,\r\n        \"Addr2\": \"80\",\r\n        \"Addr3\": \"10\",\r\n        \"Addr4\": \"11\",\r\n        \"Addr5\": \"Chico\",\r\n        \"Addr6\": 3,\r\n        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n        \"Addr8\": \"1024\",\r\n        \"Observation\": \"Entregas antes de medio día\",\r\n        \"CustomName\": \"Oficina\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:24:44 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c2f8a57b-3244-488d-b276-c548625666d1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5072320-a643-4b33-9086-309b0e3d5514"}],"id":"b2884c4f-1d8a-4613-9b01-ce5caf2e1b35","description":"<p>In this section, you will find the APIs needed to create a shipping address for a tangible product.</p>\n","_postman_id":"b2884c4f-1d8a-4613-9b01-ce5caf2e1b35"},{"name":"Virtual Coupons","item":[{"name":"01.Get Token For Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"54c50f85-1c3e-4cca-81eb-43d89dbeb573","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create shipping address for virtual coupon api.<br />Scope: user_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"08414e96-0af5-4c44-93fa-dc571539b811","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:48:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"da107fa8-7adb-4dea-a376-e8db68d18c60"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59878,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"54c50f85-1c3e-4cca-81eb-43d89dbeb573"},{"name":"02.Create Shipping Address For Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ShippingAddressId\", jsonData.data.shippingAddressId);"],"type":"text/javascript","packages":{}}}],"id":"195dec78-2da6-4767-a8b4-3b6f7ef15c21","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        },\r\n        \"CustomName\": \"Bono\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>This API allows you to create a shipping address for virtual coupons.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in the system. Required.</td>\n</tr>\n<tr>\n<td>ShippingAddress2.CouponOwner.Email</td>\n<td>String</td>\n<td>100</td>\n<td>Email of the coupon owner. Required. Alphanumeric. Allows special characters.</td>\n</tr>\n<tr>\n<td>ShippingAddress2.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>shippingAddressId: ID that identifies the shipping address in our system.</p>\n","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e1b34372-6d8c-42ce-800c-4c9b1295b022","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        },\r\n        \"CustomName\": \"Bono\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:48:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c5303de2-e02e-4f56-afa0-e579815e0b11"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 123478\n    }\n}"},{"id":"bfe02306-2dce-4324-9b37-547f49f9a35f","name":"Bad Request - Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:23:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"658d6e24-f178-40b5-b4e2-fb5fa53ebde2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CustomName\",\n        \"success\": false\n    }\n}"},{"id":"53133d97-14bf-4935-91f0-c1996dd9cf89","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        },\r\n        \"CustomName\": \"Bono\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:24:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"81d5c6f1-fd25-44e9-a631-648149c94bf4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"20410834-68c3-493d-9f86-90b920a7c876","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        },\r\n        \"CustomName\": \"Bono\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:22:31 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"02969ba0-0794-45dc-a755-56e3a85757ba"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"270d0111-008f-41cf-9a17-0d8dd4033159","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 123,\r\n    \"ShippingAddress2\": {\r\n        \"CouponOwner\": {\r\n            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n        },\r\n        \"CustomName\": \"Bono\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:25:16 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d91b73e2-03e3-4cc8-a6d9-4239c62d739b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"195dec78-2da6-4767-a8b4-3b6f7ef15c21"}],"id":"50ab7d85-bcb5-45d7-a682-d52f07c0801f","description":"<p>In this section, you will find the APIs needed to create a shipping address for a virtual coupon.</p>\n","_postman_id":"50ab7d85-bcb5-45d7-a682-d52f07c0801f"},{"name":"Cellphone Recharge","item":[{"name":"01.Get Token For Cellphone Operators","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"002462e6-098d-4037-8497-f0a8a67813c4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get cellphones operators api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"77efae75-5843-43d9-b13d-852d009d08b1","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:50:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"592e464b-0c9f-42d9-8ca1-492f048603be"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59834,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"002462e6-098d-4037-8497-f0a8a67813c4"},{"name":"02.Get Cellphone Operators","id":"892571c7-7a22-49f9-819c-e870d7d18d56","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=4","description":"<p>This API allows you to get a list of the available cellphone operators in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper2: ID that identifies the item in the list, in this case, it belongs to the cellphone operator ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the cellphone operators, the value must be 4.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"4"}],"variable":[]}},"response":[{"id":"0c51661d-0f27-4896-86e6-963d46e099bf","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=4","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"4","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:50:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4207"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a88c2fcd-1a18-43ec-bad1-54bbdd47442f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 16,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Virgin Mobile\",\n            \"description2\": \"VirginMobile - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 17,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avantel\",\n            \"description2\": \"Avantel - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 18,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Movistar\",\n            \"description2\": \"Movistar - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 19,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Claro\",\n            \"description2\": \"Claro - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 20,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tigo\",\n            \"description2\": \"Tigo - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 21,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Móvil Éxito\",\n            \"description2\": \"Móvil Éxito - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31692,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flash mobile\",\n            \"description2\": \"Flash mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31693,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oui\",\n            \"description2\": \"Oui - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31694,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Weex\",\n            \"description2\": \"Weex - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31695,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bait\",\n            \"description2\": \"Bait - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31696,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maz tiempo\",\n            \"description2\": \"Maz tiempo - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31697,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bigcel\",\n            \"description2\": \"Bigcel - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31698,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredompop\",\n            \"description2\": \"Fredompop - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31699,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soriana Movil\",\n            \"description2\": \"Soriana Movil - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31700,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Virgin Mobile\",\n            \"description2\": \"Virgin Mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31701,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wimo\",\n            \"description2\": \"Wimo - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31702,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mimovil\",\n            \"description2\": \"Mimovil - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31703,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contigo mobile\",\n            \"description2\": \"Contigo mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31704,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Telcel\",\n            \"description2\": \"Telcel - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31705,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Movistar\",\n            \"description2\": \"Movistar - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31792,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31486,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"ATyT\",\n            \"description2\": \"ATyT - MEX\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"f5cab89c-c492-4870-b647-df1eb149c145","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:02 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"40b75b2b-cac7-424d-9c60-cee515b87781"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"f9814afb-ccf2-4e0b-a1ab-2c3544aa78d3","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"999","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"bbe5c9a2-72b3-4988-9f8d-341419e81232"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"b4a52185-702e-4d9a-a84b-6e1e16b2ab3b","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"999","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:49 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a7006a03-071f-4bdf-830c-3b2d4fcf7fa5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"892571c7-7a22-49f9-819c-e870d7d18d56"},{"name":"03.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"f555df93-b36b-4d2a-a51e-7a8553dd1853","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3db9e544-b06a-417d-9304-c3d8a3d31cbf","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:51:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4a2cbf7-e0f7-4f6d-806e-077cefa0e396"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59072,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"f555df93-b36b-4d2a-a51e-7a8553dd1853"},{"name":"04.Get Countries","id":"f4757621-58c5-40d0-89b4-46265e662d74","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"343c2f7d-f492-412b-94b5-b3d77d427e00","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:51:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0b9f5934-79ee-4d1a-9571-75a900ac1a89"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"8a3df943-7dd8-4446-b69a-5baf6c05a0c7","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:28:56 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1cbfa9d6-4fbe-4640-8a38-b5f97dbcbe00"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"6f8bd55e-54b6-4412-823d-8088dd1a59e2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=9999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"9999","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:29:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5504d6ce-c408-44be-a059-a0f480cca167"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"7236eb13-fe58-4da9-8b69-f4d4789bbba8","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:29:46 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"3eaaebf2-078b-424f-9788-42b4cab4dea5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4757621-58c5-40d0-89b4-46265e662d74"},{"name":"05.Get Token For Cellphone Recharge","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"ed55a092-69c1-4e83-b69e-75bd6a5660d1","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create shipping address for cellphone recharge api.<br />Scope: user_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"16e1e221-90e5-48da-9836-cdf379b16243","name":"Succcessful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:52:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"49d8e6e5-a892-4a51-8c64-1f884b030e6f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59701,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"ed55a092-69c1-4e83-b69e-75bd6a5660d1"},{"name":"06.Create Shipping Address For Cellphone Recharge","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ShippingAddressId\", jsonData.data.shippingAddressId);"],"type":"text/javascript","packages":{}}}],"id":"b09a07c5-5e0b-49ac-891f-26ac1517a363","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>This API allows you to create a shipping address for cellphone recharge.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in JUJU. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress3.Reload.PhoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code</em></td>\n<td>Cell phone number for the reload. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress3.Reload.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 04.Get Countries API.</td>\n</tr>\n<tr>\n<td>ShippingAddress3.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress3.Operator</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Mobile operator ID. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Cellphone Operators API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>shippingAddressId: ID that identifies the shipping address in our system.</p>\n","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4cc3a870-be5a-49f7-b68e-846ef06f5ba7","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:52:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4d705dbf-1d6f-48f3-b5eb-1a901222d59a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 123479\n    }\n}"},{"id":"157a1e53-757b-4793-8872-e57e38a748af","name":"Bad Request - Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\",\r\n            \"CountryId\": 22\r\n        },\r\n\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:33:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8e2ec6b3-07f6-4e1f-8fe9-3b10411ada61"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CustomName\",\n        \"success\": false\n    }\n}"},{"id":"0e21a29b-757b-4328-86c0-4829d4a6f1a0","name":"Bad Request - Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"32148531060\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:34:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5718c63e-6217-438c-b584-fdc2b3aeb87e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 32148531060 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"5131700d-ede9-4ba0-a090-627fc01af65f","name":"Bad Request - Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\"\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:35:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9fb4c2d3-4e63-4a32-aadb-1641b27a0018"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"a14af137-95c2-4f58-9cc3-eed066626ce3","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:35:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"224e42ec-98d0-41ee-a2a7-62f506d06062"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"95a19e90-2d80-43c0-abd9-cca9156cdd23","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"32148531060\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:33:42 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a8aa60b4-515f-4cb0-98f9-e314784fc83c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"f1932f57-79af-4fee-92fc-a62f47195212","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 123,\r\n    \"ShippingAddress3\": {\r\n        \"Reload\": {\r\n            \"PhoneNumber\": \"3214853106\",\r\n            \"CountryId\": 22\r\n        },\r\n        \"CustomName\": \"Celular Andrés\",\r\n        \"Operator\": 4\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:36:47 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"7d21268f-fece-4a51-9259-6672ac7c6e41"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b09a07c5-5e0b-49ac-891f-26ac1517a363"}],"id":"ae5531d6-ab1b-4147-8451-46324040d983","description":"<p>In this section, you will find the APIs needed to create a shipping address for a cellphone recharge.</p>\n","_postman_id":"ae5531d6-ab1b-4147-8451-46324040d983"},{"name":"Puntos Colombia","item":[{"name":"01.Get Token For Document Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"470ad2ee-2e44-4bbb-9ecd-d19ff5a0d92c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get document types api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5c2144be-4c80-4fd5-8b21-43a69c7be2a7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:09:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1d99297a-4dd7-4ece-a658-92e6e514021b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59353,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"470ad2ee-2e44-4bbb-9ecd-d19ff5a0d92c"},{"name":"02.Get Document Types","id":"981b8e9c-2bd6-4f98-b36d-772aa84d0e93","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","description":"<p>This API allows you to get a list of document types available in JUJU.<br />You must consider the following values provided in the response, which will be used in subsequent APIs.<br />grouper2: ID that identifies the item in the list, in this case, it belongs to the document type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the document types, the value must be 1.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"1"}],"variable":[]}},"response":[{"id":"57ce7211-13b7-4112-84fe-b0dfe1aa8fd9","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:10:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1892"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a3014553-b8b2-456f-ad59-31aaa9474d6d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Ciudadanía\",\n            \"description2\": \"CC\",\n            \"description3\": \"^[0-9]{4,12}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 2,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Extranjería\",\n            \"description2\": \"CE\",\n            \"description3\": \"^[a-zA-Z0-9]{6,10}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31725,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Permiso Especial De Permanencia\",\n            \"description2\": \"PEP\",\n            \"description3\": \"^[0-9]{9,15}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31726,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasaporte\",\n            \"description2\": \"PAS\",\n            \"description3\": \"^[a-zA-Z0-9]{7,11}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31727,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"RFC\",\n            \"description2\": \"RFC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31728,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"CURP\",\n            \"description2\": \"CURP\",\n            \"description3\": \"^[a-zA-Z0-9]{9,18}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31729,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Green Card\",\n            \"description2\": \"GC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31730,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Driver License\",\n            \"description2\": \"DL\",\n            \"description3\": \"^[a-zA-Z0-9]{4,13}$\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"bcd44e6a-ab54-4812-9483-1d21137dcc8c","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:40:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2ac98463-8e20-4cb1-bbb1-a715d2c78d67"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"9ec0e5fb-fa95-41e9-8cb0-eb507a748705","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=8888","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"8888","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:40:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"aea72946-cb5c-459e-9a54-164cea3c15ae"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"3a08ef22-01ef-4d39-baf5-5da6cb444ba8","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:41:01 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0ead0f9d-6aae-4ec4-a6f3-ecedf71e8024"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"981b8e9c-2bd6-4f98-b36d-772aa84d0e93"},{"name":"03.Get Token For Puntos Colombia","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"4a28b990-c4ad-43d4-a8b1-68dcffa76f70","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create shipping address for puntos Colombia api.<br />Scope: user_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"97cf214b-f6af-48ec-9a49-372a45c966e5","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:10:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4ece5247-4d29-4f65-bb05-e2b675b7c2e6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59074,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"4a28b990-c4ad-43d4-a8b1-68dcffa76f70"},{"name":"04.Create Shipping Address For Puntos Colombia","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ShippingAddressId\", jsonData.data.shippingAddressId);"],"type":"text/javascript","packages":{}}}],"id":"f2ab0c5a-2fe9-4930-a4ec-ff78bad2344f","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        },\r\n        \"CustomName\": \"PCO\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>This API allows you to create a shipping address for puntos Colombia.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in JUJU. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress4.AccountHolder.identification.DocumentType</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of identification document. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Document Types API.</td>\n</tr>\n<tr>\n<td>ShippingAddress4.AccountHolder.identification.DocumentNumber</td>\n<td>String</td>\n<td>20</td>\n<td>Identification document number. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress4.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>shippingAddressId: ID that identifies the shipping address in our system.</p>\n","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ac6a88d3-8504-42b7-964a-feba868a1e4c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        },\r\n        \"CustomName\": \"PCO\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:11:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"02a9d6c3-74b5-48fa-886f-f851f49b39a2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 123486\n    }\n}"},{"id":"b5a02103-8f25-42e4-a7b9-921da0113b1d","name":"Bad Request - Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:41:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0da1e860-d411-4b54-a138-a84785fcde6f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CustomName\",\n        \"success\": false\n    }\n}"},{"id":"d928ab85-0273-4fe1-9a5d-1954d0f4edad","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        },\r\n        \"CustomName\": \"PCO\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:44:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f67c534f-c65f-4b34-a5a7-d0631f920c80"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"9c4a17fa-ae0f-4737-8c21-54a9c76808cb","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": 999,\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        },\r\n        \"CustomName\": \"PCO\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:44:32 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d9697c8a-2a16-40d3-9c98-929504922b0f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"d5fc086a-8b1f-4f62-bdf1-475b3399dca2","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserId\": {{UserId}},\r\n    \"ShippingAddress4\": {\r\n        \"AccountHolder\": {\r\n            \"identification\": {\r\n                \"DocumentType\": 2,\r\n                \"DocumentNumber\": \"1233495856\"\r\n            }\r\n        },\r\n        \"CustomName\": \"PCO\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:44:53 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"74619abc-5408-4f5e-bbbc-31223d4d2b36"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2ab0c5a-2fe9-4930-a4ec-ff78bad2344f"}],"id":"a38c4bb0-919f-482d-90fd-0738474f33f1","description":"<p>In this section, you will find the APIs needed to create a shipping address for a puntos Colombia.</p>\n","_postman_id":"a38c4bb0-919f-482d-90fd-0738474f33f1"},{"name":"Personal Virtual Coupons","item":[{"name":"01.Get Token For Document Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"45352fba-c114-4506-8919-73c8604d2426","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get document types api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"631f5d72-3247-4789-a8e1-9c066b490f14","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6034a98d-738f-42e5-8df5-e2b23a64e372"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59080,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"45352fba-c114-4506-8919-73c8604d2426"},{"name":"02.Get Document Types","id":"3ae915fa-2dfd-47a9-a753-d1000250fe9a","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","description":"<p>This API allows you to get a list of document types available in JUJU.<br />You must consider the following values provided in the response, which will be used in subsequent APIs.<br />grouper2: ID that identifies the item in the list, in this case, it belongs to the document type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the document types, the value must be 1.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"1"}],"variable":[]}},"response":[{"id":"4071b50a-d0ec-4524-b122-5ce991395ecf","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1892"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"768214c3-d7e1-47a7-8466-455e428eea44"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Ciudadanía\",\n            \"description2\": \"CC\",\n            \"description3\": \"^[0-9]{4,12}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 2,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Extranjería\",\n            \"description2\": \"CE\",\n            \"description3\": \"^[a-zA-Z0-9]{6,10}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31725,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Permiso Especial De Permanencia\",\n            \"description2\": \"PEP\",\n            \"description3\": \"^[0-9]{9,15}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31726,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasaporte\",\n            \"description2\": \"PAS\",\n            \"description3\": \"^[a-zA-Z0-9]{7,11}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31727,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"RFC\",\n            \"description2\": \"RFC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31728,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"CURP\",\n            \"description2\": \"CURP\",\n            \"description3\": \"^[a-zA-Z0-9]{9,18}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31729,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Green Card\",\n            \"description2\": \"GC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31730,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Driver License\",\n            \"description2\": \"DL\",\n            \"description3\": \"^[a-zA-Z0-9]{4,13}$\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"642c07f5-fd88-4c99-9eb5-9054fc1d9cfe","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:33 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"321f6ac5-707f-4e67-b52c-cf600cecc3b9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"07e4c0f7-12da-4ef3-ba78-7917fa85cea1","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=9999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"9999","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b5046843-f08b-4c4a-8df9-3c7a2bbf4db0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"096c8bdf-21a4-4801-a51a-d296ac5c9746","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"7adaafed-a08c-48d0-95b9-b9e64c713e8f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ae915fa-2dfd-47a9-a753-d1000250fe9a"},{"name":"03.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"cc1bdb66-dd66-4e36-b372-6696edd11f50","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a3ad9ea4-d8b3-40c7-9bbd-f5ab701f9324","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"87d07c90-863e-4a5d-b419-78cf010c4beb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59181,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"cc1bdb66-dd66-4e36-b372-6696edd11f50"},{"name":"04.Get Countries","id":"a54e2e37-6333-4289-af5f-e721db6eedf6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"56760064-0d46-4c9d-8f38-580a18b9d9e9","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:25:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"95c7ad6f-5b65-4a3a-a9ac-c4d97a975128"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"54795b73-cc6e-4853-bf34-6317bf405df4","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:09 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"537bb087-3ab6-4420-a98f-e6863a0650b6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"b9a3ae91-9ca5-4e31-9001-b05893aac4ac","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=0999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"0999","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"46ce9b71-7ba5-4977-a6ce-c42182578628"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"4c829f98-6753-4d6a-965a-704f8d3850f3","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:52 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"97440ccf-ff38-4a1f-af61-74c63242e9cd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a54e2e37-6333-4289-af5f-e721db6eedf6"},{"name":"05.Get Token For Personal Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"ff1fdc6e-21bc-428d-8863-c7beef9f227a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create shipping address for personal virtual coupon api.<br />Scope: user_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a0f0355c-3b36-43a6-b425-aec670a69d80","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:26:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1b34a28a-3555-47b7-b6dc-a779020c6798"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59698,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"ff1fdc6e-21bc-428d-8863-c7beef9f227a"},{"name":"06.Create Shipping Address For Personal Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ShippingAddressId\", jsonData.data.shippingAddressId);"],"type":"text/javascript","packages":{}}}],"id":"cb997661-a6e6-45d3-af3d-6b6be6c856e4","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22,\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create","description":"<p>This API allows you to create a shipping address for personal virtual coupon.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>String</td>\n<td>50</td>\n<td>User ID in JUJU. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.firstName</td>\n<td>String</td>\n<td>50</td>\n<td>First name of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.lastName</td>\n<td>String</td>\n<td>50</td>\n<td>Last name of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.identification.documentType</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of identification document. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Document Types API.</td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.identification.documentNumber</td>\n<td>String</td>\n<td>15</td>\n<td>Identification document number. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code.</em></td>\n<td>Cell phone number of the beneficiary. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.contact.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 04.Get Countries API.</td>\n</tr>\n<tr>\n<td>ShippingAddress5.beneficiary.contact.email</td>\n<td>String</td>\n<td>100</td>\n<td>Email address of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>shippingAddressId: ID that identifies the shipping address in our system.</p>\n","urlObject":{"protocol":"https","path":["api","ShippingAddress","v3","Create"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"83bd60ac-1a1f-4bba-9452-4b97d732ae5f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22,\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:26:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d3caebbf-afc8-4d0f-9963-e65b577d0fce"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 123487\n    }\n}"},{"id":"5c6f327f-5e7d-464e-8df3-aa97dd56d702","name":"Bad Request - Invalid Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:52:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b7208795-1910-40a0-adac-193e21fe866e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Invalid Beneficiary.Contact.Email\",\n        \"success\": false\n    }\n}"},{"id":"4cd3f943-4983-46b8-836e-2ce87663ba5c","name":"Bad Request - Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"32148531060\",\r\n                \"CountryId\": 22,\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:55:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"82542750-6389-4e3d-a906-460dfbef184a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 32148531060 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"6dec10b9-6edb-420e-899e-d53b826e1a4d","name":"Bad Request - Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:56:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"75410dd9-5dfb-4032-9ba7-f0dc90173ffa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"64ac9539-d397-4b6b-a1f2-b6248bad2421","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22,\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:57:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"56af0946-6911-4aef-8e30-bd4fe06f81eb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": false\n    }\n}"},{"id":"37b63317-0dfa-40a5-9dde-c0d1c932fc23","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": 123,\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22,\r\n                \"email\": \"andres.rodriguez@juju.com.co\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:58:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f5ddba15-dd97-49dc-bade-1102f080f8de"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"ff333683-be79-4c48-a0a2-3f63be9d6b1c","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"{{UserId}}\",\r\n    \"ShippingAddress5\": {\r\n        \"beneficiary\": {\r\n            \"firstName\": \"Andrés\",\r\n            \"lastName\": \"Rodríguez\",\r\n            \"identification\": {\r\n                \"documentType\": 2,\r\n                \"documentNumber\": \"1233495856\"\r\n            },\r\n            \"contact\": {\r\n                \"phoneNumber\": \"3214853106\",\r\n                \"CountryId\": 22\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v3/Create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:51:47 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f6cb13bf-8aab-48ed-a1a5-3e91d13fea20"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb997661-a6e6-45d3-af3d-6b6be6c856e4"}],"id":"efc528b0-f4ed-4a6f-955d-ef86a8398df0","description":"<p>In this section, you will find the APIs needed to create a shipping address for a personal virtual coupon.</p>\n","_postman_id":"efc528b0-f4ed-4a6f-955d-ef86a8398df0"},{"name":"01.Get Token For Select Shipping Address","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"8fc353f9-06c9-4a68-8573-6834afd12044","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the select shipping address api.<br />Scope: user_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"78762ad4-d19e-4714-9f78-010d007497bf","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"user_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:41:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"559"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4f1fe439-5c7d-4a5a-ac1a-5d25f640f4c1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59448,\n    \"scope\": \"user_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"8fc353f9-06c9-4a68-8573-6834afd12044"},{"name":"02.Select Shipping Address","id":"b926edd4-7e37-4175-bcec-88ddf48df2d2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": {{ShippingAddressId}},\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select","description":"<p>This API allows you to select a shipping address.</p>\n<p>If there are two or more shipping addresses for a cashout, for example, a virtual coupon, you must use this API to determine which address the redemption should be associated with.</p>\n<p><strong>If there are multiple addresses and this API is not used, the order creation API will generate an error.</strong></p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shippingAddressId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>ID that identifies the shipping address in our system. Required.</td>\n<td>This value is obtained by consuming any of the shipping address creation APIs.</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in JUJU. Required.</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","ShippingAddress","v1","Select"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3bcf4e07-6d8d-4f19-b3a4-d08aab07e24a","name":"Sucess","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": {{ShippingAddressId}},\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:42:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"412"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a63e5c94-564d-46e4-a7fe-320827a4beb3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 123487,\n        \"shippingAddress5\": {\n            \"beneficiary\": {\n                \"firstName\": \"Andrés\",\n                \"lastName\": \"Rodríguez\",\n                \"identification\": {\n                    \"documentType\": 2,\n                    \"documentNumber\": \"1233495856\"\n                },\n                \"contact\": {\n                    \"phoneNumber\": \"3214853106\",\n                    \"email\": \"andres.rodriguez@juju.com.co\"\n                }\n            }\n        },\n        \"userId\": 884631,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"4164546d-e02a-4e9a-b873-70eee74cb2eb","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:59:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"205"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8c0f7355-228b-460d-8bea-047114a89f64"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"17d9c4db-f069-442a-8443-b6fa9aefc8c5","name":"Not Found - User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": {{ShippingAddressId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:59:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"260adf62-9a31-4962-9fbb-5a51a78bfb70"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Usuario no encontrado\",\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"7b873208-8b8f-40e6-8770-12bf9a012ef5","name":"Not Found - ShippingAddress","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": 123,\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:00:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1a3bc07d-1551-4da0-8d37-b663bf35ddbb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    },\n    \"data\": {\n        \"shippingAddressId\": 0,\n        \"userId\": 0,\n        \"masterProductId\": 0,\n        \"quantity\": 0,\n        \"typeCashOut\": 0\n    }\n}"},{"id":"5ce98f1b-73ff-4ac8-9b7d-565dbfe44331","name":"Unauthorized - It occurs when the user ID does not correspond to the company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": {{ShippingAddressId}},\r\n  \"UserId\": 123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:00:29 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"29ae8518-fc70-4d83-9586-916030d0a6b4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"107c9555-2f16-4a87-bddd-840ba62590a2","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"shippingAddressId\": {{ShippingAddressId}},\r\n  \"UserId\": {{UserId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ShippingAddress/v1/Select"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:01:00 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"34f9e7df-67a5-4f7a-a34a-904a4a801647"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b926edd4-7e37-4175-bcec-88ddf48df2d2"}],"id":"9601cfc4-f65b-47e2-ac6f-4faca2b0e6d5","description":"<p>In this section, you will find the APIs related to the shipping addresses for the different available cashouts.</p>\n<p>To determine which shipping address should be selected for the consumption, you need to consider the products in the shopping cart.</p>\n<ul>\n<li><p>Tangible products: correspond to typeCashOutId = 1</p>\n</li>\n<li><p>Virtual coupons: correspond to typeCashOutId = 2</p>\n</li>\n<li><p>Cellphone recharges: correspond to typeCashOutId = 3</p>\n</li>\n<li><p>Puntos Colombia: correspond to typeCashOutId = 4</p>\n</li>\n<li><p>Personal virtual coupons: correspond to typeCashOutId = 5</p>\n</li>\n</ul>\n<p><strong>If an attempt is made to perform a redemption without having created the shipping address, the API that creates the order will generate an error indicating that no shipping address is associated with the user.</strong></p>\n","_postman_id":"9601cfc4-f65b-47e2-ac6f-4faca2b0e6d5"},{"name":"04.Create Order","item":[{"name":"01.Get Token For Create Order","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"0a5c8956-6b5a-42b1-9cf4-6503d64a277a","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9842d27-db91-45ec-a698-ef63ac769e9c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:54:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b021c2ea-2bf7-4256-a8be-08ce0488ac96"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59953,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"0a5c8956-6b5a-42b1-9cf4-6503d64a277a"},{"name":"01.Get Token For Create Order Copy","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"be3d9533-7b0f-4b3e-91de-ba904b02a2a2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8e9fa818-a458-43d9-90f3-0515ecc81e7e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:54:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b021c2ea-2bf7-4256-a8be-08ce0488ac96"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59953,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"be3d9533-7b0f-4b3e-91de-ba904b02a2a2"},{"name":"02.Create Order","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"86b1b971-a49c-4771-8c8f-d56ee0254a2f","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"OP#-1779894023\",\r\n   \"Body\":{\r\n\t   \"CompanyId\": {{JJSaaSCompanyId}},\r\n\t   \"User\":{\r\n\t\t  \"UserId\":{{UserId}} \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\": 45455\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to get a list of document types available in JUJU.</p>\n<p>This API allows you to create an order from the products added to the shopping cart.</p>\n<p>If there are no products in the shopping cart, an error will be generated.</p>\n<p>If there are no shipping addresses associated with the user, depending on the products (cashouts) in the shopping cart, an error will be generated.</p>\n<p>If the user does not have enough balance to complete the redemption, an error will be generated.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. This ID must be unique for each transaction and must be generated by the client. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>User ID in JUJU. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.  <br />If this field does not match the total of the products in the cart, an error will be generated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.<br />- data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a62e978-f8ed-488b-afd8-c2109d2889dc","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"OP#-1779894023\",\r\n   \"Body\":{\r\n\t   \"CompanyId\": {{JJSaaSCompanyId}},\r\n\t   \"User\":{\r\n\t\t  \"UserId\":{{UserId}} \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\": 45455\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:56:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"70af69ac-d1ab-412d-bfa7-7b6f47383b69"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219177\n}"},{"id":"d946309d-8102-412f-b0e9-1b9fa28d231d","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"OP#-1779894023\",\r\n   \"Body\":{\r\n\t   \"CompanyId\": {{JJSaaSCompanyId}},\r\n\t   \"User\":{\r\n\t\t  \"UserId\":{{UserId}} \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\": 45455\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:09:22 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1568da36-59b6-495c-9566-eb7913f4ac23"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"40aca8e6-1afb-4ab4-bd65-a93897504e80","name":"Unauthorized - It occurs when the company ID does not correspond to the token sent","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"OperationId\":\"OP#-1779894023\",\r\n   \"Body\":{\r\n\t   \"User\":{\r\n\t\t  \"UserId\":{{UserId}} \r\n\t   },\r\n\t   \"Order\":{\r\n\t\t  \"TotalPoints\": 45455\r\n\t\t}\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:10:14 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5f821112-1c77-40b8-a82d-30ee8b939344"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"86b1b971-a49c-4771-8c8f-d56ee0254a2f"}],"id":"e0d40ccd-d877-4b8a-8220-592c4cc7efc1","description":"<p>In this section, you will find the APIs needed to create order.</p>\n","_postman_id":"e0d40ccd-d877-4b8a-8220-592c4cc7efc1"}],"id":"d707ac06-8381-43a3-b479-2daf4f554e7d","description":"<p>This redemption flow is designed for clients who require JUJU to manage user creation, points loading, product catalog, and transaction history, as it is necessary to have a user ID created on our platform to perform all interactions with the redemption process.</p>\n","_postman_id":"d707ac06-8381-43a3-b479-2daf4f554e7d"},{"name":"Automatic Flow","item":[{"name":"01.Catalog","item":[{"name":"01.Get Token For Catalog","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"75f2aedb-3ec5-44ea-8a08-b9641cde93d2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"catalog_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the product catalog API.</p>\n<p><strong>Scope</strong>: catalog_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"19b4f515-3769-4d0e-9b69-051525cb789f","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"catalog_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 15:49:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"570"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ab060d0b-77f3-4e76-a1a6-1bb95c99675f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOi...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59593,\n    \"scope\": \"catalog_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"75f2aedb-3ec5-44ea-8a08-b9641cde93d2"},{"name":"02.Get Products","id":"e9210598-6561-48dd-9d81-43bc8592cd39","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","description":"<p>This API returns the products configured for the client.</p>\n<p>Remember to store the masterProductId (ID of the selected product), typeCashOutId (type of product), and price (product price) fields found in the API response.</p>\n","urlObject":{"protocol":"https","path":["api","Catalog","v2","GetProducts"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Page size. Int. Required</p>\n","type":"text/plain"},"key":"pageSize","value":"50"},{"description":{"content":"<p>Actual page. Int. Required.</p>\n","type":"text/plain"},"key":"actualPage","value":"1"},{"description":{"content":"<p>Company ID. Int. Required</p>\n","type":"text/plain"},"key":"companyId","value":"{{JJSaaSCompanyId}}"},{"disabled":true,"description":{"content":"<p>Product ID. Int. Optional</p>\n","type":"text/plain"},"key":"MasterProductId","value":""},{"disabled":true,"description":{"content":"<p>Product name. String. Max Length 100. Alphanumeric. Optional</p>\n","type":"text/plain"},"key":"Name","value":""},{"disabled":true,"description":{"content":"<p>Category ID. Int. Optional</p>\n","type":"text/plain"},"key":"CategoryId","value":""},{"disabled":true,"description":{"content":"<p>Brand ID. Int. Optional</p>\n","type":"text/plain"},"key":"Brand","value":""},{"disabled":true,"description":{"content":"<p>This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional</p>\n","type":"text/plain"},"key":"onlyFeatured","value":""}],"variable":[]}},"response":[{"id":"4f10325b-43fe-42dd-9ba4-d0ec690d87c0","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":null,"description":"Product name. String. Optional","disabled":true},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":null,"description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":null,"description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:12:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"171406"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"88906a83-6bdb-4aff-87c4-92c4f55a97f8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 80,\n        \"actualPage\": 1,\n        \"pageSize\": 50,\n        \"collection\": [\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:&nbsp;</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">/ (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito.</span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">3. En m&eacute;todo&nbsp;de pago selecciona la opci&oacute;n&nbsp;\\\"efectivo o datafono\\\".</span></span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o&nbsp;del datafono&nbsp;</span></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 30546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 147,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $30.000\",\n                \"masterProductId\": 47074,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47074\",\n                \"name\": \"Bono Virtual Crepes & Waffles $30.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 30546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b38ae7376ae04e458908e86b776db03a146.png\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"30.546\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/4a814ccf3125450c8174bd9f8fd0363739.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si&nbsp;</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link</span><a href=\\\" https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En metodo de pago selecciona la opcion \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el envio del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1089,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $40.000\",\n                \"masterProductId\": 47075,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47075\",\n                \"name\": \"Bono Virtual Crepes & Waffles $40.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 40728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/9a78031fc6dd433eac1454e7ca42733e370.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"40.728\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/2d48f8cb8fbb44c3856587781e3ae520351.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura: </span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link <a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\">https://domicilios.crepesywaffles.com/</a> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a <a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\">https://domicilios.crepesywaffles.com/</a></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">3. En m&eacute;todo&nbsp;de pago selecciona la opci&oacute;n&nbsp;\\\"efectivo o datafono\\\"</span></span><br /><span style=\\\"font-face:Arial, Helvetica, sans-serif;\\\"><span style=\\\"font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o&nbsp;del datafono&nbsp;</span></span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.</span>&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 20364,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 75,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $20.000\",\n                \"masterProductId\": 47447,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47447\",\n                \"name\": \"Bono Virtual Crepes & Waffles $20.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 20364,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/da102bb1bdfc4a298fb494b17e764731999.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"20.364\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c64f7257af9246d99a2b92252b680053333.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 31819,\n                \"saleExpirationDate\": 1677542400000,\n                \"stock\": 469,\n                \"unlimitedStock\": false,\n                \"weight\": 10,\n                \"sku\": \"202201\",\n                \"masterProductId\": 48154,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48154\",\n                \"name\": \"Cashout_1 Producto QA 50.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Productos\",\n                \"price\": 45455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/5b1d5953a1b04d2d938fbd7cff9f35e2178.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"45.455\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/02e9872c60f543bead4cba95b1a60baf465.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2500,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 500,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA2\",\n                \"masterProductId\": 48155,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48155\",\n                \"name\": \"Cashout_2 Bono al portador-redención QA 80.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono al portador\",\n                \"price\": 2500,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/f801eb49c4c04eefa2930b83979d13f7237.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.500\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/33ad68fc504543829ed777e81fa716d8435.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 4178,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA1\",\n                \"masterProductId\": 48157,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48157\",\n                \"name\": \"Cashout_2 Bono al portador-barras QA 80.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Al portador\",\n                \"price\": 54546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/97735f610be04820bae64bce3cd22b53366.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/45f22b885c9b4094ac5ad76e7e1b7d06822.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 21819,\n                \"saleExpirationDate\": 1665187200000,\n                \"stock\": 304,\n                \"unlimitedStock\": false,\n                \"sku\": \"202204\",\n                \"masterProductId\": 48158,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48158\",\n                \"name\": \"Cashout_3 Recarga celular QA 30.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga de celular\",\n                \"price\": 27273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/7ef5dbb802174a9e98f7c046a3bc6738218.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"27.273\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/6ba98b64dd3e4ed7851453e4983df4c4979.pdf\"\n            },\n            {\n                \"description\": \"Edici&oacute;n para prueba de bug\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 109091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 436,\n                \"unlimitedStock\": false,\n                \"sku\": \"202205\",\n                \"masterProductId\": 48159,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48159\",\n                \"name\": \"Cashout_5 Bono personal QA test 120.000\",\n                \"brand\": \"Granos*\",\n                \"shortDescription\": \"Bono virtual personal\",\n                \"price\": 109091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4d5be2ccdfc5497fb58e0c4727d5b404740.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"109.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/17e1ae30aa32428794868f7ab2187c17538.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 219,\n                \"unlimitedStock\": false,\n                \"sku\": \"202203\",\n                \"masterProductId\": 48161,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48161\",\n                \"name\": \"Cashout_3 Recarga celular CLARO QA\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga TIGO\",\n                \"price\": 40910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d3a727e3d1694761b71865aac01eb617883.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"40.910\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c1701879e7f44fe982051a973eee01a6752.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": 1694822400000,\n                \"stock\": 162,\n                \"unlimitedStock\": false,\n                \"sku\": \"81768\",\n                \"masterProductId\": 48162,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48162\",\n                \"name\": \"Cashout_3 Recarga celular movistar QA\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Recarga celular movistar\",\n                \"price\": 18637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/c6467da97e244821ae1859408570cf96635.jpg\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"18.637\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a88fcb1c174d45ffbb76b5e245bb6c3b937.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 75,\n                \"unlimitedStock\": false,\n                \"sku\": \"202205\",\n                \"masterProductId\": 48163,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48163\",\n                \"name\": \"Cashout_5 Bono personal QA 25.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 25000\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/5712dbbe93b74fb180207fd80138fddd113.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0e8974cd15694e808efae94d391c2173948.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50000,\n                \"saleExpirationDate\": 1670025600000,\n                \"stock\": 113,\n                \"unlimitedStock\": false,\n                \"sku\": \"202206\",\n                \"masterProductId\": 48164,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48164\",\n                \"name\": \"Cashout_5 Bono personal QA 60.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 60000\",\n                \"price\": 54546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b4f06619a25b4972b58e879af97d0078826.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/d7d66932064a407a83dbc9e255329f1d152.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 49,\n                \"unlimitedStock\": false,\n                \"sku\": \"202207\",\n                \"masterProductId\": 48165,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48165\",\n                \"name\": \"Cashout_5 Bono personal QA 3.100\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Bono personal 310000\",\n                \"price\": 9091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e7ceea5886114f2ca2ba4a73393a7b26166.jpg\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"9.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c31f9fb7e462401d8dcd17804a71b2ba723.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 3182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 72,\n                \"unlimitedStock\": false,\n                \"sku\": \"8745101\",\n                \"masterProductId\": 48170,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48170\",\n                \"name\": \"Cashout 4 Puntos Co XS\",\n                \"brand\": \"Inmuebles\",\n                \"shortDescription\": \"Puntos Co\",\n                \"price\": 3182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d0ff364a2ad1484a814712c79e6d792e932.png\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"3.182\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b89522f56d384ba3897a4ae9a9cb43c9437.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 24546,\n                \"saleExpirationDate\": 1688083200000,\n                \"stock\": 48,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48210,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48210\",\n                \"name\": \"CashOut1Producto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 47273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4ae00e87a782499996360f12a3982288607.png\",\n                \"categoryId\": 8335,\n                \"categoryName\": \"ConDescuento\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"47.273\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c7cdd0f2adfb439a8e096d93c1660ce9175.pdf\"\n            },\n            {\n                \"description\": \"Prueba Bug\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 22,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"1234568\",\n                \"masterProductId\": 48221,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48221\",\n                \"name\": \"Alitas de Pollo\",\n                \"brand\": \"BUCANERO\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 10,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/977d7992a1c84c01aac055f79f89e951801.jpg\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/fea80fa7f2bd450fb4af46966d106837372.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 318182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48247,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48247\",\n                \"name\": \"ProdProducto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 318182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/15ccee2a233e4918a99599777143ccf8272.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"318.182\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/3d2766b95dee45b6888d67076dc07ac5987.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 35455,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 80,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48260,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48260\",\n                \"name\": \"ProdProducto5\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 35455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/57c16bc866d9473f9b1a63f3edc851f8886.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"35.455\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a2327663262642079330177bd24d254a304.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50000,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 14,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48261,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48261\",\n                \"name\": \"ProdProducto6\",\n                \"brand\": \"Telefónica\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 50000,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/835e1317aef14baa8b125969648b5eda238.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"50.000\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/542fd525a259465daabe50919c72e4585.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 90910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 18,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48263,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48263\",\n                \"name\": \"ProdProducto8\",\n                \"brand\": \"Pietrán\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 90910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ae1a49b5359049ca95b3f20ca07b34be434.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"90.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/203113786dec47e3ac433b74fa07bc75799.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 81819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 40,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48264,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48264\",\n                \"name\": \"Pollo Periné\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 81819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/7ff95322a49f46a0ba2323334bb02d70960.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"81.819\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a6be9632e9ea4b75adb690d5be2b85f7411.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 25,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48267,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48267\",\n                \"name\": \"ProdProductoNoDestacado\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/355d40a2edaf41fe8ed3a98349a6ec66332.png\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/3b849dcdf8dc4e79b3251188de76643c194.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 27273,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 95,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48268,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48268\",\n                \"name\": \"ProdProdNoDestcado\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 27273,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/1c8bd21a7825481c83be48b5e31bd544317.jpg\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"27.273\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bafef70762d14c9793442cc2e69ae407667.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 15637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 39,\n                \"unlimitedStock\": false,\n                \"sku\": \"Celular\",\n                \"masterProductId\": 48276,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48276\",\n                \"name\": \"Cashout 4 Puntos Colombia\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 15637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/418cd1855de541bcbb5c8590b172be35811.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"15.637\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/825014f85f844fa88ed9024e2a465ce4809.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 81,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"258544\",\n                \"masterProductId\": 48277,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48277\",\n                \"name\": \"QA Producto\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4cdec725b05845acb9dcd9181f796bc2410.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.728\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bdebe83c421d4367962433c453427a69968.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 148,\n                \"unlimitedStock\": false,\n                \"sku\": \"1025998\",\n                \"masterProductId\": 48278,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48278\",\n                \"name\": \"ws\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"qa\",\n                \"price\": 2728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/0cd5eb24ac22472f99355853e0352623768.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.728\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/c24a240ea20d4c3da7250954206b7fc4395.pdf\"\n            },\n            {\n                \"description\": \"Prueba CV 942\",\n                \"warranty\": \"Prueba CV 942\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 2637,\n                \"saleExpirationDate\": 1700524800000,\n                \"stock\": 17,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"Pruebas\",\n                \"masterProductId\": 48281,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48281\",\n                \"name\": \"Pollo Marinero\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 2637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/124eef2ea1f04b64954e82500c940eae159.png\",\n                \"categoryId\": 8279,\n                \"categoryName\": \"CashOut1_Producto\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"2.637\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/315c7d55fe244528ac20c660e7d886fe982.pdf\"\n            },\n            {\n                \"description\": \"Validaci&oacute;n de soporte\",\n                \"warranty\": \"Validaci&oacute;n de soporte\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 3546,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"Pruebas\",\n                \"masterProductId\": 48284,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48284\",\n                \"name\": \"Recarga Movistar \",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 3546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ec499932f3d047b3bc78d8af21c116d9736.png\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"3.546\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/1796f0ad5fdc41679a138a6f7147ad5f209.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 1819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 496,\n                \"unlimitedStock\": false,\n                \"sku\": \"PorveedorQA\",\n                \"masterProductId\": 48288,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48288\",\n                \"name\": \"CashOut2 Bono virtual _Código QR\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"price\": 1819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e629dda380754ec180b028afa49c2814824.jpg\",\n                \"categoryId\": 8275,\n                \"categoryName\": \"QA Online Products\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"1.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/d3ba1f8db8074bc384a98b859da43054841.pdf\"\n            },\n            {\n                \"description\": \"qa\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 4546,\n                \"saleExpirationDate\": 1762041600000,\n                \"stock\": 1713,\n                \"unlimitedStock\": false,\n                \"sku\": \"010136\",\n                \"masterProductId\": 48293,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48293\",\n                \"name\": \"Recarga celular\",\n                \"brand\": \"QA incentives\",\n                \"price\": 4546,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/ac615c7a9aaf4d00ab6ee0b943b78895967.jpg\",\n                \"categoryId\": 8297,\n                \"categoryName\": \"3. CO_3 Recarga celular\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"4.546\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/8401b2e3537d4dcab67ebcc3912a50f263.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 7354,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 807,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48302,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48302\",\n                \"name\": \"CashOut2 Bono virtual _Código QR 2\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 7354,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/88178a707c5b447393db867cc9c4eba1637.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"7.354\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a1eba69dc53d4449815108a6d3078fe3523.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 25455,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 102,\n                \"unlimitedStock\": false,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48303,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48303\",\n                \"name\": \"Cashout_2 Bono al portador-barras QA 20.000\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 25455,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/02010cfb50b64017b7abaec00087b15a274.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"25.455\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/ba0ac0f02ca1416f976e241e894f5217888.pdf\"\n            },\n            {\n                \"description\": \"PCO NO USAR\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 1,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"sku\": \"7561\",\n                \"masterProductId\": 48635,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48635\",\n                \"name\": \"PCO NO USAR\",\n                \"brand\": \"PUNTOS COLOMBIA\",\n                \"shortDescription\": \"PCO NO USAR\",\n                \"price\": 1,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/18b720c88e0f41cd88c53ae7f8a4bad6349.png\",\n                \"categoryId\": 8294,\n                \"categoryName\": \"Products QA\",\n                \"providerId\": 1449,\n                \"providerName\": \"QA GROUP\",\n                \"pointsFormat\": \"1\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/e52a34e8c9fb44c884b11ffaf31450ae340.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"Garant&iacute;a de pruebas\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"weight\": 3,\n                \"sku\": \"Pruebas123\",\n                \"masterProductId\": 48901,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48901\",\n                \"name\": \"ProductoDePruebasCashout1\",\n                \"brand\": \"QA incentives\",\n                \"price\": 10910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/d8b645184bef4cb18f37f069d4f5d6c8659.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b7155d1aede041d58f5524a0c6727431802.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 92,\n                \"unlimitedStock\": false,\n                \"sku\": \"7452256\",\n                \"masterProductId\": 48912,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48912\",\n                \"name\": \"ProductTestC3\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 13637,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/8d44e7578f4c48ac8feb6d010320c6c5294.png\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"13.637\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/a6b73bd40d8c4b8db261dcda0eb189cd126.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"Pruebas qa test\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 20910,\n                \"saleExpirationDate\": 1706313600000,\n                \"stock\": 6,\n                \"unlimitedStock\": false,\n                \"sku\": \"7785444\",\n                \"masterProductId\": 48913,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48913\",\n                \"name\": \"ProductTestC4\",\n                \"brand\": \"QA incentives\",\n                \"price\": 22728,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/97c314fbbf934491b6846277101e9c0e731.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 4,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/bcc231e9a4b3475c83f1e3f6375e2782563.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 40910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 40,\n                \"unlimitedStock\": false,\n                \"weight\": 5,\n                \"sku\": \"78522001\",\n                \"masterProductId\": 48915,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48915\",\n                \"name\": \"ProductTes\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 40910,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/566fa036e0724033b30aaf7a71cda8da174.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"40.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/9dc9c8d9205b4d209cdc8a010c55fb54951.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 31819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 32,\n                \"unlimitedStock\": false,\n                \"weight\": 2,\n                \"sku\": \"9854Test\",\n                \"masterProductId\": 48919,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48919\",\n                \"name\": \"Newproduct\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Pruebas\",\n                \"price\": 31819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2ef6751ac3ca4a179c13831844a85b01976.png\",\n                \"categoryId\": 8361,\n                \"categoryName\": \"ProductosDePruebas\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"31.819\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/f32e72e8aa5f460a9f63dd2eca4cea6e274.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1717113600000,\n                \"stock\": 0,\n                \"unlimitedStock\": true,\n                \"sku\": \"789654\",\n                \"masterProductId\": 49092,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49092\",\n                \"name\": \"TipoCompraBVP\",\n                \"brand\": \"QA incentives\",\n                \"price\": 59091,\n                \"featured\": true,\n                \"imageUrl\": \"\",\n                \"categoryId\": 8283,\n                \"categoryName\": \"CashOut5_BonoPersonal \",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"59.091\",\n                \"typeCashOutId\": 5,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/953f1e72c39443659259d5a140fda547279.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1719446400000,\n                \"stock\": 5,\n                \"unlimitedStock\": false,\n                \"sku\": \"32131\",\n                \"masterProductId\": 49094,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49094\",\n                \"name\": \"CashOut2_Redención_TC\",\n                \"brand\": \"QA incentives\",\n                \"shortDescription\": \"Producto de pruebas\",\n                \"price\": 59091,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/3040ece482f34d1ea4772237dfaf2dbd374.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"59.091\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/05ddeb9d48a54b1ebd785094e61c31bb483.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"10 meses de garant&iacute;a\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 138182,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 55,\n                \"unlimitedStock\": false,\n                \"sku\": \"6464po\",\n                \"masterProductId\": 49095,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49095\",\n                \"name\": \"CashOut2_QR_TC\",\n                \"brand\": \"QA incentives\",\n                \"price\": 138182,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/6e1be407de264b779daa90f3f501c7ac351.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"138.182\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/0e1fdd7e99914f4ea42cc018488fa7f3358.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual.</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional. </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos</span></p>\",\n                \"warranty\": \"<div style=\\\"text-align:right;\\\"></div>De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 131819,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"54654\",\n                \"masterProductId\": 49096,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/49096\",\n                \"name\": \"CashOut2_Barras_TC\",\n                \"brand\": \"QA incentives\",\n                \"price\": 131819,\n                \"featured\": true,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2aee4088ceff4022aa613197f989a7c2647.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"131.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/cd275d70c6b64b9f9bd59b5029699ca1313.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cobertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Nacional </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso en Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">: Si </span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Domicilio propio, consulta la linea a trav&eacute;s del siguiente Link </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\"> (Sujeto a cobertura de zona)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Servicio a la mesa (Presencial)</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Compra para llevar</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Proceso de compras en el restaurante:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Visita el restaurante de tu preferencia</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Realiza tu pedido</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. Al momento del pago inf&oacute;rmale al asesor que tienes un cup&oacute;n virtual para redimir e ind&iacute;cale el c&oacute;digo</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. El valor adicional de la factura lo puedes cancelar con cualquier medio de pago </span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Compras online:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Ingresa a </span><a href=\\\"https://domicilios.crepesywaffles.com/\\\" target=\\\"_blank\\\"><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">https://domicilios.crepesywaffles.com/</span></a><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Agrega tus productos favoritos al carrito</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3. En m&eacute;todo de pago selecciona la opci&oacute;n \\\"efectivo o datafono\\\"</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En el campo de observaciones solicitar el env&iacute;o del datafono&nbsp;</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">5. Una vez reciba su pedido debe presentar al repartidor el bono virtual</span></p><p><br /><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Restricciones:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Este bono de regalo es un documento al portador que debe ser redimido en su totalidad por el valor habilitado en una &uacute;nica transacci&oacute;n en cualquier restaurante de CREPES &amp; WAFFLES en Colombia, o por medio de nuestros domicilios propios. Este bono de regalo no es recargable. El manejo y conservaci&oacute;n del n&uacute;mero del bono es responsabilidad del cliente antes de la redenci&oacute;n. En caso de que el consumo fuera de mayor valor, el excedente debe ser cubierto por cualquier otra forma de pago. Este certificado tiene vigencia de 1 a&ntilde;o a partir de su fecha de compra y habilitaci&oacute;n, transcurrido este tiempo no podr&aacute; hacerse efectivo, CREPES &amp; WAFFLES no se hace responsable por la perdida, hurto o reposici&oacute;n de este bono de regalo. El saldo de este puede consultarse a trav&eacute;s de los datafonos de CREPES &amp; WAFFLES a nivel nacional.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El Bono Virtual ser&aacute; enviado al correo electr&oacute;nico que has ingresado al momento de redimir, por lo que cualquier error de digitaci&oacute;n en este campo, significa el env&iacute;o de un bono virtual al correo electr&oacute;nico incorrecto, en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. Despu&eacute;s que su transacci&oacute;n haya sido exitosa, recibir&aacute;s un c&oacute;digo en PDF dentro de las siguientes 24 horas, al correo que ingresaste al momento de la redenci&oacute;n. Este Bono Virtual es un documento al portador redimible totalmente por el valor habilitado en Crepes &amp; Waffles No ser&aacute; aceptado si presenta adulteraciones de cualquier &iacute;ndole, deterioro o no cumpla unas caracter&iacute;sticas de seguridad requeridas. Crepes &amp; Waffles y&nbsp; JuJu S.A.S no se hacen responsable de la p&eacute;rdida o hurto de este bono virtual.&nbsp; En el cuerpo del bono encontrar&aacute; la vigencia de uso para este producto, una vez excedida esta fecha sin uso el bono perder&aacute; su vigencia, y con ello la usabilidad de poder ser utilizado en Crepes &amp; Waffles. Juju S.A.S garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de env&iacute;o del bono. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reversada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"<span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">De presentarse alguna anomal&iacute;a o inconformidad esta debe ser reportada al correo electr&oacute;nico&nbsp;sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de la entrega del producto.&nbsp;</span>\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 50728,\n                \"saleExpirationDate\": 1688688000000,\n                \"stock\": 4,\n                \"unlimitedStock\": false,\n                \"sku\": \"Virtual Crepes & Waffles $50.000\",\n                \"masterProductId\": 47076,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/47076\",\n                \"name\": \"Bono Virtual Crepes & Waffles $50.000\",\n                \"brand\": \"CREPES & WAFFLES\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 50910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/e28efa56271645098ed9797ed3d8817a381.png\",\n                \"categoryId\": 8192,\n                \"categoryName\": \"Comidas\",\n                \"providerId\": 1252,\n                \"providerName\": \"Crepes & Waffles Virtual\",\n                \"pointsFormat\": \"50.910\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/1c2c8ee5630b45cb84f97f11a6b9c3e8638.pdf\"\n            },\n            {\n                \"description\": \"QA\",\n                \"warranty\": \"QA\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": 1664582400000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"459801\",\n                \"masterProductId\": 48201,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48201\",\n                \"name\": \"BV Test Kt\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Producto QA\",\n                \"price\": 31819,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/a050380a217c47258b5ff00641b24fbe14.png\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"31.819\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/b230e4c44ae24c0d9491d2c25fbbac92310.pdf\"\n            },\n            {\n                \"description\": \"<span style=\\\"text-decoration:underline;\\\">QA</span>\",\n                \"warranty\": \"QA\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 22728,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 1,\n                \"unlimitedStock\": false,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48202,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48202\",\n                \"name\": \"BonoPruebaCacte\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"BonPrueba\",\n                \"price\": 22728,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/de0275ed8b404d57bfec2b38c2eecaa5919.jpg\",\n                \"categoryId\": 8286,\n                \"categoryName\": \"CategoríaNODestacado\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"22.728\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/4f0299f8768e4cf29202e7036de15763778.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"De presentar alguna anomal&iacute;a o inconformidad debe ser reportada al correo electr&oacute;nico sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de laentrega del producto.\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 10910,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 48,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48211,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48211\",\n                \"name\": \"CashOut2_BonoAlPortador\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 10910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/3f9a8153407e4df0b46a5de2d1ff7619155.jpg\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"10.910\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/af7a7adc22f24eddae97a929eceb7665691.pdf\"\n            },\n            {\n                \"description\": \"<p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p><p><strong><span style=\\\"text-decoration:underline;\\\">C</span><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">obertura:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Aplica para Almacenes Exito, Exito Express, Super Inter, Surtimax y Carulla&nbsp;a&nbsp;Nivel Nacional</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Puntos F&iacute;sicos:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;Si</span></p><p><strong><span style=\\\"text-decoration:underline;font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Uso de Pagina Web:</span></strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">&nbsp;No</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Forma de Uso:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">1. Este producto es personal e intransferible,&nbsp;no&nbsp;es un bono al portador</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">2. Al ingresar al carrito de compras, ser&aacute; necesario que ingreses la siguiente informaci&oacute;n del beneficiario:</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Nombres y Apellidos como aparecen en el documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Tipo de Documento de identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Numero de Documento de Identificaci&oacute;n.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Fecha de Nacimiento.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- N&uacute;mero de Tel&eacute;fono Celular.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Correo Electr&oacute;nico.</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">3.&nbsp;Una vez redimas, el proceso de registro podr&aacute;&nbsp;tomar hasta 3 d&iacute;as, cuando se complete, recibir&aacute;s&nbsp;un mensaje de texto y un correo&nbsp;electr&oacute;nico&nbsp;con una contrase&ntilde;a, esta contrase&ntilde;a es fundamental para la&nbsp;generaci&oacute;n&nbsp;de los tokens de pago.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">4. En la l&iacute;nea 018000414404 completaras tu&nbsp;activaci&oacute;n&nbsp;y&nbsp;podr&aacute;&nbsp;cambiar la contrase&ntilde;a si as&iacute;&nbsp;lo deseas.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Los horarios de atenci&oacute;n&nbsp;en la l&iacute;nea son: de <span style=\\\"text-decoration:underline;\\\">Lunes a Viernes 8am a 5pm y lo d&iacute;as&nbsp;s&aacute;bados&nbsp;de 8am a 12pm</span>.&nbsp;El domingo no hay l&iacute;nea de&nbsp;atenci&oacute;n.</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Cuando ya te Encuentres Registrado:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Una vez asignada la clave de ingreso, debes proceder a generar un token de compra a trav&eacute;s de la l&iacute;nea gratuita 018000414404 opci&oacute;n 1, el cual tendr&aacute; una vigencia de 3 horas para su utilizaci&oacute;n; transcurrido &eacute;ste tiempo, el token perder&aacute; vigencia.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- El sistema generar&aacute; el token, un c&oacute;digo de 6 d&iacute;gitos que debes&nbsp; conservar para realizar tu compra en el almac&eacute;n</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Estando en el almac&eacute;n, podr&aacute;s&nbsp;escoger tus productos o tarjetas regalo- Luego debes dirigirte directamente a cualquier puesto de pago e informar&nbsp;al cajero que realizaras pago a trav&eacute;s&nbsp;de convenio corporativo.</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Antes de que el cajero comience el registro, debes informar el&nbsp;# del convenio Juju 705&nbsp;al cual pertenece y presentar c&eacute;dula de ciudadan&iacute;a original e informar el token asignado</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Debes firmar el voucher que emite la caja registradora, poner tu huella y n&uacute;mero telef&oacute;nico, al finalizar el registro le ser&aacute; entregada tu tirilla de compra</span></p><p><strong><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">Las operaciones que puedes realizar a trav&eacute;s de esta l&iacute;nea&nbsp;018000414404&nbsp;son:</span></strong></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Generaci&oacute;n del token para cada compra</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Consulta de saldo- Consulta de movimientos</span><br /><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">- Cambio de clave de ingreso</span></p><p><span style=\\\"font-family:Arial, Helvetica, sans-serif;font-size:xx-small;\\\">El saldo del valor redimido ser&aacute; cargado al beneficiario que has ingresado al carrito de compras, por lo que cualquier error de digitaci&oacute;n en este campo, significa la carga de saldos a usuarios incorrectos; en ning&uacute;n caso se restituir&aacute;n puntos o se har&aacute;n devoluciones por este tipo de errores. No es negociable por dinero en efectivo ni genera intereses. &Eacute;xito y JuJu no se hacen responsable de la p&eacute;rdida o hurto de token virtual. JuJu Garantizar&aacute; una vigencia m&iacute;nima de uso de 3 meses a partir de la fecha de activaci&oacute;n del saldo. Bajo ninguna circunstancia es posible ampliar la vigencia de un producto digital ni podr&aacute; ser cambiado por otro bono de iguales caracter&iacute;sticas con vigencias m&aacute;s amplias. Por cuestiones de seguridad y del sistema, toda redenci&oacute;n exitosa de bonos virtuales, no podr&aacute; ser cancelada, reservada o sustituida por otro bono virtual o producto y tampoco ser&aacute;n restituidos puntos.</span></p>\",\n                \"warranty\": \"De presentar alguna anomal&iacute;a o inconformidad debe ser reportada al correo electr&oacute;nico sac@juju.com.co m&aacute;ximo tres (3) d&iacute;as h&aacute;biles despu&eacute;s de laentrega del producto.\",\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 13637,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 50,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48212,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48212\",\n                \"name\": \"CashOut2_BonoAlPortador2\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 13637,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/6714502c3cdc49008bb54b9bcda530b5875.png\",\n                \"categoryId\": 8280,\n                \"categoryName\": \"CashOut2_BonoAlPor-barrasQA\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"13.637\",\n                \"typeCashOutId\": 2,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/05b850d228f74ef7b1f72888f22feb4a243.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 9091,\n                \"saleExpirationDate\": -62135596800000,\n                \"stock\": 3,\n                \"unlimitedStock\": false,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48213,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48213\",\n                \"name\": \"PRODÚCTO\",\n                \"brand\": \"Automated and edited brand day 138\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 9091,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/2a990460aef04ca889166b28b38aa1c1294.jpg\",\n                \"categoryId\": 8281,\n                \"categoryName\": \"CashOut3_RecargaCelular\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"9.091\",\n                \"typeCashOutId\": 3,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/34e297e3fabc49fba30011f20d85d86f893.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 34546,\n                \"saleExpirationDate\": 1669766400000,\n                \"stock\": 30,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"0816000\",\n                \"masterProductId\": 48214,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48214\",\n                \"name\": \"Juguetería\",\n                \"brand\": \"minúscula\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 38910,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/4306a55e9aa94938bf5830f5f06c1cd0294.png\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"38.910\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/9fe5c2d5b0984f3299a237ef648cc5ee154.pdf\"\n            },\n            {\n                \"masterProductStateId\": 1,\n                \"masterProductDescription\": \"Activo\",\n                \"salesPricePoint\": 54546,\n                \"saleExpirationDate\": 1730332800000,\n                \"stock\": 59,\n                \"unlimitedStock\": false,\n                \"weight\": 1,\n                \"sku\": \"12365\",\n                \"masterProductId\": 48215,\n                \"baseUrl\": \"http://proyectosura-qa.jujutests.com\",\n                \"detailUrl\": \"/incentives/product/48215\",\n                \"name\": \"POLLO APANADO\",\n                \"brand\": \"ZENÚ\",\n                \"shortDescription\": \"Prueba\",\n                \"price\": 54546,\n                \"featured\": false,\n                \"imageUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/b3d210f8b0ee4bc2a2b65594e3e06ea2973.jpg\",\n                \"categoryId\": 8285,\n                \"categoryName\": \"Piñatería\",\n                \"providerId\": 1320,\n                \"providerName\": \"PROVEEDOR SAS QA TEST\",\n                \"pointsFormat\": \"54.546\",\n                \"typeCashOutId\": 1,\n                \"termsAndConditionsUrl\": \"https://s3-us-west-2.amazonaws.com/incentivos.juju.desarrollo/Table_Files/Product/TermsAndConditions/522bb97962fd4661ac6cf8ef8b00ff28907.pdf\"\n            }\n        ]\n    }\n}"},{"id":"fe2320a4-2451-42d0-8cad-3967bc6a89cd","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}&CategoryId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional","disabled":true},{"key":"CategoryId","value":"p","description":"Category ID. Int. Optional"},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:04:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2e13e70b-5d20-4a13-8c5a-9c1d00396f36"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros no son válidos\",\n        \"success\": false\n    }\n}"},{"id":"d9365559-346f-41fe-b3fc-7114de069909","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}&MasterProductId=9999&Name=","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"9999","description":"Product ID. Int. Optional"},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional"},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 15:59:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"58e45de4-dbc6-4049-ae41-234a4a62c214"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": {\n        \"totalRecords\": 0,\n        \"actualPage\": 1,\n        \"pageSize\": 50,\n        \"collection\": []\n    }\n}"},{"id":"ea3fea64-edb9-4590-a945-bb2f95e94e56","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Catalog/v2/GetProducts?pageSize=50&actualPage=1&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Catalog","v2","GetProducts"],"query":[{"key":"pageSize","value":"50","description":"Page size. Int. Required"},{"key":"actualPage","value":"1","description":"Actual page. Int. Required."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required"},{"key":"MasterProductId","value":"","description":"Product ID. Int. Optional","disabled":true},{"key":"Name","value":"","description":"Product name. String. Max Length 100. Alphanumeric. Optional","disabled":true},{"key":"CategoryId","value":"","description":"Category ID. Int. Optional","disabled":true},{"key":"Brand","value":"","description":"Brand ID. Int. Optional","disabled":true},{"key":"onlyFeatured","value":"","description":"This field indicates if only featured products are retrieved. Only accepts 1 (true) or 0 (false). Int. Optional","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 16:09:38 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4b2aa5ca-11c8-4026-852a-88fe7690bcc5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9210598-6561-48dd-9d81-43bc8592cd39"}],"id":"4a287314-ebb0-4903-8358-f69c285041c5","description":"<p>In this section, you will find the APIs related to the product catalog enabled for the client.</p>\n","_postman_id":"4a287314-ebb0-4903-8358-f69c285041c5"},{"name":"02.Create Order","item":[{"name":"Tangible Product","item":[{"name":"01.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"8c6d8428-1d5b-4948-a81f-14bee50ac1f3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"993950ae-fd2f-435d-b420-9e221abcdace","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:42:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"986c7504-89aa-42b3-9e3e-68a818522c64"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59817,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"8c6d8428-1d5b-4948-a81f-14bee50ac1f3"},{"name":"02.Get Countries","id":"e3c91ac1-af49-49e0-86ea-c6de3cbbd275","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"c6b48a19-517b-48f4-8c5a-4991ab1d3e0b","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:44:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9e645b79-56c1-48a9-a485-49b4fcb61d06"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"d905d384-ab45-44c9-9c5c-0bfe58db0c61","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:41:33 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"63a7c2a4-aa0a-4475-a86f-ca72eb6f3463"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"cb63b46b-ea4e-442f-87da-7d2e54575bf5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=10000","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"10000","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:40:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"19ca9d70-fabe-47fe-b3b8-4e4a2de34d3e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"e0ab6c7d-02e4-474f-9b60-068eaf0b95b4","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:45:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f666cb6b-d18c-43a4-baa5-1fe4e85620ad"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3c91ac1-af49-49e0-86ea-c6de3cbbd275"},{"name":"03.Get Token For Departaments","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"4d65db75-921d-4219-a74c-2e463dab1ffc","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get departaments api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d71ea9f9-0ad9-482f-bae8-4d5877b0abd1","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:45:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"efa8d6a7-93c4-4bf2-851b-ce9b2260d02e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59199,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"4d65db75-921d-4219-a74c-2e463dab1ffc"},{"name":"04.Get Departaments","id":"8349c563-d904-4cae-9e07-b595e10e3573","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper","description":"<p>This API allows you to query the departments by country.</p>\n<p>To make the request, you must send the following fields in the body:</p>\n<ul>\n<li><p>ProcessGuideHeaderId: It must always be 5</p>\n</li>\n<li><p>Grouper1: Corresponds to the ID that identifies the country. This value is obtained from the Grouper1 field in the 02.Get Countries API.</p>\n</li>\n</ul>\n<p>The other fields in the body JSON must be sent with the value 0.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: Corresponds to the ID that identifies the country.</p>\n</li>\n<li><p>grouper2: ID that identifies the item in the list, in this case, it belongs to the department ID.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetByGrouper"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c02a06ba-92c0-48d1-b5ed-cd6b7cac8bf5","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:46:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"5179"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c430ea08-b580-4307-a11f-84abbca3feae"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"3f3723a6-214e-4707-b5fc-ea77809bac27","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":\"a\",\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:47:57 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f245f23a-eda8-4f03-abea-8cfb95400cd4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"c1c29526-715e-49f1-a64b-bab266b173ec","name":"Bad Request - Missing the ProcessGuideHeaderId field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:48:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"3706b92b-bd82-4d33-9fd2-409e865aa2de"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Debe tener un valor la propiedad ProcessGuideHeaderId \",\n        \"success\": false\n    },\n    \"data\": {\n        \"processGuideDetailId\": 0,\n        \"processGuideHeaderId\": 0,\n        \"grouper1\": 1,\n        \"grouper2\": 0,\n        \"grouper3\": 0,\n        \"grouper4\": 0,\n        \"grouper5\": 0,\n        \"status\": false\n    }\n}"},{"id":"0efbe4a7-03b2-44a8-a8f0-bb094de13ddd","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":10000,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:47:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"427b77b1-8d56-440a-a2e0-eea6f2d7c5d4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"acfa5854-5a90-4fd9-bcf6-a0a70fb5af92","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":0,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 20:49:37 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6cf98d2b-69c2-483e-a61a-d3a111d0c58a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8349c563-d904-4cae-9e07-b595e10e3573"},{"name":"05.Get Token For Municipalities","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"3686dd29-bf0b-4747-bd6f-ae9046d511a5","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get municipalities api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"739566bc-65dc-44c7-8274-bfb203a8d506","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:47:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1f7d3ccf-6cce-4d57-a727-0473539e8d7e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59905,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"3686dd29-bf0b-4747-bd6f-ae9046d511a5"},{"name":"06.Get Municipalities","id":"3f4a0d2d-fd13-4f53-a2d2-d56cdc780fa4","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper","description":"<p>This API allows you to query the municipalities by department.</p>\n<p>To make the request, you must send the following fields in the body:</p>\n<ul>\n<li><p>ProcessGuideHeaderId: It must always be 5</p>\n</li>\n<li><p>Grouper1: Corresponds to the ID that identifies the country. This value is obtained from the</p>\n</li>\n<li><p>Grouper1 field in the <em>02.Get Countries API</em></p>\n</li>\n<li><p>Grouper2: Corresponds to the ID that identifies the department. This value is obtained from the Grouper2 field in the <em>04.Get Departments API</em></p>\n</li>\n</ul>\n<p>The other fields in the body JSON must be sent with the value 0.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: Corresponds to the ID that identifies the country.</p>\n</li>\n<li><p>grouper2: Corresponds to the ID that identifies the department.</p>\n</li>\n<li><p>grouper3: ID that identifies the item in the list, in this case, it belongs to the municipality ID.</p>\n</li>\n<li><p>description2: Corresponds to the Davipola code, which must be sent in the <em>12.Create Shipping Address For Tangible Product API.</em></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetByGrouper"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d9c45ee2-1584-4be4-ad0f-36758677257e","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:48:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22011"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"eb347348-7e2f-430c-a978-33cab4045458"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"63ca5173-fb04-4acb-8968-6880f796f6bb","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":\"a\",\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:07:17 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9d5c88f4-a8ab-41ba-9564-7ca7a35e309c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"74e5d57a-5ce4-45e2-90a4-582d17c5812b","name":"Bad Request - Missing the ProcessGuideHeaderId field","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:08:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6ba49d38-ad04-4c21-8ea5-47c719f06faa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Debe tener un valor la propiedad ProcessGuideHeaderId \",\n        \"success\": false\n    },\n    \"data\": {\n        \"processGuideDetailId\": 0,\n        \"processGuideHeaderId\": 0,\n        \"grouper1\": 1,\n        \"grouper2\": 2,\n        \"grouper3\": 0,\n        \"grouper4\": 0,\n        \"grouper5\": 0,\n        \"status\": false\n    }\n}"},{"id":"50d86d56-15a2-4c31-b11b-c20db66aaff3","name":"Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":10000,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:09:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4ecc2fa-d679-483a-814c-1dfebdd2ba60"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"bb1b6ff1-8006-4745-9c11-ff1deec11a80","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"ProcessGuideHeaderId\":5,\r\n   \"Grouper1\":1,\r\n   \"Grouper2\":2,\r\n   \"Grouper3\":0,\r\n   \"Grouper4\":0,\r\n   \"Grouper5\":0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetByGrouper"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:06:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"bd87193a-c546-4ab0-89f5-1afeb818e5bc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f4a0d2d-fd13-4f53-a2d2-d56cdc780fa4"},{"name":"07.Get Token For Address Nomenclature","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"e80069aa-22ed-4bd6-a249-bd2e9e4795f1","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get addressnomenclatures api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd2785e1-f593-4895-8ab2-0e93f8f4c14f","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:48:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"dba74221-0ed4-4cbf-98a0-ed4d6c77f9e0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59129,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"e80069aa-22ed-4bd6-a249-bd2e9e4795f1"},{"name":"08.Get Address Nomenclature","id":"274d4ab0-42f8-46ae-a22d-6888b41a1143","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","description":"<p>This API allows you to obtain address nomenclatures such as street or avenue, among others.  </p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper1: ID that identifies the item in the list, in this case, it belongs to the nomenclature ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"3"}],"variable":[]}},"response":[{"id":"b37c6cc7-2ddb-49e7-9ba6-7fb839705bfd","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"3","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:49:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2413"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9aae6638-e95b-4c0d-a584-0ac3a264bc66"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 3,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Autopista\",\n            \"description2\": \"AU\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 4,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida\",\n            \"description2\": \"AV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 5,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida Calle\",\n            \"description2\": \"AC\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 6,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avenida Carrera\",\n            \"description2\": \"AK\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 7,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calle\",\n            \"description2\": \"CL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 8,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carrera\",\n            \"description2\": \"KR\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 9,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circular\",\n            \"description2\": \"CQ\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 10,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circunvalar\",\n            \"description2\": \"CV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 11,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Diagonal\",\n            \"description2\": \"DG\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 12,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lote\",\n            \"description2\": \"LT\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 13,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzana\",\n            \"description2\": \"MZ\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 14,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Transversal\",\n            \"description2\": \"TV\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 15,\n            \"processGuideHeaderId\": 3,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vía\",\n            \"description2\": \"VI\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"7ea0487f-2815-4058-ab05-dea6d6bcba35","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:11:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"e677a08a-2651-4192-bc89-8c4813ebb4ac"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"277af1fa-57d2-4ffa-b6f6-7db73e1720c2","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=30000","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"30000","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:12:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"dcbf8403-1464-4520-9c0b-e645ac9852e9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"65c7612f-9ec6-4e4b-b6b8-01eb377940b6","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=3","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"3","description":"Process guide ID. Int. Required. To query the address nomenclatures, the value must be 3."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:12:27 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2c306916-f938-44ff-b3dc-141ae1f2fc42"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"274d4ab0-42f8-46ae-a22d-6888b41a1143"},{"name":"09.Get Token For Building Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"1521983b-f6f3-4d13-a2de-55967e947eca","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get building types api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c6c03f58-1028-4b2d-af7a-0c06f4ebb4e8","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:50:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a764634a-73c0-47c8-9d33-8d1c770f2ac8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59213,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"1521983b-f6f3-4d13-a2de-55967e947eca"},{"name":"10.Get Building Types","id":"7564fcbe-ca54-4bbd-9330-99dc97050ca6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","description":"<p>This API allows you to obtain building types such as house, apartment, or office.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper1: ID that identifies the item in the list, in this case, it belongs to the building type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the building types, the value must be 6.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"6"}],"variable":[]}},"response":[{"id":"a860d3ff-9908-4c92-b6a3-6d8e039b28bc","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"6","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 16:51:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"575"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"855972f3-b55f-4828-bae5-575f1008511f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1181,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartamento\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1182,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casa\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1183,\n            \"processGuideHeaderId\": 6,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oficina\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"50d9f4a4-1020-4af1-b6fb-0a93253a146b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:14:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0bd47be9-5050-4c0c-ba9e-f496221e3f97"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"69004800-cef1-4612-aadd-de25841ce5d9","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1999","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:15:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"caef5b98-7072-4b59-a1df-dbc7a80985f2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"5c7eddb4-4bc3-42dd-8b0d-79268f36384a","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=6","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"6","description":"Process guide ID. Int. Required. To query the building types, the value must be 6."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 16 Sep 2024 21:15:18 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2f33c634-642e-4ca7-a66d-7c6808f29519"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7564fcbe-ca54-4bbd-9330-99dc97050ca6"},{"name":"11.Get Token For Tangible Product","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"8f1ac358-d49a-483c-8a07-27cca84fd6a1","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"feffc47b-2bd7-4abe-b5ee-f454f6654785","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:19:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"59a8bfcf-e0c7-4d35-b309-299790ef5833"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59614,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"8f1ac358-d49a-483c-8a07-27cca84fd6a1"},{"name":"12.Create Order For Tangible Product","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"3ef85818-9f69-40ab-b171-bda78746c864","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to create an order for a tangible product.<br />Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserName</td>\n<td>String</td>\n<td>100</td>\n<td>Username to identify the user on the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Email</td>\n<td>String</td>\n<td>100</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Cedula</td>\n<td>String</td>\n<td>100</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.FirstName</td>\n<td>String</td>\n<td>100</td>\n<td>User's first name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.LastName</td>\n<td>String</td>\n<td>100</td>\n<td>User's last name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact1.FirstName</td>\n<td>String</td>\n<td>25</td>\n<td>First name of the main contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact1.LastName</td>\n<td>String</td>\n<td>25</td>\n<td>Last name of the main contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact1.Contact.PhoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code</em></td>\n<td>Cell phone number of the contact who will receive the product. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact1.Contact.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 02.Get Countries API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact2.FirstName</td>\n<td>String</td>\n<td>25</td>\n<td>First name of the secondary contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Contact2.LastName</td>\n<td>String</td>\n<td>25</td>\n<td>Last name of the secondary contact who will receive the product. Required. Alphabetic.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.DivipolaCode</td>\n<td>String</td>\n<td>8</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero. Required. Numeric.</td>\n<td>You must send the description2 value obtained from the 06.Get Municipalities API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr1</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Corresponds to the address nomenclature ID. Required.</td>\n<td>You must send the grouper1 value obtained from the 08.Get Address Nomenclatures API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr2</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the first part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr3</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the second part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr4</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the third part of the address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr5</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the neighborhood of the address. Required. Alphanumeric. Allows special characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr6</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Corresponds to the building type. Required.</td>\n<td>You must send the grouper1 value obtained from the 10.Get Building Types API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr7</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the building name. Optional. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Addr8</td>\n<td>String</td>\n<td>20</td>\n<td>Corresponds to the office/apartment/interior number, etc. Optional. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.Observation</td>\n<td>String</td>\n<td>300</td>\n<td>Corresponds to additional observations for the property location. Required. Alphanumeric. Allows special characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress1.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Master product ID. Required.</td>\n<td>You must send the masterProductId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Quantity of the product. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].TypeCashOut</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of cashout. Required.</td>\n<td>You must send the typecCashoutId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Now we will see how to take an address and section it to send it to the API.</p>\n<h4 id=\"example-1---home\">Example #1 - Home</h4>\n<img src=\"https://content.pstmn.io/37b8f6a7-5e06-4762-bd61-81b598902043/SW1hZ2VuMS5wbmc=\" width=\"1923\" height=\"301\" />\n\n<ul>\n<li><p>The Addr1 field becomes 6 as it is the value obtained from Grouper1 in the nomenclature query for \"carrera.\"</p>\n</li>\n<li><p>The Addr6 field becomes 2 as it is the value obtained from Grouper1 in the building types query for a \"house.\"</p>\n</li>\n</ul>\n<h4 id=\"example-2---apartment\"><strong>Example #2 - Apartment</strong></h4>\n<img src=\"https://content.pstmn.io/9815596b-6b34-43b4-ae93-6554e1b8ad92/SW1hZ2VuMi5wbmc=\" width=\"3132\" height=\"306\" />\n\n<ul>\n<li><p>The Addr1 field becomes 2 as it is the value obtained from Grouper1 in the nomenclature query for \"avenida.\"</p>\n</li>\n<li><p>The Addr6 field becomes 1 as it is the value obtained from Grouper1 in the building types query for a \"apartment.\"</p>\n</li>\n</ul>\n<h4 id=\"example-3---office\"><strong>Example #3 - Office</strong></h4>\n<img src=\"https://content.pstmn.io/bbe2ffe7-b6af-4a2b-b377-45321a32830d/SW1hZ2VuMy5wbmc=\" width=\"2840\" height=\"306\" />\n\n<ul>\n<li><p>The Addr1 field becomes 5 as it is the value obtained from Grouper1 in the nomenclature query for \"calle.\"</p>\n</li>\n<li><p>The Addr6 field becomes 3 as it is the value obtained from Grouper1 in the building types query for a \"office.\"</p>\n</li>\n</ul>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"45fee62b-6aee-4fa8-9a18-9c9072c4069e","name":"Success - Home","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1726596128\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1726596128\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1726596128\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 6,\r\n                        \"Addr2\": \"14 Este\",\r\n                        \"Addr3\": \"49D\",\r\n                        \"Addr4\": \"15\",\r\n                        \"Addr5\": \"La Capilla\",\r\n                        \"Addr6\": 2,\r\n                        \"Addr7\": \"\",\r\n                        \"Addr8\": \"\",\r\n                        \"Observation\": \"Golpear en la puerta roja, porque la azul no hay nadie\",\r\n                        \"CustomName\": \"Mi Casa\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:21:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ac793dea-bfab-45a7-abc6-88dc1d95ad85"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219178\n}"},{"id":"0b2df06f-8c41-42f6-b18f-41ea0335f3df","name":"Success - Apartment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 2,\r\n                        \"Addr2\": \"La Alegría\",\r\n                        \"Addr3\": \"12\",\r\n                        \"Addr4\": \"34\",\r\n                        \"Addr5\": \"Nueva Granada\",\r\n                        \"Addr6\": 1,\r\n                        \"Addr7\": \"Ed. Alvarez\",\r\n                        \"Addr8\": \"302\",\r\n                        \"Observation\": \"No olvide llamar antes de llegar\",\r\n                        \"CustomName\": \"Apartamento\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:22:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"dc3d2e82-7c0c-4f5c-a482-f6cc62b41e49"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219179\n}"},{"id":"4228a82e-b5be-4a35-8ea1-cb3fbe709c19","name":"Success - Office","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:23:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f14609f7-c149-47a3-87ec-92e6024e6d70"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219180\n}"},{"id":"544c22b4-66fa-4d4d-9fdc-13b690273b42","name":"Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": \"p\",\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:58:10 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d2921d75-2647-41d4-9773-bbf5d094db9e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"ae52f178-857a-4111-9350-b2138929f73a","name":"Bad Request - TotalPoints does not match the total sum of the products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:53:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b951efc4-d4f8-4e00-a498-3c2d0956c944"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"},{"id":"4531f51e-adbf-4c28-9e21-534408f43f6e","name":"Bad Request - User Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1726596138\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n \r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1726596138\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:55:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"7b779ac0-9cac-4941-b5a4-c95d6172821f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"UserName, Email, Cedula, FirstName y LastName son requeridos\",\n        \"success\": false\n    }\n}"},{"id":"06e28fbf-b363-485b-9371-20f4b1140961","name":"Bad Request - Invalid TotalPoints","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:57:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"3b3f5cb1-07c9-4032-a94e-5b3ce474e3f7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Puntos totales Inválido\",\n        \"success\": false\n    }\n}"},{"id":"ad3847ff-7f82-437a-a943-26bee71ecfcf","name":"Bad Request - Shipping Address Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n     \r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 15:58:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ed4f8036-220c-4251-9142-d9d5527f6faf"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid Contact1.FirstName\",\n        \"success\": false\n    }\n}"},{"id":"dc6002a0-1702-4369-b7d1-9674986cdb63","name":"Bad Request - Shipping Address Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"32148531060\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:00:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9e7ba753-1b6e-4c07-a3db-5fecd93cada7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 32148531060 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"f6fc9be7-4df6-4094-ae9d-39634007873b","name":"Bad Request - Shipping Address Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\"\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:01:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9258b727-d813-410e-9adb-f5b6defb3f8d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"42eeed92-8f39-48ac-a6f1-2f126eade0b2","name":"Bad Request - We do not have enough units available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:05:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"9ef81050-b808-45e6-adcd-d36d5384b4ce"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No disponemos de suficientes unidades de 'CashOut1Producto' en el inventario.\",\n        \"success\": false\n    }\n}"},{"id":"51a865cf-b2f0-4d1b-9f75-c3d00bb4cdbd","name":"Not Found - Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 47273,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:12:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"568b0692-88fb-4823-83bc-5100ad08f277"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Producto 482109 no encontrado para la compañía 962\",\n        \"success\": false\n    }\n}"},{"id":"3c3da76f-2721-425c-b178-38c879c5be2b","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 45455,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress1\": {\r\n                        \"Contact1\": {\r\n                            \"FirstName\": \"Andrés\",\r\n                            \"LastName\": \"Rodríguez\",\r\n                            \"Contact\": {\r\n                                \"PhoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22\r\n                            }\r\n                        },\r\n                        \"Contact2\": {\r\n                            \"FirstName\": \"Laura\",\r\n                            \"LastName\": \"Rodríguez\"\r\n                        },\r\n                        \"DivipolaCode\": \"11001000\",\r\n                        \"Addr1\": 5,\r\n                        \"Addr2\": \"80\",\r\n                        \"Addr3\": \"10\",\r\n                        \"Addr4\": \"11\",\r\n                        \"Addr5\": \"Chico\",\r\n                        \"Addr6\": 3,\r\n                        \"Addr7\": \"Electrodomesticos ARCCO\",\r\n                        \"Addr8\": \"1024\",\r\n                        \"Observation\": \"Entregas antes de medio día\",\r\n                        \"CustomName\": \"Oficina\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 1\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:19:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"e0437286-3a81-4e91-9b62-0d70d74cb536"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ef85818-9f69-40ab-b171-bda78746c864"}],"id":"07e0d03c-b028-4153-948d-47d267dd650f","description":"<p>In this section, you will find the APIs needed to create a order for a tangible product.</p>\n","_postman_id":"07e0d03c-b028-4153-948d-47d267dd650f"},{"name":"Virtual Coupons","item":[{"name":"01.Get Token For Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"92988fe3-6688-4442-a720-8fea97582624","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"08fea73b-6b19-4708-ba36-7a9e80f34bd7","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:24:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"18c860bb-6bb1-4e44-889b-2ecf9869bbe2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59306,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"92988fe3-6688-4442-a720-8fea97582624"},{"name":"02.Create Order For Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"9b8e83dc-ef88-4301-b347-a148f8ce16f6","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 510,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to create an order for a personal virtual coupon.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserName</td>\n<td>String</td>\n<td>100</td>\n<td>Username to identify the user on the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Email</td>\n<td>String</td>\n<td>100</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Cedula</td>\n<td>String</td>\n<td>100</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.FirstName</td>\n<td>String</td>\n<td>100</td>\n<td>User's first name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.LastName</td>\n<td>String</td>\n<td>100</td>\n<td>User's last name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress2.CouponOwner.Email</td>\n<td>String</td>\n<td>100</td>\n<td>Email of the coupon owner. Required. Alphanumeric. Allows special characters.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress2.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Master product ID. Required.</td>\n<td>You must send the masterProductId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Quantity of the product. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].TypeCashOut</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of cashout. Required.</td>\n<td>You must send the typeCashoutId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.<br />data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e6590a5f-fc8a-4133-8121-4aecc24076cc","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1726596131\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1726596131\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1726596131\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:25:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"4d38cc92-83b7-47b7-bb28-65afdc2ff01c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219181\n}"},{"id":"f116e70f-7a1b-4af7-bef0-4460dd4432b9","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:21:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a1d7f153-e5b6-4e60-8c7f-e1e9ccb97c02"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"e40aa169-1519-4515-9f47-774242e97c61","name":"Bad Request - TotalPoints does not match the total sum of the products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 305461,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:22:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"cc32f2b5-ebeb-409a-8bbd-1078585cc2fd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"},{"id":"29835117-d1b4-4f65-9c2e-142dc8c2d67e","name":"Bad Request - User Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:22:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1bcaea18-07dc-40d9-a644-24360ad501f8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"UserName, Email, Cedula, FirstName y LastName son requeridos\",\n        \"success\": false\n    }\n}"},{"id":"9f509789-91a2-4be7-a867-e4498380178a","name":"Bad Request - Invalid TotalPoints","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:22:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c225ddda-bc91-44ae-821a-9d9c7916020a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Puntos totales Inválido\",\n        \"success\": false\n    }\n}"},{"id":"b257fc87-fbe0-4027-b600-a4dedb9d95a6","name":"Bad Request - Shipping Address Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:23:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d597ca22-a423-490a-9bcf-ccda78e72525"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CouponOwner.Email\",\n        \"success\": false\n    }\n}"},{"id":"7ab63079-d9e3-43a3-ac23-64b7490dc046","name":"Bad Request - We do not have enough units available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:24:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1b173b91-226b-4848-946d-363c0cdf72ce"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No disponemos de suficientes unidades de 'Bono Virtual Crepes & Waffles $30.000' en el inventario.\",\n        \"success\": false\n    }\n}"},{"id":"3a1d379a-6cdd-47ce-b3a1-1bf51ac20a21","name":"Not Found - Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:24:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4376bc2-78db-4a0d-8b5d-404b48abb8b0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Producto 470741 no encontrado para la compañía 962\",\n        \"success\": false\n    }\n}"},{"id":"d6c430ed-94be-4436-82a1-2cfb5e392e88","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 30546,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress2\": {\r\n                        \"CouponOwner\": {\r\n                            \"Email\": \"andres.rodriguez@juju.com.co\"\r\n                        },\r\n                        \"CustomName\": \"Bono\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 2\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:25:36 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"633d4e56-ea88-49ef-b724-6af131d73ed5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b8e83dc-ef88-4301-b347-a148f8ce16f6"}],"id":"b68b29d2-2c46-422d-907e-4559afd0edc8","description":"<p>In this section, you will find the APIs needed to create a order for a virtual coupon.</p>\n","_postman_id":"b68b29d2-2c46-422d-907e-4559afd0edc8"},{"name":"Cellphone Recharge","item":[{"name":"01.Get Token For Cellphone Operators","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"59241741-75f6-4a27-bff7-b88d0aad2276","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get cellphones operators api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d204e800-e9f5-4dc2-b222-203cb74e83e1","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:50:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"592e464b-0c9f-42d9-8ca1-492f048603be"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59834,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"59241741-75f6-4a27-bff7-b88d0aad2276"},{"name":"02.Get Cellphone Operators","id":"ab8134b4-31ac-42a0-89e8-e65d2a1e8111","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=4","description":"<p>This API allows you to get a list of the available cellphone operators in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>grouper2: ID that identifies the item in the list, in this case, it belongs to the cellphone operator ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the cellphone operators, the value must be 4.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"4"}],"variable":[]}},"response":[{"id":"a04fb9dd-f4a3-424b-9354-aabece94e46e","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=4","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"4","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:50:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4207"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a88c2fcd-1a18-43ec-bad1-54bbdd47442f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 16,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Virgin Mobile\",\n            \"description2\": \"VirginMobile - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 17,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Avantel\",\n            \"description2\": \"Avantel - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 18,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Movistar\",\n            \"description2\": \"Movistar - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 19,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Claro\",\n            \"description2\": \"Claro - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 20,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tigo\",\n            \"description2\": \"Tigo - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 21,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 22,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Móvil Éxito\",\n            \"description2\": \"Móvil Éxito - COL\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31692,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flash mobile\",\n            \"description2\": \"Flash mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31693,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oui\",\n            \"description2\": \"Oui - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31694,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Weex\",\n            \"description2\": \"Weex - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31695,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bait\",\n            \"description2\": \"Bait - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31696,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maz tiempo\",\n            \"description2\": \"Maz tiempo - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31697,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bigcel\",\n            \"description2\": \"Bigcel - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31698,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredompop\",\n            \"description2\": \"Fredompop - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31699,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soriana Movil\",\n            \"description2\": \"Soriana Movil - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31700,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Virgin Mobile\",\n            \"description2\": \"Virgin Mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31701,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wimo\",\n            \"description2\": \"Wimo - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31702,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mimovil\",\n            \"description2\": \"Mimovil - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31703,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contigo mobile\",\n            \"description2\": \"Contigo mobile - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31704,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Telcel\",\n            \"description2\": \"Telcel - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31705,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31585,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Movistar\",\n            \"description2\": \"Movistar - MEX\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31792,\n            \"processGuideHeaderId\": 4,\n            \"grouper1\": 31486,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"ATyT\",\n            \"description2\": \"ATyT - MEX\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"7593ac4f-7840-4782-af92-136c80446390","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:02 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"40b75b2b-cac7-424d-9c60-cee515b87781"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"5a86f4b6-ccb3-4744-a329-4957530c4549","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"999","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"bbe5c9a2-72b3-4988-9f8d-341419e81232"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"a07d2160-f634-437a-8b83-7becad1de715","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"999","description":"Process guide ID. Int. Required. To query the cellphone operators, the value must be 4."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:27:49 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a7006a03-071f-4bdf-830c-3b2d4fcf7fa5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab8134b4-31ac-42a0-89e8-e65d2a1e8111"},{"name":"03.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"5919c041-0737-4759-bb11-f79da385a97c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"db317534-ad23-498a-be5e-35121fd497dc","name":"Successful","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:51:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4a2cbf7-e0f7-4f6d-806e-077cefa0e396"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59072,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"5919c041-0737-4759-bb11-f79da385a97c"},{"name":"04.Get Countries","id":"99142d06-1b95-4ef4-a087-4761fa4783c2","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"b91f0fe6-9d39-4245-954a-ab1177808dd9","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 17 Jul 2024 22:51:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0b9f5934-79ee-4d1a-9571-75a900ac1a89"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"3773a880-610c-44a8-9816-614edc9efee9","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:28:56 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1cbfa9d6-4fbe-4640-8a38-b5f97dbcbe00"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"8c6f8c44-726c-4a07-939a-e90166cdc6cf","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=9999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"9999","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:29:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5504d6ce-c408-44be-a059-a0f480cca167"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"7388605d-44db-49b6-b637-aeb63a6f75a0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:29:46 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"3eaaebf2-078b-424f-9788-42b4cab4dea5"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99142d06-1b95-4ef4-a087-4761fa4783c2"},{"name":"05.Get Token For Cellphone Recharge","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"a097b60d-0032-420f-b5ca-c6f4c792a2c7","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"58858d18-cc11-456d-8d97-567c601494a3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:26:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"c9f284f8-92a0-44d3-a793-17e3ba4f4063"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59247,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"a097b60d-0032-420f-b5ca-c6f4c792a2c7"},{"name":"06.Create Order For Cellphone Recharge","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"fcd911c8-760b-4306-861e-5160c845986f","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to create an order for a cellphone recharge.</p>\n<p>Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserName</td>\n<td>String</td>\n<td>100</td>\n<td>Username to identify the user on the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Email</td>\n<td>String</td>\n<td>100</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Cedula</td>\n<td>String</td>\n<td>100</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.FirstName</td>\n<td>String</td>\n<td>100</td>\n<td>User's first name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.LastName</td>\n<td>String</td>\n<td>100</td>\n<td>User's last name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress3.Reload.PhoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code</em></td>\n<td>Cell phone number for the reload. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress3.Reload.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 04.Get Countries API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress3.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress3.Operator</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Mobile operator ID. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Cellphone Operators API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Master product ID. Required.</td>\n<td>You must send the masterProductId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Quantity of the product. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].TypeCashOut</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of cashout. Required.</td>\n<td>You must send the typeCashoutId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<p>data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"da9c0c5f-3e36-47ec-98c8-f196a9ba11dd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:27:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"92628f10-0b65-4445-a954-85fb999fe923"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219182\n}"},{"id":"61a8676e-2b4f-47a3-b966-0f89625bafe6","name":"Bad Request - TotalPoints does not match the total sum of the products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:26:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5d356382-6c3c-4570-bbff-5167ed99bbfc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"},{"id":"175178b0-c18b-4b23-ac82-95ebe5c1406f","name":"Bad Request - User Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:28:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"452f0bde-350f-4273-9584-bd60241d59e4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"UserName, Email, Cedula, FirstName y LastName son requeridos\",\n        \"success\": false\n    }\n}"},{"id":"0cdbf550-c70d-4d09-9803-7db08b2b4d06","name":"Bad Request - Invalid TotalPoints","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n  \r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:29:03 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"e4727169-e883-4d5d-a16a-94696f1e94eb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Puntos totales Inválido\",\n        \"success\": false\n    }\n}"},{"id":"39b28c1c-84f1-46a8-9cda-b0b569a84514","name":"Bad Request - Shipping Address Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:29:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0d1ae571-169c-443d-877d-3253129136f8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid CustomName\",\n        \"success\": false\n    }\n}"},{"id":"33d2c039-059d-413b-bcad-bb7582495b77","name":"Bad Request - Shipping Address Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"32148531060\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:30:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"902a06a3-1c84-4805-9f4e-cc9422ab99cf"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 32148531060 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"fb6c4672-c726-4e10-ba82-59340f6e70a6","name":"Bad Request - Shipping Address Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\"\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:31:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8b1f41be-1504-4096-bab1-96d3132d740d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"9ade2a46-897e-4bec-a9ea-ff92cf2ee182","name":"Bad Request - We do not have enough units available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:32:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"626774b3-fb25-4646-b3d3-303aac376658"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No disponemos de suficientes unidades de 'Cashout_3 Recarga celular CLARO QA' en el inventario.\",\n        \"success\": false\n    }\n}"},{"id":"8831e3ce-16a8-4f6f-b9a4-39bd1a4f455e","name":"Not Found - Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:33:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"31494017-b93a-43dd-974d-ad73c8e8a872"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Producto 481610 no encontrado para la compañía 962\",\n        \"success\": false\n    }\n}"},{"id":"6ccb1d10-0b78-49ab-9901-a58aec800107","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 40910,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress3\": {\r\n                        \"Reload\": {\r\n                            \"PhoneNumber\": \"3214853106\",\r\n                            \"CountryId\": 22\r\n                        },\r\n                        \"CustomName\": \"Celular Andrés\",\r\n                        \"Operator\": 2\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 3\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:33:28 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b0a9a5b2-d930-454d-97af-56d3c42c83f3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fcd911c8-760b-4306-861e-5160c845986f"}],"id":"b9c888d8-4223-467d-80ff-a8ca1512c774","description":"<p>In this section, you will find the APIs needed to create a order for a cellphone recharge.</p>\n","_postman_id":"b9c888d8-4223-467d-80ff-a8ca1512c774"},{"name":"Puntos Colombia","item":[{"name":"01.Get Token For Document Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"8b4c8cec-aa17-40bd-a179-5758a371cfe3","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get document types api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a7a2cfe7-fc36-4ffd-8db0-608ececdc75f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:09:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"1d99297a-4dd7-4ece-a658-92e6e514021b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59353,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"8b4c8cec-aa17-40bd-a179-5758a371cfe3"},{"name":"02.Get Document Types","id":"40670cc8-3a9c-4f35-92e4-bdc2c1dd7099","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","description":"<p>This API allows you to get a list of document types available in JUJU.<br />You must consider the following values provided in the response, which will be used in subsequent APIs.<br />grouper2: ID that identifies the item in the list, in this case, it belongs to the document type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the document types, the value must be 1.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"1"}],"variable":[]}},"response":[{"id":"4df5efe8-db58-4633-839a-bec5c2f22b62","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:10:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1892"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a3014553-b8b2-456f-ad59-31aaa9474d6d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Ciudadanía\",\n            \"description2\": \"CC\",\n            \"description3\": \"^[0-9]{4,12}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 2,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Extranjería\",\n            \"description2\": \"CE\",\n            \"description3\": \"^[a-zA-Z0-9]{6,10}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31725,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Permiso Especial De Permanencia\",\n            \"description2\": \"PEP\",\n            \"description3\": \"^[0-9]{9,15}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31726,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasaporte\",\n            \"description2\": \"PAS\",\n            \"description3\": \"^[a-zA-Z0-9]{7,11}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31727,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"RFC\",\n            \"description2\": \"RFC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31728,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"CURP\",\n            \"description2\": \"CURP\",\n            \"description3\": \"^[a-zA-Z0-9]{9,18}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31729,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Green Card\",\n            \"description2\": \"GC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31730,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Driver License\",\n            \"description2\": \"DL\",\n            \"description3\": \"^[a-zA-Z0-9]{4,13}$\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"72775946-4c2e-4a88-a6ea-514c31252e04","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:40:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2ac98463-8e20-4cb1-bbb1-a715d2c78d67"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"6210ab0d-3846-419a-ba91-e33b96656d93","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=8888","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"8888","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:40:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"aea72946-cb5c-459e-9a54-164cea3c15ae"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"b4767b5c-b4d5-4964-880d-a6ac616eb3b9","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:41:01 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"0ead0f9d-6aae-4ec4-a6f3-ecedf71e8024"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40670cc8-3a9c-4f35-92e4-bdc2c1dd7099"},{"name":"03.Get Token For Puntos Colombia","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"85b01efc-d61b-4357-8ae4-4ecb787319b4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1b45d991-3c33-42a5-af63-784ffde5199e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:29:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"fb5445b2-1bf2-46ac-b87b-1162271cf34c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59915,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"85b01efc-d61b-4357-8ae4-4ecb787319b4"},{"name":"04.Create Order For Puntos Colombia","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"dc6fcc81-b250-4230-8837-b398e0d3007e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to create an order for a Puntos Colombia.<br />Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserName</td>\n<td>String</td>\n<td>100</td>\n<td>Username to identify the user on the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Email</td>\n<td>String</td>\n<td>100</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Cedula</td>\n<td>String</td>\n<td>100</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.FirstName</td>\n<td>String</td>\n<td>100</td>\n<td>User's first name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.LastName</td>\n<td>String</td>\n<td>100</td>\n<td>User's last name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress4.AccountHolder.identification.DocumentType</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of identification document. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Document Types.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress4.AccountHolder.identification.DocumentNumber</td>\n<td>String</td>\n<td>20</td>\n<td>Identification document number. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress4.CustomName</td>\n<td>String</td>\n<td>30</td>\n<td>Custom name for the shipping address. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Master product ID. Required.</td>\n<td>You must send the masterProductId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Quantity of the product. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].TypeCashOut</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of cashout. Required.</td>\n<td>You must send the typeCashoutId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.<br />data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ba2e6c5e-3fb5-48aa-a460-6c1a644c2c37","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:30:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"d8800858-e555-424f-aacd-f0a2f1c681c8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219183\n}"},{"id":"6d5d599f-d55b-46f3-bdaf-8f8d785bc039","name":"Bad Request - TotalPoints does not match the total sum of the products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:39:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"39e9ce11-9fa4-4fcb-ae3a-076bc9cdc46b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"},{"id":"6c16812e-2a71-49e9-a9c0-d5603fa189b8","name":"Bad Request - User Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:40:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"2b48b259-c695-4039-8896-027417001bbd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"UserName, Email, Cedula, FirstName y LastName son requeridos\",\n        \"success\": false\n    }\n}"},{"id":"71f8f6b2-b840-422a-9c9f-cb0038a11b5a","name":"Bad Request - Invalid TotalPoints","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:41:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6df448d1-003b-47b6-ab00-957e89337342"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Puntos totales Inválido\",\n        \"success\": false\n    }\n}"},{"id":"32146be9-e585-4e4d-a116-41d60a6a01b1","name":"Bad Request - Shipping Address Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:41:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"43567ba7-808b-486d-9bf1-e2a19264c3d4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid AccountHolder.Identification.DocumentNumber\",\n        \"success\": false\n    }\n}"},{"id":"6bd8fc1b-f0b3-4231-90cd-6d706a1dca31","name":"Bad Request - We do not have enough units available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:42:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"83e7d1e2-c008-429e-a6f1-66496029faf8"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No disponemos de suficientes unidades de 'Cashout 4 Puntos Colombia' en el inventario.\",\n        \"success\": false\n    }\n}"},{"id":"47975c2e-fb4d-41a1-9be6-ffa7a5bc265c","name":"Not Found - Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:43:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"faab2ca4-77d0-4d73-a733-e47cfc833f65"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Producto 482761 no encontrado para la compañía 962\",\n        \"success\": false\n    }\n}"},{"id":"472b1296-db77-4160-b330-c85cb9d85df1","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 15637,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress4\": {\r\n                        \"AccountHolder\": {\r\n                            \"identification\": {\r\n                                \"DocumentType\": 2,\r\n                                \"DocumentNumber\": \"1233495856\"\r\n                            }\r\n                        },\r\n                        \"CustomName\": \"PCO AR\"\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 4\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 16:43:57 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"21f0aa51-3d73-42b8-ae05-5bc2913073f0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc6fcc81-b250-4230-8837-b398e0d3007e"}],"id":"ca40bb27-db80-4fa8-a72e-ed85e5b6e5d4","description":"<p>In this section, you will find the APIs needed to create a order for a Puntos Colombia.</p>\n","_postman_id":"ca40bb27-db80-4fa8-a72e-ed85e5b6e5d4"},{"name":"Personal Virtual Coupons","item":[{"name":"01.Get Token For Document Type","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"b53f41da-1d4b-4a3c-bd93-8d491ea367cd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get document types api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61341321-f491-4567-a325-44dc11b8c91e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"6034a98d-738f-42e5-8df5-e2b23a64e372"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59080,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"b53f41da-1d4b-4a3c-bd93-8d491ea367cd"},{"name":"02.Get Document Types","id":"7c5bf7e8-2da1-4ef2-b7b4-45c15b5d71cd","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","description":"<p>This API allows you to get a list of document types available in JUJU.<br />You must consider the following values provided in the response, which will be used in subsequent APIs.<br />grouper2: ID that identifies the item in the list, in this case, it belongs to the document type ID.</p>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the document types, the value must be 1.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"1"}],"variable":[]}},"response":[{"id":"7e7a62cb-6ca2-44c7-b0ac-e2f638ddd8f7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1892"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"768214c3-d7e1-47a7-8466-455e428eea44"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 1,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Ciudadanía\",\n            \"description2\": \"CC\",\n            \"description3\": \"^[0-9]{4,12}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 2,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cédula de Extranjería\",\n            \"description2\": \"CE\",\n            \"description3\": \"^[a-zA-Z0-9]{6,10}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31725,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Permiso Especial De Permanencia\",\n            \"description2\": \"PEP\",\n            \"description3\": \"^[0-9]{9,15}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31726,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 22,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasaporte\",\n            \"description2\": \"PAS\",\n            \"description3\": \"^[a-zA-Z0-9]{7,11}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31727,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"RFC\",\n            \"description2\": \"RFC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31728,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 31585,\n            \"grouper2\": 6,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"CURP\",\n            \"description2\": \"CURP\",\n            \"description3\": \"^[a-zA-Z0-9]{9,18}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31729,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Green Card\",\n            \"description2\": \"GC\",\n            \"description3\": \"^[a-zA-Z0-9]{8,13}$\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31730,\n            \"processGuideHeaderId\": 1,\n            \"grouper1\": 25,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Driver License\",\n            \"description2\": \"DL\",\n            \"description3\": \"^[a-zA-Z0-9]{4,13}$\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"44914a9a-bdc3-4f6e-8897-26b5357ddde3","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:33 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"321f6ac5-707f-4e67-b52c-cf600cecc3b9"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"12a1217b-cc71-4b52-98e9-99767d9ffff4","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=9999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"9999","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b5046843-f08b-4c4a-8df9-3c7a2bbf4db0"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"b3d18fba-ffe0-4c30-a765-ca1838e68beb","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=1","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"1","description":"Process guide ID. Int. Required. To query the document types, the value must be 1."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:46:08 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"7adaafed-a08c-48d0-95b9-b9e64c713e8f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c5bf7e8-2da1-4ef2-b7b4-45c15b5d71cd"},{"name":"03.Get Token For Countries","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"ef04ff2f-7e69-4c5b-b513-b754ee439d17","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get countries api.</p>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<p>Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cda70300-1673-4276-b98c-b038c5b43663","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:24:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"588"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"87d07c90-863e-4a5d-b419-78cf010c4beb"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGc...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59181,\n    \"scope\": \"ProcessGuide_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"ef04ff2f-7e69-4c5b-b513-b754ee439d17"},{"name":"04.Get Countries","id":"6ed0a2e4-657a-489e-a7d5-97bb97765f5e","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","description":"<p>This API allows you to query the countries available in JUJU.</p>\n<p>You must consider the following values provided in the response, which will be used in subsequent APIs.</p>\n<ul>\n<li><p>processGuideDetailId: Dispatch guide ID</p>\n</li>\n<li><p>processGuideHeaderId: Dispatch guide header ID</p>\n</li>\n<li><p>grouper1: ID that identifies the item in the list, in this case, it belongs to the country ID</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Process guide ID. Int. Required. To query the countries, the value must be 5.</p>\n","type":"text/plain"},"key":"processGuideHeaderId","value":"5"}],"variable":[]}},"response":[{"id":"5b9a61ae-aeeb-4c47-8293-65beb0bc9abc","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 12:25:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"268181"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"95c7ad6f-5b65-4a3a-a9ac-c4d97a975128"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"processGuideDetailId\": 22,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"co\",\n            \"description3\": \"57\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 23,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 2,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panama\",\n            \"description2\": \"pa\",\n            \"description3\": \"507\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 24,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 3,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honduras\",\n            \"description2\": \"hn\",\n            \"description3\": \"504\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 25,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 4,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estados Unidos\",\n            \"description2\": \"us\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 26,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 5,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Dominicana\",\n            \"description2\": \"do\",\n            \"description3\": \"1 809\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 27,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antioquia\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 28,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cundinamarca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 29,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amazonas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 30,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atlántico\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 32,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 33,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 34,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 35,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caquetá\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 36,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casanare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 37,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 38,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cesar\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 39,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocó\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 40,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 41,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guainía\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 42,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaviare\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 43,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Huila\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 44,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guajira\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 45,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magdalena\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 46,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Meta\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 47,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norte De Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 48,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 49,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Putumayo\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 50,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quindio\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 51,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 52,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"SAN ANDRES\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 53,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 54,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 55,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolima\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 56,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Cauca\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 57,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vaupés\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 58,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vichada\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 59,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 9,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medellín\",\n            \"description2\": \"05001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 60,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 10,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abejorral\",\n            \"description2\": \"05002000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 61,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 11,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Abriaquí\",\n            \"description2\": \"05004000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 62,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 12,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alejandría\",\n            \"description2\": \"05021000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 63,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 13,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amagá\",\n            \"description2\": \"05030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 64,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 14,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Amalfi\",\n            \"description2\": \"05031000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 65,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 15,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andes\",\n            \"description2\": \"05034000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 66,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 16,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angelópolis\",\n            \"description2\": \"05036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 67,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 17,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angostura\",\n            \"description2\": \"05038000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 68,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 18,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anorí\",\n            \"description2\": \"05040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 69,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 19,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Fé De Antioquia\",\n            \"description2\": \"05042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 70,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 20,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzá\",\n            \"description2\": \"05044000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 71,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 21,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apartadó\",\n            \"description2\": \"05045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 72,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 22,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboletes\",\n            \"description2\": \"05051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 73,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 23,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"05055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 74,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 24,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"05059000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 75,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 25,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"05079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 76,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 26,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belmira\",\n            \"description2\": \"05086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 77,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 27,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bello\",\n            \"description2\": \"05088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 78,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 28,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betania\",\n            \"description2\": \"05091000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 79,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 29,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"05093000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 80,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 30,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad Bolívar\",\n            \"description2\": \"05101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 81,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 31,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"05107000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 82,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 32,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buriticá\",\n            \"description2\": \"05113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 83,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 33,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáceres\",\n            \"description2\": \"05120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 84,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 34,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedo\",\n            \"description2\": \"05125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 85,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 35,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"05129000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 86,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 36,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campamento\",\n            \"description2\": \"05134000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 87,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 37,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cañasgordas\",\n            \"description2\": \"05138000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 88,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 38,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caracolí\",\n            \"description2\": \"05142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 89,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 39,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caramanta\",\n            \"description2\": \"05145000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 90,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 40,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carepa\",\n            \"description2\": \"05147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 91,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 41,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Viboral\",\n            \"description2\": \"05148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 92,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 42,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carolina\",\n            \"description2\": \"05150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 93,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 43,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caucasia\",\n            \"description2\": \"05154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 94,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 44,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chigorodó\",\n            \"description2\": \"05172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 95,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 45,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cisneros\",\n            \"description2\": \"05190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 96,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 46,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cocorná\",\n            \"description2\": \"05197000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 97,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 47,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"05206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 98,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 48,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"05209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 99,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 49,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Copacabana\",\n            \"description2\": \"05212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 50,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dabeiba\",\n            \"description2\": \"05234000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 51,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Donmatías\",\n            \"description2\": \"05237000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 52,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ebéjico\",\n            \"description2\": \"05240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 53,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Bagre\",\n            \"description2\": \"05250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 54,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Entrerríos\",\n            \"description2\": \"05264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 55,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Envigado\",\n            \"description2\": \"05266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 56,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fredonia\",\n            \"description2\": \"05282000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 57,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Frontino\",\n            \"description2\": \"05284000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 58,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Giraldo\",\n            \"description2\": \"05306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 59,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardota\",\n            \"description2\": \"05308000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 60,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gómez Plata\",\n            \"description2\": \"05310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 61,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"05313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 62,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"05315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 63,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guarne\",\n            \"description2\": \"05318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 64,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatapé\",\n            \"description2\": \"05321000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 65,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Heliconia\",\n            \"description2\": \"05347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 66,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hispania\",\n            \"description2\": \"05353000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 67,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Itagüí\",\n            \"description2\": \"05360000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 68,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ituango\",\n            \"description2\": \"05361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 69,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jardín\",\n            \"description2\": \"05364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 70,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"05368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 71,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Ceja\",\n            \"description2\": \"05376000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 72,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Estrella\",\n            \"description2\": \"05380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 73,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pintada\",\n            \"description2\": \"05390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 74,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"05400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 75,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liborina\",\n            \"description2\": \"05411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 76,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maceo\",\n            \"description2\": \"05425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 77,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marinilla\",\n            \"description2\": \"05440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 78,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montebello\",\n            \"description2\": \"05467000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 79,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murindó\",\n            \"description2\": \"05475000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 80,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutatá\",\n            \"description2\": \"05480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 81,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"05483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 82,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Necoclí\",\n            \"description2\": \"05490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 83,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nechí\",\n            \"description2\": \"05495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 84,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya\",\n            \"description2\": \"05501000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 85,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peñol\",\n            \"description2\": \"05541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 86,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peque\",\n            \"description2\": \"05543000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 87,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblorrico\",\n            \"description2\": \"05576000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 88,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Berrío\",\n            \"description2\": \"05579000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 89,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nare\",\n            \"description2\": \"05585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 90,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Triunfo\",\n            \"description2\": \"05591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 91,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remedios\",\n            \"description2\": \"05604000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 92,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Retiro\",\n            \"description2\": \"05607000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 93,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"05615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 94,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"05628000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 95,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabaneta\",\n            \"description2\": \"05631000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 96,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salgar\",\n            \"description2\": \"05642000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 97,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Cuerquía\",\n            \"description2\": \"05647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 98,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"05649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 99,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"05652000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jerónimo\",\n            \"description2\": \"05656000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De La Montaña\",\n            \"description2\": \"05658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Urabá\",\n            \"description2\": \"05659000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"05660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Los Milagros\",\n            \"description2\": \"05664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Urabá\",\n            \"description2\": \"05665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Rafael\",\n            \"description2\": \"05667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Roque\",\n            \"description2\": \"05670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Ferrer\",\n            \"description2\": \"05674000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"05679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Osos\",\n            \"description2\": \"05686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Domingo\",\n            \"description2\": \"05690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Santuario\",\n            \"description2\": \"05697000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Segovia\",\n            \"description2\": \"05736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sonsón\",\n            \"description2\": \"05756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopetrán\",\n            \"description2\": \"05761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támesis\",\n            \"description2\": \"05789000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarazá\",\n            \"description2\": \"05790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarso\",\n            \"description2\": \"05792000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Titiribí\",\n            \"description2\": \"05809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"05819000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbo\",\n            \"description2\": \"05837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uramita\",\n            \"description2\": \"05842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urrao\",\n            \"description2\": \"05847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valdivia\",\n            \"description2\": \"05854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"05856000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vegachí\",\n            \"description2\": \"05858000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"05861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vigía Del Fuerte\",\n            \"description2\": \"05873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yalí\",\n            \"description2\": \"05885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yarumal\",\n            \"description2\": \"05887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 181,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 131,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yolombó\",\n            \"description2\": \"05890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 182,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 132,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yondó\",\n            \"description2\": \"05893000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 183,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 1,\n            \"grouper3\": 133,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zaragoza\",\n            \"description2\": \"05895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 184,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 134,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agua De Dios\",\n            \"description2\": \"25001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 185,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 135,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"25019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 186,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 136,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anapoima\",\n            \"description2\": \"25035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 187,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 137,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anolaima\",\n            \"description2\": \"25040000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 188,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 138,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arbeláez\",\n            \"description2\": \"25053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 189,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 139,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Beltrán\",\n            \"description2\": \"25086000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 190,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 140,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bituima\",\n            \"description2\": \"25095000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 191,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 141,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojacá\",\n            \"description2\": \"25099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 192,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 142,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"25120000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 193,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 143,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cachipay\",\n            \"description2\": \"25123000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 194,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 144,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajicá\",\n            \"description2\": \"25126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 195,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 145,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caparrapí\",\n            \"description2\": \"25148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 196,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 146,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáqueza\",\n            \"description2\": \"25151000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 197,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 147,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Carupa\",\n            \"description2\": \"25154000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 198,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 148,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaguaní\",\n            \"description2\": \"25168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 199,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 149,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chía\",\n            \"description2\": \"25175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 200,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 150,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipaque\",\n            \"description2\": \"25178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 201,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 151,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Choachí\",\n            \"description2\": \"25181000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 202,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 152,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chocontá\",\n            \"description2\": \"25183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 203,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 153,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cogua\",\n            \"description2\": \"25200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 204,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 154,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cota\",\n            \"description2\": \"25214000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 205,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 155,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucunubá\",\n            \"description2\": \"25224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 206,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 156,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Colegio\",\n            \"description2\": \"25245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 207,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 157,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"25258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 208,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 158,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosal\",\n            \"description2\": \"25260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 209,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 159,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Facatativá\",\n            \"description2\": \"25269000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 210,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 160,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fómeque\",\n            \"description2\": \"25279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 211,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 161,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fosca\",\n            \"description2\": \"25281000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 212,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 162,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funza\",\n            \"description2\": \"25286000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 213,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 163,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fúquene\",\n            \"description2\": \"25288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 214,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 164,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fusagasugá\",\n            \"description2\": \"25290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 215,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 165,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachalá\",\n            \"description2\": \"25293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 216,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 166,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachancipá\",\n            \"description2\": \"25295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 217,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 167,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachetá\",\n            \"description2\": \"25297000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 218,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 168,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gama\",\n            \"description2\": \"25299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 219,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 169,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girardot\",\n            \"description2\": \"25307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 220,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 170,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"25312000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 221,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 171,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachetá\",\n            \"description2\": \"25317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 222,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 172,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaduas\",\n            \"description2\": \"25320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 223,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 173,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guasca\",\n            \"description2\": \"25322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 224,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 174,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guataquí\",\n            \"description2\": \"25324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 225,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 175,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatavita\",\n            \"description2\": \"25326000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 226,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 176,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabal De Síquima\",\n            \"description2\": \"25328000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 227,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 177,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayabetal\",\n            \"description2\": \"25335000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 228,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 178,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gutiérrez\",\n            \"description2\": \"25339000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 229,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 179,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jerusalén\",\n            \"description2\": \"25368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 230,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 180,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Junín\",\n            \"description2\": \"25372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 231,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 181,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Calera\",\n            \"description2\": \"25377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 232,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 182,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Mesa\",\n            \"description2\": \"25386000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 233,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 183,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Palma\",\n            \"description2\": \"25394000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 234,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 184,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Peña\",\n            \"description2\": \"25398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 235,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 185,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"25402000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 236,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 186,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lenguazaque\",\n            \"description2\": \"25407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 237,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 187,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Machetá\",\n            \"description2\": \"25426000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 238,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 188,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madrid\",\n            \"description2\": \"25430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 239,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 189,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manta\",\n            \"description2\": \"25436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 240,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 190,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medina\",\n            \"description2\": \"25438000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 241,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 191,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"25473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 242,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 192,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"25483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 243,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 193,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nemocón\",\n            \"description2\": \"25486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 244,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 194,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nilo\",\n            \"description2\": \"25488000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 245,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 195,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nimaima\",\n            \"description2\": \"25489000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 246,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 196,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nocaima\",\n            \"description2\": \"25491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 247,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 197,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venecia\",\n            \"description2\": \"25506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 248,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 198,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacho\",\n            \"description2\": \"25513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 249,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 199,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paime\",\n            \"description2\": \"25518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 250,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 200,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pandi\",\n            \"description2\": \"25524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 251,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 201,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paratebueno\",\n            \"description2\": \"25530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 252,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 202,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasca\",\n            \"description2\": \"25535000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 253,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 203,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Salgar\",\n            \"description2\": \"25572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 254,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 204,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pulí\",\n            \"description2\": \"25580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 255,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 205,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quebradanegra\",\n            \"description2\": \"25592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 256,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 206,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quetame\",\n            \"description2\": \"25594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 257,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 207,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quipile\",\n            \"description2\": \"25596000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 258,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 208,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apulo\",\n            \"description2\": \"25599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 259,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 209,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"25612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 260,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 210,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio Del Tequendama\",\n            \"description2\": \"25645000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 261,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 211,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"25649000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 262,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 212,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"25653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 263,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 213,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"25658000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 264,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 214,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Rioseco\",\n            \"description2\": \"25662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 265,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 215,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sasaima\",\n            \"description2\": \"25718000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 266,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 216,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sesquilé\",\n            \"description2\": \"25736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 267,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 217,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibaté\",\n            \"description2\": \"25740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 268,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 218,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvania\",\n            \"description2\": \"25743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 269,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 219,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simijaca\",\n            \"description2\": \"25745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 270,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 220,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soacha\",\n            \"description2\": \"25754000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 271,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 221,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sopó\",\n            \"description2\": \"25758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 272,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 222,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Subachoque\",\n            \"description2\": \"25769000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 273,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 223,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suesca\",\n            \"description2\": \"25772000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 274,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 224,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supatá\",\n            \"description2\": \"25777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 275,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 225,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susa\",\n            \"description2\": \"25779000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 276,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 226,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatausa\",\n            \"description2\": \"25781000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 277,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 227,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tabio\",\n            \"description2\": \"25785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 278,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 228,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tausa\",\n            \"description2\": \"25793000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 279,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 229,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tena\",\n            \"description2\": \"25797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 280,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 230,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenjo\",\n            \"description2\": \"25799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 281,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 231,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibacuy\",\n            \"description2\": \"25805000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 282,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 232,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibirita\",\n            \"description2\": \"25807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 283,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 233,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocaima\",\n            \"description2\": \"25815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 284,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 234,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tocancipá\",\n            \"description2\": \"25817000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 285,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 235,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Topaipí\",\n            \"description2\": \"25823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 286,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 236,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubalá\",\n            \"description2\": \"25839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 287,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 237,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ubaque\",\n            \"description2\": \"25841000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 288,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 238,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De San Diego De Ubaté\",\n            \"description2\": \"25843000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 289,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 239,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Une\",\n            \"description2\": \"25845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 290,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 240,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Útica\",\n            \"description2\": \"25851000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 291,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 241,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vergara\",\n            \"description2\": \"25862000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 292,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 242,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vianí\",\n            \"description2\": \"25867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 293,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 243,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagómez\",\n            \"description2\": \"25871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 294,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 244,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villapinzón\",\n            \"description2\": \"25873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 295,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 245,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villeta\",\n            \"description2\": \"25875000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 296,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 246,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viotá\",\n            \"description2\": \"25878000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 297,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 247,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacopí\",\n            \"description2\": \"25885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 298,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 248,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipacón\",\n            \"description2\": \"25898000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 299,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 249,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zipaquirá\",\n            \"description2\": \"25899000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 300,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 250,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leticia\",\n            \"description2\": \"91001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 301,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 251,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Encanto\",\n            \"description2\": \"91263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 302,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 252,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Chorrera\",\n            \"description2\": \"91405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 303,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 253,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Pedrera\",\n            \"description2\": \"91407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 304,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 254,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"91430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 305,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 255,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mirití - Paraná\",\n            \"description2\": \"91460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 306,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 256,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Alegría\",\n            \"description2\": \"91530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 307,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 257,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Arica\",\n            \"description2\": \"91536000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 308,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 258,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Nariño\",\n            \"description2\": \"91540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 309,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 259,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"91669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 310,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 3,\n            \"grouper3\": 260,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarapacá\",\n            \"description2\": \"91798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 311,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 261,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauca\",\n            \"description2\": \"81001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 312,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 262,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arauquita\",\n            \"description2\": \"81065000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 313,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 263,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cravo Norte\",\n            \"description2\": \"81220000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 314,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 264,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fortul\",\n            \"description2\": \"81300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 315,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 265,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rondón\",\n            \"description2\": \"81591000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 316,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 266,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saravena\",\n            \"description2\": \"81736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 317,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 4,\n            \"grouper3\": 267,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tame\",\n            \"description2\": \"81794000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 318,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 268,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranquilla\",\n            \"description2\": \"08001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 319,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 269,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baranoa\",\n            \"description2\": \"08078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 320,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 270,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campo De La Cruz\",\n            \"description2\": \"08137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 321,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 271,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"08141000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 322,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 272,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galapa\",\n            \"description2\": \"08296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 323,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 273,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juan De Acosta\",\n            \"description2\": \"08372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 324,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 274,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luruaco\",\n            \"description2\": \"08421000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 325,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 275,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malambo\",\n            \"description2\": \"08433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 326,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 276,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manatí\",\n            \"description2\": \"08436000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 327,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 277,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar De Varela\",\n            \"description2\": \"08520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 328,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 278,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piojó\",\n            \"description2\": \"08549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 329,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 279,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonuevo\",\n            \"description2\": \"08558000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 330,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 280,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ponedera\",\n            \"description2\": \"08560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 331,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 281,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"08573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 332,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 282,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Repelón\",\n            \"description2\": \"08606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 333,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 283,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanagrande\",\n            \"description2\": \"08634000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 334,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 284,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"08638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 335,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 285,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucía\",\n            \"description2\": \"08675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 336,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 286,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tomás\",\n            \"description2\": \"08685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 337,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 287,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soledad\",\n            \"description2\": \"08758000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 338,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 288,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suan\",\n            \"description2\": \"08770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 339,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 289,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tubará\",\n            \"description2\": \"08832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 340,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 5,\n            \"grouper3\": 290,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Usiacurí\",\n            \"description2\": \"08849000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 341,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 2,\n            \"grouper3\": 291,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bogotá, D.C.\",\n            \"description2\": \"11001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 342,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 292,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena De Indias\",\n            \"description2\": \"13001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 343,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 293,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Achí\",\n            \"description2\": \"13006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 344,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 294,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altos Del Rosario\",\n            \"description2\": \"13030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 345,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 295,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arenal\",\n            \"description2\": \"13042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 346,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 296,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arjona\",\n            \"description2\": \"13052000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 347,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 297,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arroyohondo\",\n            \"description2\": \"13062000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 348,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 298,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco De Loba\",\n            \"description2\": \"13074000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 349,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 299,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"13140000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 350,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 300,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cantagallo\",\n            \"description2\": \"13160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 351,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 301,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cicuco\",\n            \"description2\": \"13188000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 352,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 302,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"13212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 353,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 303,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Clemencia\",\n            \"description2\": \"13222000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 354,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 304,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Bolívar\",\n            \"description2\": \"13244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 355,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 305,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guamo\",\n            \"description2\": \"13248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 356,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 306,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"13268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 357,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 307,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatillo De Loba\",\n            \"description2\": \"13300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 358,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 308,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magangué\",\n            \"description2\": \"13430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 359,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 309,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mahates\",\n            \"description2\": \"13433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 360,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 310,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Margarita\",\n            \"description2\": \"13440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 361,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 311,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"María La Baja\",\n            \"description2\": \"13442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 362,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 312,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montecristo\",\n            \"description2\": \"13458000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 363,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 313,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mompós\",\n            \"description2\": \"13468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 364,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 314,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norosí\",\n            \"description2\": \"13490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 365,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 315,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"13473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 366,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 316,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinillos\",\n            \"description2\": \"13549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 367,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 317,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Regidor\",\n            \"description2\": \"13580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 368,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 318,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Viejo\",\n            \"description2\": \"13600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 369,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 319,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristóbal\",\n            \"description2\": \"13620000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 370,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 320,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Estanislao\",\n            \"description2\": \"13647000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 371,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 321,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Fernando\",\n            \"description2\": \"13650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 372,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 322,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto\",\n            \"description2\": \"13654000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 373,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 323,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Jacinto Del Cauca\",\n            \"description2\": \"13655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 374,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 324,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Nepomuceno\",\n            \"description2\": \"13657000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 375,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 325,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín De Loba\",\n            \"description2\": \"13667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 376,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 326,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"13670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 377,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 327,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Catalina\",\n            \"description2\": \"13673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 378,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 328,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"13683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 379,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 329,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa Del Sur\",\n            \"description2\": \"13688000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 380,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 330,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simití\",\n            \"description2\": \"13744000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 381,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 331,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soplaviento\",\n            \"description2\": \"13760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 382,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 332,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Talaigua Nuevo\",\n            \"description2\": \"13780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 383,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 333,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tiquisio\",\n            \"description2\": \"13810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 384,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 334,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaco\",\n            \"description2\": \"13836000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 385,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 335,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turbaná\",\n            \"description2\": \"13838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 386,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 336,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"13873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 387,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 7,\n            \"grouper3\": 337,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambrano\",\n            \"description2\": \"13894000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 388,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 338,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunja\",\n            \"description2\": \"15001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 389,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 339,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almeida\",\n            \"description2\": \"15022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 390,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 340,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aquitania\",\n            \"description2\": \"15047000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 391,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 341,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arcabuco\",\n            \"description2\": \"15051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 392,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 342,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"15087000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 393,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 343,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Berbeo\",\n            \"description2\": \"15090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 394,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 344,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betéitiva\",\n            \"description2\": \"15092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 395,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 345,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boavita\",\n            \"description2\": \"15097000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 396,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 346,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Boyacá\",\n            \"description2\": \"15104000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 397,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 347,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Briceño\",\n            \"description2\": \"15106000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 398,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 348,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"15109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 399,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 349,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Busbanzá\",\n            \"description2\": \"15114000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 400,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 350,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldas\",\n            \"description2\": \"15131000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 401,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 351,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campohermoso\",\n            \"description2\": \"15135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 402,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 352,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerinza\",\n            \"description2\": \"15162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 403,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 353,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinavita\",\n            \"description2\": \"15172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 404,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 354,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiquinquirá\",\n            \"description2\": \"15176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 405,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 355,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiscas\",\n            \"description2\": \"15180000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 406,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 356,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chita\",\n            \"description2\": \"15183000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 407,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 357,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitaraque\",\n            \"description2\": \"15185000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 408,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 358,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivatá\",\n            \"description2\": \"15187000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 409,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 359,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénega\",\n            \"description2\": \"15189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 410,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 360,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cómbita\",\n            \"description2\": \"15204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 411,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 361,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coper\",\n            \"description2\": \"15212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 412,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 362,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corrales\",\n            \"description2\": \"15215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 413,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 363,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Covarachía\",\n            \"description2\": \"15218000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 414,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 364,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cubará\",\n            \"description2\": \"15223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 415,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 365,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucaita\",\n            \"description2\": \"15224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 416,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 366,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuítiva\",\n            \"description2\": \"15226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 417,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 367,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chíquiza\",\n            \"description2\": \"15232000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 418,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 368,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivor\",\n            \"description2\": \"15236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 419,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 369,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Duitama\",\n            \"description2\": \"15238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 420,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 370,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cocuy\",\n            \"description2\": \"15244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 421,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 371,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Espino\",\n            \"description2\": \"15248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 422,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 372,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Firavitoba\",\n            \"description2\": \"15272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 423,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 373,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floresta\",\n            \"description2\": \"15276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 424,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 374,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gachantivá\",\n            \"description2\": \"15293000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 425,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 375,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámeza\",\n            \"description2\": \"15296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 426,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 376,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garagoa\",\n            \"description2\": \"15299000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 427,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 377,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacamayas\",\n            \"description2\": \"15317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 428,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 378,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guateque\",\n            \"description2\": \"15322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 429,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 379,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayatá\",\n            \"description2\": \"15325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 430,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 380,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güicán\",\n            \"description2\": \"15332000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 431,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 381,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iza\",\n            \"description2\": \"15362000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 432,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 382,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jenesano\",\n            \"description2\": \"15367000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 433,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 383,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jericó\",\n            \"description2\": \"15368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 434,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 384,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labranzagrande\",\n            \"description2\": \"15377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 435,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 385,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Capilla\",\n            \"description2\": \"15380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 436,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 386,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"15401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 437,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 387,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Uvita\",\n            \"description2\": \"15403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 438,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 388,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa De Leyva\",\n            \"description2\": \"15407000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 439,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 389,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macanal\",\n            \"description2\": \"15425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 440,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 390,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maripí\",\n            \"description2\": \"15442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 441,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 391,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"15455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 442,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 392,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongua\",\n            \"description2\": \"15464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 443,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 393,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monguí\",\n            \"description2\": \"15466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 444,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 394,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moniquirá\",\n            \"description2\": \"15469000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 445,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 395,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Motavita\",\n            \"description2\": \"15476000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 446,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 396,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Muzo\",\n            \"description2\": \"15480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 447,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 397,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nobsa\",\n            \"description2\": \"15491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 398,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuevo Colón\",\n            \"description2\": \"15494000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 399,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oicatá\",\n            \"description2\": \"15500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 400,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Otanche\",\n            \"description2\": \"15507000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 401,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pachavita\",\n            \"description2\": \"15511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 402,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"15514000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 403,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paipa\",\n            \"description2\": \"15516000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 404,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pajarito\",\n            \"description2\": \"15518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 405,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Panqueba\",\n            \"description2\": \"15522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 406,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pauna\",\n            \"description2\": \"15531000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 407,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paya\",\n            \"description2\": \"15533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 408,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Río\",\n            \"description2\": \"15537000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 409,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pesca\",\n            \"description2\": \"15542000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 410,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pisba\",\n            \"description2\": \"15550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 411,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Boyacá\",\n            \"description2\": \"15572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 412,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quípama\",\n            \"description2\": \"15580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 413,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ramiriquí\",\n            \"description2\": \"15599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 414,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ráquira\",\n            \"description2\": \"15600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 415,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rondón\",\n            \"description2\": \"15621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 416,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saboyá\",\n            \"description2\": \"15632000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 417,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sáchica\",\n            \"description2\": \"15638000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 418,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samacá\",\n            \"description2\": \"15646000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 419,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Eduardo\",\n            \"description2\": \"15660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 420,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Pare\",\n            \"description2\": \"15664000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 421,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Gaceno\",\n            \"description2\": \"15667000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 422,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Mateo\",\n            \"description2\": \"15673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 423,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel De Sema\",\n            \"description2\": \"15676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 424,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo De Borbur\",\n            \"description2\": \"15681000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 425,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santana\",\n            \"description2\": \"15686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 426,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"15690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 427,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Viterbo\",\n            \"description2\": \"15693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 428,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Sofía\",\n            \"description2\": \"15696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 429,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativanorte\",\n            \"description2\": \"15720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 430,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sativasur\",\n            \"description2\": \"15723000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 431,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siachoque\",\n            \"description2\": \"15740000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 432,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soatá\",\n            \"description2\": \"15753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 433,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socotá\",\n            \"description2\": \"15755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 434,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socha\",\n            \"description2\": \"15757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 435,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sogamoso\",\n            \"description2\": \"15759000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 436,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somondoco\",\n            \"description2\": \"15761000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 437,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sora\",\n            \"description2\": \"15762000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 438,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotaquirá\",\n            \"description2\": \"15763000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 439,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Soracá\",\n            \"description2\": \"15764000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 440,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Susacón\",\n            \"description2\": \"15774000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 441,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutamarchán\",\n            \"description2\": \"15776000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 442,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sutatenza\",\n            \"description2\": \"15778000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 443,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tasco\",\n            \"description2\": \"15790000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 444,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenza\",\n            \"description2\": \"15798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 445,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibaná\",\n            \"description2\": \"15804000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 446,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibasosa\",\n            \"description2\": \"15806000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 447,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tinjacá\",\n            \"description2\": \"15808000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 448,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tipacoque\",\n            \"description2\": \"15810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 449,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toca\",\n            \"description2\": \"15814000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 450,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togüí\",\n            \"description2\": \"15816000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 451,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tópaga\",\n            \"description2\": \"15820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 452,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tota\",\n            \"description2\": \"15822000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 453,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tununguá\",\n            \"description2\": \"15832000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 454,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turmequé\",\n            \"description2\": \"15835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 455,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuta\",\n            \"description2\": \"15837000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 456,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tutazá\",\n            \"description2\": \"15839000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 457,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Úmbita\",\n            \"description2\": \"15842000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 458,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ventaquemada\",\n            \"description2\": \"15861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 459,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viracachá\",\n            \"description2\": \"15879000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 8,\n            \"grouper3\": 460,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zetaquira\",\n            \"description2\": \"15897000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 461,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manizales\",\n            \"description2\": \"17001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 462,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguadas\",\n            \"description2\": \"17013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 463,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anserma\",\n            \"description2\": \"17042000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 464,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aranzazu\",\n            \"description2\": \"17050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 465,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belalcázar\",\n            \"description2\": \"17088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 466,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinchiná\",\n            \"description2\": \"17174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 467,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filadelfia\",\n            \"description2\": \"17272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 468,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Dorada\",\n            \"description2\": \"17380000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 469,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Merced\",\n            \"description2\": \"17388000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 470,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manzanares\",\n            \"description2\": \"17433000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 471,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marmato\",\n            \"description2\": \"17442000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 472,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marquetalia\",\n            \"description2\": \"17444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 473,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marulanda\",\n            \"description2\": \"17446000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 474,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neira\",\n            \"description2\": \"17486000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 475,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Norcasia\",\n            \"description2\": \"17495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 476,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pácora\",\n            \"description2\": \"17513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 477,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"17524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 478,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pensilvania\",\n            \"description2\": \"17541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 479,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"17614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 480,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Risaralda\",\n            \"description2\": \"17616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 481,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"17653000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 482,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaná\",\n            \"description2\": \"17662000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 483,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José\",\n            \"description2\": \"17665000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 484,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Supía\",\n            \"description2\": \"17777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 485,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Victoria\",\n            \"description2\": \"17867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 486,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villamaría\",\n            \"description2\": \"17873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 9,\n            \"grouper3\": 487,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Viterbo\",\n            \"description2\": \"17877000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 488,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"18001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 489,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"18029000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 490,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Los Andaquíes\",\n            \"description2\": \"18094000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 491,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartagena Del Chairá\",\n            \"description2\": \"18150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 492,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curillo\",\n            \"description2\": \"18205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 493,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Doncello\",\n            \"description2\": \"18247000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 494,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paujíl\",\n            \"description2\": \"18256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 495,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Montañita\",\n            \"description2\": \"18410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 496,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Milán\",\n            \"description2\": \"18460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 497,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morelia\",\n            \"description2\": \"18479000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 498,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"18592000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 499,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Fragua\",\n            \"description2\": \"18610000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 500,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente Del Caguán\",\n            \"description2\": \"18753000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 501,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solano\",\n            \"description2\": \"18756000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 502,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Solita\",\n            \"description2\": \"18785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 10,\n            \"grouper3\": 503,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valparaíso\",\n            \"description2\": \"18860000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 504,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yopal\",\n            \"description2\": \"85001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 505,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguazul\",\n            \"description2\": \"85010000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 506,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chámeza\",\n            \"description2\": \"85015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 507,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato Corozal\",\n            \"description2\": \"85125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 508,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Salina\",\n            \"description2\": \"85136000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 509,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maní\",\n            \"description2\": \"85139000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 510,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monterrey\",\n            \"description2\": \"85162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 511,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nunchía\",\n            \"description2\": \"85225000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 512,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orocué\",\n            \"description2\": \"85230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 513,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paz De Ariporo\",\n            \"description2\": \"85250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 514,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pore\",\n            \"description2\": \"85263000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 515,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Recetor\",\n            \"description2\": \"85279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 516,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanalarga\",\n            \"description2\": \"85300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 517,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sácama\",\n            \"description2\": \"85315000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 518,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Palenque\",\n            \"description2\": \"85325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 519,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Támara\",\n            \"description2\": \"85400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 520,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tauramena\",\n            \"description2\": \"85410000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 521,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad\",\n            \"description2\": \"85430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 11,\n            \"grouper3\": 522,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"85440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 523,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Popayán\",\n            \"description2\": \"19001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 524,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Almaguer\",\n            \"description2\": \"19022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 525,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"19050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 526,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"19075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 527,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"19100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 528,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenos Aires\",\n            \"description2\": \"19110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 529,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajibío\",\n            \"description2\": \"19130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 530,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caldono\",\n            \"description2\": \"19137000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 531,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caloto\",\n            \"description2\": \"19142000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 532,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corinto\",\n            \"description2\": \"19212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 533,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"19256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 534,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florencia\",\n            \"description2\": \"19290000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 535,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachené\",\n            \"description2\": \"19300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 536,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapí\",\n            \"description2\": \"19318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 537,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inzá\",\n            \"description2\": \"19355000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 538,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jambaló\",\n            \"description2\": \"19364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 539,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Sierra\",\n            \"description2\": \"19392000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 540,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Vega\",\n            \"description2\": \"19397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 541,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"López De Micay\",\n            \"description2\": \"19418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 542,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mercaderes\",\n            \"description2\": \"19450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 543,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miranda\",\n            \"description2\": \"19455000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 544,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morales\",\n            \"description2\": \"19473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 545,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Padilla\",\n            \"description2\": \"19513000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 546,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páez\",\n            \"description2\": \"19517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 547,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Patía\",\n            \"description2\": \"19532000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 548,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piamonte\",\n            \"description2\": \"19533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 549,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piendamó\",\n            \"description2\": \"19548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 550,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Tejada\",\n            \"description2\": \"19573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 551,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puracé\",\n            \"description2\": \"19585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 552,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rosas\",\n            \"description2\": \"19622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 553,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián\",\n            \"description2\": \"19693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 554,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santander De Quilichao\",\n            \"description2\": \"19698000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 555,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa\",\n            \"description2\": \"19701000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 556,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silvia\",\n            \"description2\": \"19743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 557,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sotara\",\n            \"description2\": \"19760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 558,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"19780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 559,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"19785000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 560,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbío\",\n            \"description2\": \"19807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 561,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timbiquí\",\n            \"description2\": \"19809000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 562,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toribío\",\n            \"description2\": \"19821000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 563,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Totoró\",\n            \"description2\": \"19824000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 12,\n            \"grouper3\": 564,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Rica\",\n            \"description2\": \"19845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 565,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valledupar\",\n            \"description2\": \"20001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 566,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguachica\",\n            \"description2\": \"20011000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 567,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agustín Codazzi\",\n            \"description2\": \"20013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 568,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Astrea\",\n            \"description2\": \"20032000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 569,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Becerril\",\n            \"description2\": \"20045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 570,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosconia\",\n            \"description2\": \"20060000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 571,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimichagua\",\n            \"description2\": \"20175000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 572,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chiriguaná\",\n            \"description2\": \"20178000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 573,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curumaní\",\n            \"description2\": \"20228000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 574,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Copey\",\n            \"description2\": \"20238000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 575,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Paso\",\n            \"description2\": \"20250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 576,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gamarra\",\n            \"description2\": \"20295000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 577,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"González\",\n            \"description2\": \"20310000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 578,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Gloria\",\n            \"description2\": \"20383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 579,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua De Ibirico\",\n            \"description2\": \"20400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 580,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure Balcón Del Cesar\",\n            \"description2\": \"20443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 581,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pailitas\",\n            \"description2\": \"20517000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 582,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pelaya\",\n            \"description2\": \"20550000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 583,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Bello\",\n            \"description2\": \"20570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 584,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río De Oro\",\n            \"description2\": \"20614000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 585,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"20621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 586,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Alberto\",\n            \"description2\": \"20710000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 587,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Diego\",\n            \"description2\": \"20750000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 588,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"20770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 13,\n            \"grouper3\": 589,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tamalameque\",\n            \"description2\": \"20787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 590,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quibdó\",\n            \"description2\": \"27001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 591,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acandí\",\n            \"description2\": \"27006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 592,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alto Baudó\",\n            \"description2\": \"27025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 593,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Atrato\",\n            \"description2\": \"27050000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 594,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bagadó\",\n            \"description2\": \"27073000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 595,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahía Solano\",\n            \"description2\": \"27075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 596,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bajo Baudó\",\n            \"description2\": \"27077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 597,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bojayá\",\n            \"description2\": \"27099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 598,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cantón Del San Pablo\",\n            \"description2\": \"27135000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 599,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen Del Darién\",\n            \"description2\": \"27150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 600,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cértegui\",\n            \"description2\": \"27160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 601,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Condoto\",\n            \"description2\": \"27205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 602,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Atrato\",\n            \"description2\": \"27245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 603,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Litoral Del San Juan\",\n            \"description2\": \"27250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 604,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Istmina\",\n            \"description2\": \"27361000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 605,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Juradó\",\n            \"description2\": \"27372000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 606,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lloró\",\n            \"description2\": \"27413000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 607,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Atrato\",\n            \"description2\": \"27425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 608,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio Baudó\",\n            \"description2\": \"27430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 609,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Medio San Juan\",\n            \"description2\": \"27450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 610,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nóvita\",\n            \"description2\": \"27491000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 611,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nuquí\",\n            \"description2\": \"27495000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 612,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Iró\",\n            \"description2\": \"27580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 613,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Río Quito\",\n            \"description2\": \"27600000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 614,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riosucio\",\n            \"description2\": \"27615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 615,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Palmar\",\n            \"description2\": \"27660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 616,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sipí\",\n            \"description2\": \"27745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 617,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tadó\",\n            \"description2\": \"27787000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 618,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unguía\",\n            \"description2\": \"27800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 14,\n            \"grouper3\": 619,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Unión Panamericana\",\n            \"description2\": \"27810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 620,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montería\",\n            \"description2\": \"23001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 621,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ayapel\",\n            \"description2\": \"23068000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 622,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"23079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 623,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canalete\",\n            \"description2\": \"23090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 624,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cereté\",\n            \"description2\": \"23162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 625,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chimá\",\n            \"description2\": \"23168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 626,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinú\",\n            \"description2\": \"23182000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 627,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga De Oro\",\n            \"description2\": \"23189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 628,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cotorra\",\n            \"description2\": \"23300000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 629,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Apartada\",\n            \"description2\": \"23350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 630,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lorica\",\n            \"description2\": \"23417000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 631,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Córdobas\",\n            \"description2\": \"23419000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 632,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Momil\",\n            \"description2\": \"23464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 633,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montelíbano\",\n            \"description2\": \"23466000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 634,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moñitos\",\n            \"description2\": \"23500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 635,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planeta Rica\",\n            \"description2\": \"23555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 636,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Nuevo\",\n            \"description2\": \"23570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 637,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Escondido\",\n            \"description2\": \"23574000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 638,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Libertador\",\n            \"description2\": \"23580000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 639,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purísima De La Concepción\",\n            \"description2\": \"23586000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 640,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahagún\",\n            \"description2\": \"23660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 691,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 641,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Sotavento\",\n            \"description2\": \"23670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 692,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 642,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antero\",\n            \"description2\": \"23672000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 693,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 643,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo Del Viento\",\n            \"description2\": \"23675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 694,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 644,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos\",\n            \"description2\": \"23678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 695,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 645,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pelayo\",\n            \"description2\": \"23686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 696,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 646,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tierralta\",\n            \"description2\": \"23807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 697,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 647,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valencia\",\n            \"description2\": \"23855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 698,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 648,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Inírida\",\n            \"description2\": \"94001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 699,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 649,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranco Minas\",\n            \"description2\": \"94343000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 700,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 650,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripana\",\n            \"description2\": \"94663000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 701,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 651,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Felipe\",\n            \"description2\": \"94883000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 702,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 652,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Colombia\",\n            \"description2\": \"94884000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 703,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 653,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Guadalupe\",\n            \"description2\": \"94885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 704,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 654,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cacahual\",\n            \"description2\": \"94886000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 705,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 655,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pana Pana\",\n            \"description2\": \"94887000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 706,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 16,\n            \"grouper3\": 656,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morichal\",\n            \"description2\": \"94888000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 707,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 657,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José Del Guaviare\",\n            \"description2\": \"95001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 708,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 658,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calamar\",\n            \"description2\": \"95015000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 709,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 659,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retorno\",\n            \"description2\": \"95025000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 710,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 17,\n            \"grouper3\": 660,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Miraflores\",\n            \"description2\": \"95200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 711,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 661,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Neiva\",\n            \"description2\": \"41001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 712,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 662,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acevedo\",\n            \"description2\": \"41006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 713,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 663,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Agrado\",\n            \"description2\": \"41013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 714,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 664,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aipe\",\n            \"description2\": \"41016000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 715,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 665,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algeciras\",\n            \"description2\": \"41020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 716,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 666,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Altamira\",\n            \"description2\": \"41026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 717,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 667,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Baraya\",\n            \"description2\": \"41078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 718,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 668,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Campoalegre\",\n            \"description2\": \"41132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 719,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 669,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colombia\",\n            \"description2\": \"41206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 720,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 670,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Elías\",\n            \"description2\": \"41244000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 721,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 671,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Garzón\",\n            \"description2\": \"41298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 722,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 672,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gigante\",\n            \"description2\": \"41306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 723,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 673,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"41319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 724,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 674,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hobo\",\n            \"description2\": \"41349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 725,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 675,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Íquira\",\n            \"description2\": \"41357000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 726,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 676,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isnos\",\n            \"description2\": \"41359000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 727,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 677,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Argentina\",\n            \"description2\": \"41378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 728,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 678,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Plata\",\n            \"description2\": \"41396000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 729,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 679,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nátaga\",\n            \"description2\": \"41483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 730,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 680,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oporapa\",\n            \"description2\": \"41503000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 731,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 681,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paicol\",\n            \"description2\": \"41518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 732,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 682,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palermo\",\n            \"description2\": \"41524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 733,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 683,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"41530000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 734,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 684,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pital\",\n            \"description2\": \"41548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 735,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 685,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pitalito\",\n            \"description2\": \"41551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 736,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 686,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rivera\",\n            \"description2\": \"41615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 737,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 687,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saladoblanco\",\n            \"description2\": \"41660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 738,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 688,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Agustín\",\n            \"description2\": \"41668000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 739,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 689,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa María\",\n            \"description2\": \"41676000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 740,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 690,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaza\",\n            \"description2\": \"41770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 741,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 691,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tarqui\",\n            \"description2\": \"41791000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 742,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 692,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tesalia\",\n            \"description2\": \"41797000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 743,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 693,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tello\",\n            \"description2\": \"41799000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 744,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 694,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teruel\",\n            \"description2\": \"41801000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 745,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 695,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timaná\",\n            \"description2\": \"41807000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 746,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 696,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavieja\",\n            \"description2\": \"41872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 747,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 18,\n            \"grouper3\": 697,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yaguará\",\n            \"description2\": \"41885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 748,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 698,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riohacha\",\n            \"description2\": \"44001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 749,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 699,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"44035000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 750,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 700,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancas\",\n            \"description2\": \"44078000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 751,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 701,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dibulla\",\n            \"description2\": \"44090000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 752,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 702,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Distracción\",\n            \"description2\": \"44098000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 753,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 703,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Molino\",\n            \"description2\": \"44110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 754,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 704,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fonseca\",\n            \"description2\": \"44279000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 755,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 705,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hatonuevo\",\n            \"description2\": \"44378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 756,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 706,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Jagua Del Pilar\",\n            \"description2\": \"44420000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 757,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 707,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Maicao\",\n            \"description2\": \"44430000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 758,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 708,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Manaure\",\n            \"description2\": \"44560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 759,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 709,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan Del Cesar\",\n            \"description2\": \"44650000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 760,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 710,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribia\",\n            \"description2\": \"44847000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 761,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 711,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Urumita\",\n            \"description2\": \"44855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 762,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 19,\n            \"grouper3\": 712,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"44874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 763,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 713,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Marta\",\n            \"description2\": \"47001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 764,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 714,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Algarrobo\",\n            \"description2\": \"47030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 765,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 715,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aracataca\",\n            \"description2\": \"47053000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 766,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 716,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ariguaní\",\n            \"description2\": \"47058000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 767,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 717,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerro De San Antonio\",\n            \"description2\": \"47161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 768,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 718,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chivolo\",\n            \"description2\": \"47170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 769,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 719,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciénaga\",\n            \"description2\": \"47189000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 770,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 720,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concordia\",\n            \"description2\": \"47205000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 771,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 721,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Banco\",\n            \"description2\": \"47245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 772,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 722,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Piñón\",\n            \"description2\": \"47258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 773,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 723,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Retén\",\n            \"description2\": \"47268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 774,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 724,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fundación\",\n            \"description2\": \"47288000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 775,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 725,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"47318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 776,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 726,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Granada\",\n            \"description2\": \"47460000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 777,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 727,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pedraza\",\n            \"description2\": \"47541000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 778,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 728,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijiño Del Carmen\",\n            \"description2\": \"47545000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 779,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 729,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pivijay\",\n            \"description2\": \"47551000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 780,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 730,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Plato\",\n            \"description2\": \"47555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 781,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 731,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puebloviejo\",\n            \"description2\": \"47570000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 782,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 732,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Remolino\",\n            \"description2\": \"47605000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 783,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 733,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabanas De San Ángel\",\n            \"description2\": \"47660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 784,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 734,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salamina\",\n            \"description2\": \"47675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 785,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 735,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Buenavista\",\n            \"description2\": \"47692000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 786,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 736,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Zenón\",\n            \"description2\": \"47703000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 787,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 737,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Ana\",\n            \"description2\": \"47707000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 788,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 738,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara De Pinto\",\n            \"description2\": \"47720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 789,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 739,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sitionuevo\",\n            \"description2\": \"47745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 790,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 740,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tenerife\",\n            \"description2\": \"47798000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 791,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 741,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapayán\",\n            \"description2\": \"47960000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 792,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 20,\n            \"grouper3\": 742,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zona Bananera\",\n            \"description2\": \"47980000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 793,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 743,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villavicencio\",\n            \"description2\": \"50001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 794,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 744,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Acacías\",\n            \"description2\": \"50006000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 795,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 745,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barranca De Upía\",\n            \"description2\": \"50110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 796,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 746,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabuyaro\",\n            \"description2\": \"50124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 797,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 747,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Castilla La Nueva\",\n            \"description2\": \"50150000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 798,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 748,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Cubarral\",\n            \"description2\": \"50223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 799,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 749,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaral\",\n            \"description2\": \"50226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 800,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 750,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Calvario\",\n            \"description2\": \"50245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 801,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 751,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Castillo\",\n            \"description2\": \"50251000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 802,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 752,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dorado\",\n            \"description2\": \"50270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 803,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 753,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fuente De Oro\",\n            \"description2\": \"50287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 804,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 754,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"50313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 805,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 755,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamal\",\n            \"description2\": \"50318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 806,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 756,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mapiripán\",\n            \"description2\": \"50325000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 807,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 757,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mesetas\",\n            \"description2\": \"50330000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 808,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 758,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Macarena\",\n            \"description2\": \"50350000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 809,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 759,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uribe\",\n            \"description2\": \"50370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 810,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 760,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lejanías\",\n            \"description2\": \"50400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 811,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 761,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Concordia\",\n            \"description2\": \"50450000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 812,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 762,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Gaitán\",\n            \"description2\": \"50568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 813,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 763,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto López\",\n            \"description2\": \"50573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 814,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 764,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Lleras\",\n            \"description2\": \"50577000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 815,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 765,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"50590000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 816,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 766,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"50606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 817,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 767,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Carlos De Guaroa\",\n            \"description2\": \"50680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 818,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 768,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Arama\",\n            \"description2\": \"50683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 819,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 769,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juanito\",\n            \"description2\": \"50686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 820,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 770,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martín\",\n            \"description2\": \"50689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 821,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 21,\n            \"grouper3\": 771,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vistahermosa\",\n            \"description2\": \"50711000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 822,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 772,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cúcuta\",\n            \"description2\": \"54001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 823,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 773,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ábrego\",\n            \"description2\": \"54003000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 824,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 774,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboledas\",\n            \"description2\": \"54051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 825,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 775,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bochalema\",\n            \"description2\": \"54099000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 826,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 776,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucarasica\",\n            \"description2\": \"54109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 827,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 777,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cácota\",\n            \"description2\": \"54125000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 828,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 778,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cáchira\",\n            \"description2\": \"54128000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 829,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 779,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chinácota\",\n            \"description2\": \"54172000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 830,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 780,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chitagá\",\n            \"description2\": \"54174000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 831,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 781,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Convención\",\n            \"description2\": \"54206000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 832,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 782,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cucutilla\",\n            \"description2\": \"54223000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 833,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 783,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Durania\",\n            \"description2\": \"54239000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 834,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 784,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen\",\n            \"description2\": \"54245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 835,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 785,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tarra\",\n            \"description2\": \"54250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 836,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 786,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Zulia\",\n            \"description2\": \"54261000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 837,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 787,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gramalote\",\n            \"description2\": \"54313000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 838,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 788,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hacarí\",\n            \"description2\": \"54344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 839,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 789,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herrán\",\n            \"description2\": \"54347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 840,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 790,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Labateca\",\n            \"description2\": \"54377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 841,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 791,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Esperanza\",\n            \"description2\": \"54385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 842,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 792,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Playa\",\n            \"description2\": \"54398000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 843,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 793,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Patios\",\n            \"description2\": \"54405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 844,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 794,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lourdes\",\n            \"description2\": \"54418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 845,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 795,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mutiscua\",\n            \"description2\": \"54480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 846,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 796,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocaña\",\n            \"description2\": \"54498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 847,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 797,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplona\",\n            \"description2\": \"54518000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 848,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 798,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pamplonita\",\n            \"description2\": \"54520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 849,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 799,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Santander\",\n            \"description2\": \"54553000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 850,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 800,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ragonvalia\",\n            \"description2\": \"54599000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 851,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 801,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salazar\",\n            \"description2\": \"54660000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 852,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 802,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Calixto\",\n            \"description2\": \"54670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 853,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 803,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cayetano\",\n            \"description2\": \"54673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 854,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 804,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"54680000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 855,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 805,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sardinata\",\n            \"description2\": \"54720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 856,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 806,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Silos\",\n            \"description2\": \"54743000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 857,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 807,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Teorama\",\n            \"description2\": \"54800000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 858,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 808,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tibú\",\n            \"description2\": \"54810000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 859,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 809,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toledo\",\n            \"description2\": \"54820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 860,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 810,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Caro\",\n            \"description2\": \"54871000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 861,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 22,\n            \"grouper3\": 811,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villa Del Rosario\",\n            \"description2\": \"54874000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 862,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 812,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pasto\",\n            \"description2\": \"52001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 863,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 813,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albán\",\n            \"description2\": \"52019000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 864,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 814,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aldana\",\n            \"description2\": \"52022000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 865,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 815,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ancuyá\",\n            \"description2\": \"52036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 866,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 816,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arboleda\",\n            \"description2\": \"52051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 867,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 817,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbacoas\",\n            \"description2\": \"52079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 868,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 818,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén\",\n            \"description2\": \"52083000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 869,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 819,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buesaco\",\n            \"description2\": \"52110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 870,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 820,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"52203000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 871,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 821,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Consacá\",\n            \"description2\": \"52207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 872,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 822,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contadero\",\n            \"description2\": \"52210000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 873,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 823,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"52215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 874,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 824,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuaspúd\",\n            \"description2\": \"52224000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 875,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 825,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbal\",\n            \"description2\": \"52227000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 876,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 826,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumbitara\",\n            \"description2\": \"52233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 877,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 827,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chachagüí\",\n            \"description2\": \"52240000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 878,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 828,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Charco\",\n            \"description2\": \"52250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 879,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 829,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñol\",\n            \"description2\": \"52254000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 880,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 830,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Rosario\",\n            \"description2\": \"52256000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 881,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 831,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tablón De Gómez\",\n            \"description2\": \"52258000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 882,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 832,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Tambo\",\n            \"description2\": \"52260000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 883,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 833,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Funes\",\n            \"description2\": \"52287000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 884,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 834,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guachucal\",\n            \"description2\": \"52317000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 885,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 835,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaitarilla\",\n            \"description2\": \"52320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 886,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 836,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gualmatán\",\n            \"description2\": \"52323000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 887,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 837,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iles\",\n            \"description2\": \"52352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 888,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 838,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Imués\",\n            \"description2\": \"52354000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 889,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 839,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ipiales\",\n            \"description2\": \"52356000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 890,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 840,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cruz\",\n            \"description2\": \"52378000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 891,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 841,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Florida\",\n            \"description2\": \"52381000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 892,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 842,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Llanada\",\n            \"description2\": \"52385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 893,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 843,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tola\",\n            \"description2\": \"52390000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 894,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 844,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"52399000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 895,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 845,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Leiva\",\n            \"description2\": \"52405000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 896,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 846,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Linares\",\n            \"description2\": \"52411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 897,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 847,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Andes\",\n            \"description2\": \"52418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 898,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 848,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Magüí\",\n            \"description2\": \"52427000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 899,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 849,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mallama\",\n            \"description2\": \"52435000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 900,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 850,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mosquera\",\n            \"description2\": \"52473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 901,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 851,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nariño\",\n            \"description2\": \"52480000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 902,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 852,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Olaya Herrera\",\n            \"description2\": \"52490000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 903,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 853,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ospina\",\n            \"description2\": \"52506000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 904,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 854,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francisco Pizarro\",\n            \"description2\": \"52520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 905,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 855,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Policarpa\",\n            \"description2\": \"52540000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 906,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 856,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Potosí\",\n            \"description2\": \"52560000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 907,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 857,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"52565000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 908,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 858,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerres\",\n            \"description2\": \"52573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 909,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 859,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pupiales\",\n            \"description2\": \"52585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 910,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 860,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ricaurte\",\n            \"description2\": \"52612000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 911,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 861,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roberto Payán\",\n            \"description2\": \"52621000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 912,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 862,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samaniego\",\n            \"description2\": \"52678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 913,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 863,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sandoná\",\n            \"description2\": \"52683000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 914,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 864,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bernardo\",\n            \"description2\": \"52685000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 915,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 865,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Lorenzo\",\n            \"description2\": \"52687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 916,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 866,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pablo\",\n            \"description2\": \"52693000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 917,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 867,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro De Cartago\",\n            \"description2\": \"52694000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 918,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 868,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"52696000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 919,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 869,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santacruz\",\n            \"description2\": \"52699000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 920,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 870,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sapuyes\",\n            \"description2\": \"52720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 921,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 871,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taminango\",\n            \"description2\": \"52786000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 922,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 872,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tangua\",\n            \"description2\": \"52788000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 923,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 873,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés De Tumaco\",\n            \"description2\": \"52835000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 924,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 874,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Túquerres\",\n            \"description2\": \"52838000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 925,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 23,\n            \"grouper3\": 875,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yacuanquer\",\n            \"description2\": \"52885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 926,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 876,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mocoa\",\n            \"description2\": \"86001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 927,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 877,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Colón\",\n            \"description2\": \"86219000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 928,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 878,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Orito\",\n            \"description2\": \"86320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 929,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 879,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Asís\",\n            \"description2\": \"86568000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 930,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 880,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Caicedo\",\n            \"description2\": \"86569000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 931,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 881,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Guzmán\",\n            \"description2\": \"86571000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 932,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 882,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Leguízamo\",\n            \"description2\": \"86573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 933,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 883,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sibundoy\",\n            \"description2\": \"86749000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 934,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 884,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Francisco\",\n            \"description2\": \"86755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 935,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 885,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"86757000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 936,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 886,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago\",\n            \"description2\": \"86760000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 937,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 887,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle Del Guamuez\",\n            \"description2\": \"86865000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 938,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 24,\n            \"grouper3\": 888,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villagarzón\",\n            \"description2\": \"86885000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 939,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 889,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"63001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 940,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 890,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"63111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 941,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 891,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calarcá\",\n            \"description2\": \"63130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 942,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 892,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Circasia\",\n            \"description2\": \"63190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 943,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 893,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Córdoba\",\n            \"description2\": \"63212000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 944,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 894,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filandia\",\n            \"description2\": \"63272000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 945,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 895,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Génova\",\n            \"description2\": \"63302000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 946,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 896,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Tebaida\",\n            \"description2\": \"63401000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 947,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 897,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"63470000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 948,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 898,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pijao\",\n            \"description2\": \"63548000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 949,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 899,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quimbaya\",\n            \"description2\": \"63594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 950,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 25,\n            \"grouper3\": 900,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Salento\",\n            \"description2\": \"63690000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 951,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 901,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pereira\",\n            \"description2\": \"66001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 952,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 902,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Apía\",\n            \"description2\": \"66045000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 953,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 903,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Balboa\",\n            \"description2\": \"66075000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 954,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 904,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belén De Umbría\",\n            \"description2\": \"66088000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 955,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 905,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dosquebradas\",\n            \"description2\": \"66170000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 956,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 906,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guática\",\n            \"description2\": \"66318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 957,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 907,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Celia\",\n            \"description2\": \"66383000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 958,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 908,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Virginia\",\n            \"description2\": \"66400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 959,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 909,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marsella\",\n            \"description2\": \"66440000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 960,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 910,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mistrató\",\n            \"description2\": \"66456000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 961,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 911,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pueblo Rico\",\n            \"description2\": \"66572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 962,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 912,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Quinchía\",\n            \"description2\": \"66594000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 963,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 913,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosa De Cabal\",\n            \"description2\": \"66682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 964,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 26,\n            \"grouper3\": 914,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santuario\",\n            \"description2\": \"66687000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 965,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 915,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"88001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 966,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 27,\n            \"grouper3\": 916,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Providencia\",\n            \"description2\": \"88564000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 967,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 917,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bucaramanga\",\n            \"description2\": \"68001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 968,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 918,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aguada\",\n            \"description2\": \"68013000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 969,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 919,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"68020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 970,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 920,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aratoca\",\n            \"description2\": \"68051000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 971,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 921,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbosa\",\n            \"description2\": \"68077000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 972,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 922,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barichara\",\n            \"description2\": \"68079000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 973,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 923,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barrancabermeja\",\n            \"description2\": \"68081000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 974,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 924,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Betulia\",\n            \"description2\": \"68092000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 975,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 925,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"68101000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 976,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 926,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabrera\",\n            \"description2\": \"68121000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 977,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 927,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"California\",\n            \"description2\": \"68132000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 978,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 928,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Capitanejo\",\n            \"description2\": \"68147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 979,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 929,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carcasí\",\n            \"description2\": \"68152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 980,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 930,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cepitá\",\n            \"description2\": \"68160000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 981,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 931,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cerrito\",\n            \"description2\": \"68162000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 982,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 932,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charalá\",\n            \"description2\": \"68167000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 983,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 933,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Charta\",\n            \"description2\": \"68169000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 984,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 934,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chima\",\n            \"description2\": \"68176000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 985,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 935,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipatá\",\n            \"description2\": \"68179000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 986,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 936,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cimitarra\",\n            \"description2\": \"68190000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 987,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 937,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Concepción\",\n            \"description2\": \"68207000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 988,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 938,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Confines\",\n            \"description2\": \"68209000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 989,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 939,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Contratación\",\n            \"description2\": \"68211000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 990,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 940,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coromoro\",\n            \"description2\": \"68217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 991,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 941,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curití\",\n            \"description2\": \"68229000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 992,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 942,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Carmen De Chucurí\",\n            \"description2\": \"68235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 993,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 943,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Guacamayo\",\n            \"description2\": \"68245000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 994,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 944,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Peñón\",\n            \"description2\": \"68250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 995,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 945,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Playón\",\n            \"description2\": \"68255000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 996,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 946,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Encino\",\n            \"description2\": \"68264000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 997,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 947,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Enciso\",\n            \"description2\": \"68266000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 998,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 948,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florián\",\n            \"description2\": \"68271000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 999,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 949,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Floridablanca\",\n            \"description2\": \"68276000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1000,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 950,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galán\",\n            \"description2\": \"68296000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1001,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 951,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gámbita\",\n            \"description2\": \"68298000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1002,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 952,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Girón\",\n            \"description2\": \"68307000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1003,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 953,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaca\",\n            \"description2\": \"68318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1004,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 954,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"68320000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1005,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 955,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guapotá\",\n            \"description2\": \"68322000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1006,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 956,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guavatá\",\n            \"description2\": \"68324000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1007,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 957,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Güepsa\",\n            \"description2\": \"68327000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1008,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 958,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hato\",\n            \"description2\": \"68344000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1009,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 959,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jesús María\",\n            \"description2\": \"68368000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1010,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 960,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordán\",\n            \"description2\": \"68370000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1011,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 961,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Belleza\",\n            \"description2\": \"68377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1012,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 962,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Landázuri\",\n            \"description2\": \"68385000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1013,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 963,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Paz\",\n            \"description2\": \"68397000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1014,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 964,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lebrija\",\n            \"description2\": \"68406000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1015,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 965,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Santos\",\n            \"description2\": \"68418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1016,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 966,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macaravita\",\n            \"description2\": \"68425000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1017,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 967,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Málaga\",\n            \"description2\": \"68432000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1018,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 968,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Matanza\",\n            \"description2\": \"68444000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1019,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 969,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mogotes\",\n            \"description2\": \"68464000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1020,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 970,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Molagavita\",\n            \"description2\": \"68468000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1021,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 971,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ocamonte\",\n            \"description2\": \"68498000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1022,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 972,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oiba\",\n            \"description2\": \"68500000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1023,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 973,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Onzaga\",\n            \"description2\": \"68502000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1024,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 974,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmar\",\n            \"description2\": \"68522000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1025,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 975,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmas Del Socorro\",\n            \"description2\": \"68524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1026,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 976,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Páramo\",\n            \"description2\": \"68533000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1027,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 977,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedecuesta\",\n            \"description2\": \"68547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1028,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 978,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pinchote\",\n            \"description2\": \"68549000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1029,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 979,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puente Nacional\",\n            \"description2\": \"68572000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1030,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 980,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Parra\",\n            \"description2\": \"68573000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1031,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 981,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Wilches\",\n            \"description2\": \"68575000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1032,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 982,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rionegro\",\n            \"description2\": \"68615000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1033,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 983,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sabana De Torres\",\n            \"description2\": \"68655000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1034,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 984,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Andrés\",\n            \"description2\": \"68669000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1035,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 985,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito\",\n            \"description2\": \"68673000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1036,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 986,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Gil\",\n            \"description2\": \"68679000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1037,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 987,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Joaquín\",\n            \"description2\": \"68682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1038,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 988,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Miranda\",\n            \"description2\": \"68684000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1039,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 989,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Miguel\",\n            \"description2\": \"68686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1040,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 990,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente De Chucurí\",\n            \"description2\": \"68689000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1041,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 991,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Bárbara\",\n            \"description2\": \"68705000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1042,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 992,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Helena Del Opón\",\n            \"description2\": \"68720000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1043,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 993,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Simacota\",\n            \"description2\": \"68745000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1044,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 994,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Socorro\",\n            \"description2\": \"68755000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1045,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 995,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suaita\",\n            \"description2\": \"68770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1046,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 996,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"68773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1047,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 997,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suratá\",\n            \"description2\": \"68780000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1048,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 998,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tona\",\n            \"description2\": \"68820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1049,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 999,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San José\",\n            \"description2\": \"68855000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1050,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1000,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vélez\",\n            \"description2\": \"68861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1051,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1001,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vetas\",\n            \"description2\": \"68867000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1052,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1002,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villanueva\",\n            \"description2\": \"68872000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1053,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 28,\n            \"grouper3\": 1003,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zapatoca\",\n            \"description2\": \"68895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1054,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1004,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sincelejo\",\n            \"description2\": \"70001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1055,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1005,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenavista\",\n            \"description2\": \"70110000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1056,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1006,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caimito\",\n            \"description2\": \"70124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1057,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1007,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coloso\",\n            \"description2\": \"70204000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1058,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1008,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corozal\",\n            \"description2\": \"70215000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1059,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1009,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coveñas\",\n            \"description2\": \"70221000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1060,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1010,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chalán\",\n            \"description2\": \"70230000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1061,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1011,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Roble\",\n            \"description2\": \"70233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1062,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1012,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Galeras\",\n            \"description2\": \"70235000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1063,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1013,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guaranda\",\n            \"description2\": \"70265000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1064,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1014,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"70400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1065,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1015,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Los Palmitos\",\n            \"description2\": \"70418000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1066,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1016,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Majagual\",\n            \"description2\": \"70429000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1067,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1017,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Morroa\",\n            \"description2\": \"70473000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1068,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1018,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ovejas\",\n            \"description2\": \"70508000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1069,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1019,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmito\",\n            \"description2\": \"70523000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1070,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1020,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sampués\",\n            \"description2\": \"70670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1071,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1021,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Benito Abad\",\n            \"description2\": \"70678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1072,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1022,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Juan De Betulia\",\n            \"description2\": \"70702000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1073,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1023,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marcos\",\n            \"description2\": \"70708000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1074,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1024,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Onofre\",\n            \"description2\": \"70713000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1075,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1025,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"70717000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1076,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1026,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis De Sincé\",\n            \"description2\": \"70742000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1077,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1027,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sucre\",\n            \"description2\": \"70771000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1078,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1028,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santiago De Tolú\",\n            \"description2\": \"70820000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1079,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 29,\n            \"grouper3\": 1029,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tolú Viejo\",\n            \"description2\": \"70823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1080,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1030,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ibagué\",\n            \"description2\": \"73001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1081,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1031,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alpujarra\",\n            \"description2\": \"73024000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1082,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1032,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alvarado\",\n            \"description2\": \"73026000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1083,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1033,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ambalema\",\n            \"description2\": \"73030000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1084,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1034,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anzoátegui\",\n            \"description2\": \"73043000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1085,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1035,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armero Guayabal\",\n            \"description2\": \"73055000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1086,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1036,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ataco\",\n            \"description2\": \"73067000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1087,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1037,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cajamarca\",\n            \"description2\": \"73124000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1088,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1038,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carmen De Apicalá\",\n            \"description2\": \"73148000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1089,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1039,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Casabianca\",\n            \"description2\": \"73152000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1090,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1040,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chaparral\",\n            \"description2\": \"73168000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1091,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1041,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coello\",\n            \"description2\": \"73200000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1092,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1042,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Coyaima\",\n            \"description2\": \"73217000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1093,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1043,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cunday\",\n            \"description2\": \"73226000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1094,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1044,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dolores\",\n            \"description2\": \"73236000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1095,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1045,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Espinal\",\n            \"description2\": \"73268000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1096,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1046,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Falan\",\n            \"description2\": \"73270000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1097,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1047,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Flandes\",\n            \"description2\": \"73275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1098,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1048,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fresno\",\n            \"description2\": \"73283000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1099,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1049,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guamo\",\n            \"description2\": \"73319000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1100,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1050,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Herveo\",\n            \"description2\": \"73347000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1101,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1051,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Honda\",\n            \"description2\": \"73349000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1102,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1052,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Icononzo\",\n            \"description2\": \"73352000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1103,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1053,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lérida\",\n            \"description2\": \"73408000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1104,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1054,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Líbano\",\n            \"description2\": \"73411000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1105,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1055,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Sebastián De Mariquita\",\n            \"description2\": \"73443000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1106,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1056,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Melgar\",\n            \"description2\": \"73449000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1107,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1057,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Murillo\",\n            \"description2\": \"73461000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1108,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1058,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Natagaima\",\n            \"description2\": \"73483000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1109,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1059,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ortega\",\n            \"description2\": \"73504000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1110,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1060,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palocabildo\",\n            \"description2\": \"73520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1111,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1061,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Piedras\",\n            \"description2\": \"73547000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1112,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1062,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Planadas\",\n            \"description2\": \"73555000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1113,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1063,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Prado\",\n            \"description2\": \"73563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1114,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1064,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Purificación\",\n            \"description2\": \"73585000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1115,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1065,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rioblanco\",\n            \"description2\": \"73616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1116,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1066,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roncesvalles\",\n            \"description2\": \"73622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1117,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1067,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rovira\",\n            \"description2\": \"73624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1118,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1068,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Saldaña\",\n            \"description2\": \"73671000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1119,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1069,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Antonio\",\n            \"description2\": \"73675000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1120,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1070,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Luis\",\n            \"description2\": \"73678000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1121,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1071,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Isabel\",\n            \"description2\": \"73686000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1122,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1072,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suárez\",\n            \"description2\": \"73770000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1123,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1073,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Valle De San Juan\",\n            \"description2\": \"73854000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1124,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1074,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venadillo\",\n            \"description2\": \"73861000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1125,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1075,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villahermosa\",\n            \"description2\": \"73870000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1126,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 30,\n            \"grouper3\": 1076,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Villarrica\",\n            \"description2\": \"73873000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1127,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1077,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cali\",\n            \"description2\": \"76001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1128,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1078,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alcalá\",\n            \"description2\": \"76020000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1129,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1079,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andalucía\",\n            \"description2\": \"76036000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1130,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1080,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ansermanuevo\",\n            \"description2\": \"76041000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1131,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1081,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"76054000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1132,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1082,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolívar\",\n            \"description2\": \"76100000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1133,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1083,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buenaventura\",\n            \"description2\": \"76109000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1134,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1084,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Buga\",\n            \"description2\": \"76111000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1135,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1085,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bugalagrande\",\n            \"description2\": \"76113000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1136,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1086,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Caicedonia\",\n            \"description2\": \"76122000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1137,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1087,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Calima\",\n            \"description2\": \"76126000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1138,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1088,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Candelaria\",\n            \"description2\": \"76130000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1139,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1089,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cartago\",\n            \"description2\": \"76147000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1140,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1090,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dagua\",\n            \"description2\": \"76233000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1141,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1091,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Águila\",\n            \"description2\": \"76243000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1142,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1092,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cairo\",\n            \"description2\": \"76246000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1143,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1093,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Cerrito\",\n            \"description2\": \"76248000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1144,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1094,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Dovio\",\n            \"description2\": \"76250000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1145,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1095,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Florida\",\n            \"description2\": \"76275000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1146,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1096,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ginebra\",\n            \"description2\": \"76306000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1147,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1097,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guacarí\",\n            \"description2\": \"76318000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1148,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1098,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamundí\",\n            \"description2\": \"76364000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1149,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1099,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Cumbre\",\n            \"description2\": \"76377000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1150,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1100,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Unión\",\n            \"description2\": \"76400000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1151,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1101,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Victoria\",\n            \"description2\": \"76403000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1152,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1102,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Obando\",\n            \"description2\": \"76497000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1153,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1103,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palmira\",\n            \"description2\": \"76520000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1154,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1104,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pradera\",\n            \"description2\": \"76563000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1155,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1105,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Restrepo\",\n            \"description2\": \"76606000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1156,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1106,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Riofrío\",\n            \"description2\": \"76616000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1157,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1107,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Roldanillo\",\n            \"description2\": \"76622000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1158,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1108,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro\",\n            \"description2\": \"76670000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1159,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1109,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sevilla\",\n            \"description2\": \"76736000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1160,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1110,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Toro\",\n            \"description2\": \"76823000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1161,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1111,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trujillo\",\n            \"description2\": \"76828000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1162,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1112,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuluá\",\n            \"description2\": \"76834000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1163,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1113,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ulloa\",\n            \"description2\": \"76845000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1164,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1114,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Versalles\",\n            \"description2\": \"76863000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1165,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1115,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vijes\",\n            \"description2\": \"76869000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1166,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1116,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yotoco\",\n            \"description2\": \"76890000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1167,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1117,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yumbo\",\n            \"description2\": \"76892000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1168,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 31,\n            \"grouper3\": 1118,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zarzal\",\n            \"description2\": \"76895000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1169,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1119,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mitú\",\n            \"description2\": \"97001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1170,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1120,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Carurú\",\n            \"description2\": \"97161000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1171,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1121,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pacoa\",\n            \"description2\": \"97511000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1172,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1122,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taraira\",\n            \"description2\": \"97666000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1173,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1123,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papunaua\",\n            \"description2\": \"97777000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1174,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 32,\n            \"grouper3\": 1124,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yavaraté\",\n            \"description2\": \"97889000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1175,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1125,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Carreño\",\n            \"description2\": \"99001000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1176,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1126,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"La Primavera\",\n            \"description2\": \"99524000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1177,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1127,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Rosalía\",\n            \"description2\": \"99624000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1178,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 33,\n            \"grouper3\": 1128,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cumaribo\",\n            \"description2\": \"99773000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1179,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1129,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San José De Uré\",\n            \"description2\": \"23682000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 1180,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 1,\n            \"grouper2\": 15,\n            \"grouper3\": 1130,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuchín\",\n            \"description2\": \"23815000\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31448,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 6,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Afganistan\",\n            \"description2\": \"af\",\n            \"description3\": \"93\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31449,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 7,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Albania\",\n            \"description2\": \"al\",\n            \"description3\": \"355\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31450,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 8,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Alemania\",\n            \"description2\": \"de\",\n            \"description3\": \"49\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31451,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 9,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Andorra\",\n            \"description2\": \"ad\",\n            \"description3\": \"376\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31452,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 10,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Angola\",\n            \"description2\": \"ao\",\n            \"description3\": \"244\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31453,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 11,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Anguila\",\n            \"description2\": \"ai\",\n            \"description3\": \"1 264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31454,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 12,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antartida\",\n            \"description2\": \"aq\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31455,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 13,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Antigua y Barbuda\",\n            \"description2\": \"ag\",\n            \"description3\": \"1 268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31456,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 14,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Arabia Saudita\",\n            \"description2\": \"sa\",\n            \"description3\": \"966\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31457,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 15,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argelia\",\n            \"description2\": \"dz\",\n            \"description3\": \"213\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31458,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 16,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Argentina\",\n            \"description2\": \"ar\",\n            \"description3\": \"54\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31459,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 17,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Armenia\",\n            \"description2\": \"am\",\n            \"description3\": \"374\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31460,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 18,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Aruba\",\n            \"description2\": \"aw\",\n            \"description3\": \"297\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31461,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 19,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Australia\",\n            \"description2\": \"au\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31462,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 20,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Austria\",\n            \"description2\": \"at\",\n            \"description3\": \"43\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31463,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 21,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Azerbaiyan\",\n            \"description2\": \"az\",\n            \"description3\": \"994\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31464,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 22,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belgica\",\n            \"description2\": \"be\",\n            \"description3\": \"32\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31465,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 23,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahamas\",\n            \"description2\": \"bs\",\n            \"description3\": \"1 242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31466,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 24,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bahrein\",\n            \"description2\": \"bh\",\n            \"description3\": \"973\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31467,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 25,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bangladesh\",\n            \"description2\": \"bd\",\n            \"description3\": \"880\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31468,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 26,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Barbados\",\n            \"description2\": \"bb\",\n            \"description3\": \"1 246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31469,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 27,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Belice\",\n            \"description2\": \"bz\",\n            \"description3\": \"501\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31470,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 28,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Benin\",\n            \"description2\": \"bj\",\n            \"description3\": \"229\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31471,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 29,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Butan\",\n            \"description2\": \"bt\",\n            \"description3\": \"975\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31472,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 30,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bielorrusia\",\n            \"description2\": \"by\",\n            \"description3\": \"375\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31473,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 31,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Birmania\",\n            \"description2\": \"mm\",\n            \"description3\": \"95\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31474,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 32,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bolivia\",\n            \"description2\": \"bo\",\n            \"description3\": \"591\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31475,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 33,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bosnia y Herzegovina\",\n            \"description2\": \"ba\",\n            \"description3\": \"387\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31476,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 34,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Botsuana\",\n            \"description2\": \"bw\",\n            \"description3\": \"267\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31477,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 35,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brasil\",\n            \"description2\": \"br\",\n            \"description3\": \"55\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31478,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 36,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Brunei\",\n            \"description2\": \"bn\",\n            \"description3\": \"673\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31479,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 37,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Bulgaria\",\n            \"description2\": \"bg\",\n            \"description3\": \"359\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31480,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 38,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burkina Faso\",\n            \"description2\": \"bf\",\n            \"description3\": \"226\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31481,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 39,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Burundi\",\n            \"description2\": \"bi\",\n            \"description3\": \"257\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31482,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 40,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cabo Verde\",\n            \"description2\": \"cv\",\n            \"description3\": \"238\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31483,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 41,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camboya\",\n            \"description2\": \"kh\",\n            \"description3\": \"855\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31484,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 42,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Camerun\",\n            \"description2\": \"cm\",\n            \"description3\": \"237\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31485,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 43,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Canada\",\n            \"description2\": \"ca\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31486,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 44,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chad\",\n            \"description2\": \"td\",\n            \"description3\": \"235\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31487,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 45,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chile\",\n            \"description2\": \"cl\",\n            \"description3\": \"56\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31488,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 46,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"China\",\n            \"description2\": \"cn\",\n            \"description3\": \"86\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31489,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 47,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Chipre\",\n            \"description2\": \"cy\",\n            \"description3\": \"357\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31490,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 48,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ciudad del Vaticano\",\n            \"description2\": \"va\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31491,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 49,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Comoras\",\n            \"description2\": \"km\",\n            \"description3\": \"269\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31492,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 50,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica del Congo\",\n            \"description2\": \"cg\",\n            \"description3\": \"242\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31493,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 51,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Democratica del Congo\",\n            \"description2\": \"cd\",\n            \"description3\": \"243\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31494,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 52,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Norte\",\n            \"description2\": \"kp\",\n            \"description3\": \"850\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31495,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 53,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Corea del Sur\",\n            \"description2\": \"kr\",\n            \"description3\": \"82\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31496,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 54,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa de Marfil\",\n            \"description2\": \"ci\",\n            \"description3\": \"225\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31497,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 55,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Costa Rica\",\n            \"description2\": \"cr\",\n            \"description3\": \"506\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31498,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 56,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Croacia\",\n            \"description2\": \"hr\",\n            \"description3\": \"385\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31499,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 57,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Cuba\",\n            \"description2\": \"cu\",\n            \"description3\": \"53\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31500,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 58,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Curazao\",\n            \"description2\": \"cw\",\n            \"description3\": \"5999\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31501,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 59,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dinamarca\",\n            \"description2\": \"dk\",\n            \"description3\": \"45\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31502,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 60,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Dominica\",\n            \"description2\": \"dm\",\n            \"description3\": \"1 767\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31503,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 61,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ecuador\",\n            \"description2\": \"ec\",\n            \"description3\": \"593\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31504,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 62,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Egipto\",\n            \"description2\": \"eg\",\n            \"description3\": \"20\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31505,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 63,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"El Salvador\",\n            \"description2\": \"sv\",\n            \"description3\": \"503\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31506,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 64,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Emiratos Arabes Unidos\",\n            \"description2\": \"ae\",\n            \"description3\": \"971\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31507,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 65,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eritrea\",\n            \"description2\": \"er\",\n            \"description3\": \"291\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31508,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 66,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovaquia\",\n            \"description2\": \"sk\",\n            \"description3\": \"421\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31509,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 67,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Eslovenia\",\n            \"description2\": \"si\",\n            \"description3\": \"386\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31510,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 68,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"España\",\n            \"description2\": \"es\",\n            \"description3\": \"34\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31511,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 69,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Estonia\",\n            \"description2\": \"ee\",\n            \"description3\": \"372\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31512,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 70,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Etiopia\",\n            \"description2\": \"et\",\n            \"description3\": \"251\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31513,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 71,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Filipinas\",\n            \"description2\": \"ph\",\n            \"description3\": \"63\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31514,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 72,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Finlandia\",\n            \"description2\": \"fi\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31515,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 73,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Fiyi\",\n            \"description2\": \"fj\",\n            \"description3\": \"679\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31516,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 74,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Francia\",\n            \"description2\": \"fr\",\n            \"description3\": \"33\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31517,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 75,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gabon\",\n            \"description2\": \"ga\",\n            \"description3\": \"241\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31518,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 76,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gambia\",\n            \"description2\": \"gm\",\n            \"description3\": \"220\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31519,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 77,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Georgia\",\n            \"description2\": \"ge\",\n            \"description3\": \"995\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31520,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 78,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ghana\",\n            \"description2\": \"gh\",\n            \"description3\": \"233\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31521,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 79,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Gibraltar\",\n            \"description2\": \"gi\",\n            \"description3\": \"350\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31522,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 80,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Granada\",\n            \"description2\": \"gd\",\n            \"description3\": \"1 473\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31523,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 81,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Grecia\",\n            \"description2\": \"gr\",\n            \"description3\": \"30\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31524,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 82,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Groenlandia\",\n            \"description2\": \"gl\",\n            \"description3\": \"299\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31525,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 83,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guadalupe\",\n            \"description2\": \"gp\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31526,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 84,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guam\",\n            \"description2\": \"gu\",\n            \"description3\": \"1 671\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31527,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 85,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guatemala\",\n            \"description2\": \"gt\",\n            \"description3\": \"502\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31528,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 86,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guayana Francesa\",\n            \"description2\": \"gf\",\n            \"description3\": \"594\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31529,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 87,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guernsey\",\n            \"description2\": \"gg\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31530,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 88,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea\",\n            \"description2\": \"gn\",\n            \"description3\": \"224\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31531,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 89,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea Ecuatorial\",\n            \"description2\": \"gq\",\n            \"description3\": \"240\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31532,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 90,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guinea-Bissau\",\n            \"description2\": \"gw\",\n            \"description3\": \"245\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31533,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 91,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Guyana\",\n            \"description2\": \"gy\",\n            \"description3\": \"592\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31534,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 92,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Haiti\",\n            \"description2\": \"ht\",\n            \"description3\": \"509\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31535,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 93,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hong kong\",\n            \"description2\": \"hk\",\n            \"description3\": \"852\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31536,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 94,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Hungria\",\n            \"description2\": \"hu\",\n            \"description3\": \"36\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31537,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 95,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"India\",\n            \"description2\": \"in\",\n            \"description3\": \"91\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31538,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 96,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Indonesia\",\n            \"description2\": \"id\",\n            \"description3\": \"62\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31539,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 97,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Iran\",\n            \"description2\": \"ir\",\n            \"description3\": \"98\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31540,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 98,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irak\",\n            \"description2\": \"iq\",\n            \"description3\": \"964\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31541,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 99,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Irlanda\",\n            \"description2\": \"ie\",\n            \"description3\": \"353\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31542,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 100,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Bouvet\",\n            \"description2\": \"bv\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31543,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 101,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Man\",\n            \"description2\": \"im\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31544,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 102,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla de Navidad\",\n            \"description2\": \"cx\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31545,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 103,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Isla Norfolk\",\n            \"description2\": \"nf\",\n            \"description3\": \"672\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31546,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 104,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islandia\",\n            \"description2\": \"is\",\n            \"description3\": \"354\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31547,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 105,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Bermudas\",\n            \"description2\": \"bm\",\n            \"description3\": \"1 441\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31548,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 106,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Caiman\",\n            \"description2\": \"ky\",\n            \"description3\": \"1 345\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31549,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 107,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cocos (Keeling)\",\n            \"description2\": \"cc\",\n            \"description3\": \"61\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31550,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 108,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Cook\",\n            \"description2\": \"ck\",\n            \"description3\": \"682\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31551,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 109,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas de Aland\",\n            \"description2\": \"ax\",\n            \"description3\": \"358\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31552,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 110,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Feroe\",\n            \"description2\": \"fo\",\n            \"description3\": \"298\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31553,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 111,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Georgias del Sur y Sandwich del Sur\",\n            \"description2\": \"gs\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31554,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 112,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Heard y McDonald\",\n            \"description2\": \"hm\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31555,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 113,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Maldivas\",\n            \"description2\": \"mv\",\n            \"description3\": \"960\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31556,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 114,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Malvinas\",\n            \"description2\": \"fk\",\n            \"description3\": \"500\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31557,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 115,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marianas del Norte\",\n            \"description2\": \"mp\",\n            \"description3\": \"1 670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31558,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 116,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Marshall\",\n            \"description2\": \"mh\",\n            \"description3\": \"692\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31559,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 117,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Pitcairn\",\n            \"description2\": \"pn\",\n            \"description3\": \"870\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31560,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 118,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Salomon\",\n            \"description2\": \"sb\",\n            \"description3\": \"677\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31561,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 119,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Turcas y Caicos\",\n            \"description2\": \"tc\",\n            \"description3\": \"1 649\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31562,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 120,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Ultramarinas Menores de Estados Unidos\",\n            \"description2\": \"um\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31563,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 121,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes Britanicas\",\n            \"description2\": \"vg\",\n            \"description3\": \"1 284\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31564,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 122,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Islas Virgenes de los Estados Unidos\",\n            \"description2\": \"vi\",\n            \"description3\": \"1 340\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31565,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 123,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Israel\",\n            \"description2\": \"il\",\n            \"description3\": \"972\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31566,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 124,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Italia\",\n            \"description2\": \"it\",\n            \"description3\": \"39\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31567,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 125,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jamaica\",\n            \"description2\": \"jm\",\n            \"description3\": \"1 876\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31568,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 126,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Japon\",\n            \"description2\": \"jp\",\n            \"description3\": \"81\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31569,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 127,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jersey\",\n            \"description2\": \"je\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31570,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 128,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Jordania\",\n            \"description2\": \"jo\",\n            \"description3\": \"962\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31571,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 129,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kazajistan\",\n            \"description2\": \"kz\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31572,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 130,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kenia\",\n            \"description2\": \"ke\",\n            \"description3\": \"254\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31573,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 131,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kirguistan\",\n            \"description2\": \"kg\",\n            \"description3\": \"996\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31574,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 132,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kiribati\",\n            \"description2\": \"ki\",\n            \"description3\": \"686\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31575,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 133,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Kuwait\",\n            \"description2\": \"kw\",\n            \"description3\": \"965\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31576,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 134,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libano\",\n            \"description2\": \"lb\",\n            \"description3\": \"961\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31577,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 135,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Laos\",\n            \"description2\": \"la\",\n            \"description3\": \"856\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31578,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 136,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lesoto\",\n            \"description2\": \"ls\",\n            \"description3\": \"266\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31579,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 137,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Letonia\",\n            \"description2\": \"lv\",\n            \"description3\": \"371\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31580,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 138,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liberia\",\n            \"description2\": \"lr\",\n            \"description3\": \"231\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31581,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 139,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Libia\",\n            \"description2\": \"ly\",\n            \"description3\": \"218\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31582,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 140,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Liechtenstein\",\n            \"description2\": \"li\",\n            \"description3\": \"423\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31583,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 141,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Lituania\",\n            \"description2\": \"lt\",\n            \"description3\": \"370\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31584,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 142,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Luxemburgo\",\n            \"description2\": \"lu\",\n            \"description3\": \"352\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31585,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 143,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mexico\",\n            \"description2\": \"mx\",\n            \"description3\": \"52\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31586,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 144,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Monaco\",\n            \"description2\": \"mc\",\n            \"description3\": \"377\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31587,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 145,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macao\",\n            \"description2\": \"mo\",\n            \"description3\": \"853\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31588,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 146,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Macedonia\",\n            \"description2\": \"mk\",\n            \"description3\": \"389\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31589,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 147,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Madagascar\",\n            \"description2\": \"mg\",\n            \"description3\": \"261\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31590,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 148,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malasia\",\n            \"description2\": \"my\",\n            \"description3\": \"60\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31591,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 149,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malawi\",\n            \"description2\": \"mw\",\n            \"description3\": \"265\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31592,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 150,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mali\",\n            \"description2\": \"ml\",\n            \"description3\": \"223\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31593,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 151,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Malta\",\n            \"description2\": \"mt\",\n            \"description3\": \"356\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31594,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 152,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Marruecos\",\n            \"description2\": \"ma\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31595,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 153,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Martinica\",\n            \"description2\": \"mq\",\n            \"description3\": \"596\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31596,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 154,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauricio\",\n            \"description2\": \"mu\",\n            \"description3\": \"230\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31597,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 155,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mauritania\",\n            \"description2\": \"mr\",\n            \"description3\": \"222\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31598,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 156,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mayotte\",\n            \"description2\": \"yt\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31599,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 157,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Micronesia\",\n            \"description2\": \"fm\",\n            \"description3\": \"691\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31600,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 158,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Moldavia\",\n            \"description2\": \"md\",\n            \"description3\": \"373\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31601,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 159,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mongolia\",\n            \"description2\": \"mn\",\n            \"description3\": \"976\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31602,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 160,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montenegro\",\n            \"description2\": \"me\",\n            \"description3\": \"382\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31603,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 161,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Montserrat\",\n            \"description2\": \"ms\",\n            \"description3\": \"1 664\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31604,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 162,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Mozambique\",\n            \"description2\": \"mz\",\n            \"description3\": \"258\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31605,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 163,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Namibia\",\n            \"description2\": \"na\",\n            \"description3\": \"264\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31606,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 164,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nauru\",\n            \"description2\": \"nr\",\n            \"description3\": \"674\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31607,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 165,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nepal\",\n            \"description2\": \"np\",\n            \"description3\": \"977\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31608,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 166,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nicaragua\",\n            \"description2\": \"ni\",\n            \"description3\": \"505\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31609,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 167,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niger\",\n            \"description2\": \"ne\",\n            \"description3\": \"227\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31610,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 168,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nigeria\",\n            \"description2\": \"ng\",\n            \"description3\": \"234\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31611,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 169,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Niue\",\n            \"description2\": \"nu\",\n            \"description3\": \"683\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31612,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 170,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Noruega\",\n            \"description2\": \"no\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31613,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 171,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Caledonia\",\n            \"description2\": \"nc\",\n            \"description3\": \"687\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31614,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 172,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Nueva Zelanda\",\n            \"description2\": \"nz\",\n            \"description3\": \"64\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31615,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 173,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Oman\",\n            \"description2\": \"om\",\n            \"description3\": \"968\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31616,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 174,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paises Bajos\",\n            \"description2\": \"nl\",\n            \"description3\": \"31\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31617,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 175,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Pakistan\",\n            \"description2\": \"pk\",\n            \"description3\": \"92\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31618,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 176,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palau\",\n            \"description2\": \"pw\",\n            \"description3\": \"680\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31619,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 177,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Palestina\",\n            \"description2\": \"ps\",\n            \"description3\": \"970\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31620,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 178,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Papua Nueva Guinea\",\n            \"description2\": \"pg\",\n            \"description3\": \"675\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31621,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 179,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Paraguay\",\n            \"description2\": \"py\",\n            \"description3\": \"595\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31622,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 180,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Peru\",\n            \"description2\": \"pe\",\n            \"description3\": \"51\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31623,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 181,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polinesia Francesa\",\n            \"description2\": \"pf\",\n            \"description3\": \"689\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31624,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 182,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Polonia\",\n            \"description2\": \"pl\",\n            \"description3\": \"48\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31625,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 183,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Portugal\",\n            \"description2\": \"pt\",\n            \"description3\": \"351\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31626,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 184,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Puerto Rico\",\n            \"description2\": \"pr\",\n            \"description3\": \"1\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31627,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 185,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Qatar\",\n            \"description2\": \"qa\",\n            \"description3\": \"974\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31628,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 186,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reino Unido\",\n            \"description2\": \"gb\",\n            \"description3\": \"44\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31629,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 187,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Centroafricana\",\n            \"description2\": \"cf\",\n            \"description3\": \"236\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31630,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 188,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica Checa\",\n            \"description2\": \"cz\",\n            \"description3\": \"420\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31631,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 190,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Republica de Sudan del Sur\",\n            \"description2\": \"ss\",\n            \"description3\": \"211\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31632,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 191,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Reunion\",\n            \"description2\": \"re\",\n            \"description3\": \"262\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31633,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 192,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ruanda\",\n            \"description2\": \"rw\",\n            \"description3\": \"250\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31634,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 193,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rumania\",\n            \"description2\": \"ro\",\n            \"description3\": \"40\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31635,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 194,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Rusia\",\n            \"description2\": \"ru\",\n            \"description3\": \"7\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31636,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 195,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sahara Occidental\",\n            \"description2\": \"eh\",\n            \"description3\": \"212\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31637,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 196,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa\",\n            \"description2\": \"ws\",\n            \"description3\": \"685\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31638,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 197,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Samoa Americana\",\n            \"description2\": \"as\",\n            \"description3\": \"1 684\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31639,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 198,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Bartolome\",\n            \"description2\": \"bl\",\n            \"description3\": \"590\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31640,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 199,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Cristobal y Nieves\",\n            \"description2\": \"kn\",\n            \"description3\": \"1 869\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31641,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 200,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Marino\",\n            \"description2\": \"sm\",\n            \"description3\": \"378\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31642,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 201,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Martin (Francia)\",\n            \"description2\": \"mf\",\n            \"description3\": \"1 599\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31643,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 202,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Pedro y Miquelon\",\n            \"description2\": \"pm\",\n            \"description3\": \"508\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31644,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 203,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"San Vicente y las Granadinas\",\n            \"description2\": \"vc\",\n            \"description3\": \"1 784\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31645,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 204,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Elena\",\n            \"description2\": \"sh\",\n            \"description3\": \"290\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31646,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 205,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santa Lucia\",\n            \"description2\": \"lc\",\n            \"description3\": \"1 758\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31647,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 206,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Santo Tome y Principe\",\n            \"description2\": \"st\",\n            \"description3\": \"239\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31648,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 207,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Senegal\",\n            \"description2\": \"sn\",\n            \"description3\": \"221\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31649,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 208,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Serbia\",\n            \"description2\": \"rs\",\n            \"description3\": \"381\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31650,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 209,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Seychelles\",\n            \"description2\": \"sc\",\n            \"description3\": \"248\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31651,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 210,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sierra Leona\",\n            \"description2\": \"sl\",\n            \"description3\": \"232\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31652,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 211,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Singapur\",\n            \"description2\": \"sg\",\n            \"description3\": \"65\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31653,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 212,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sint Maarten\",\n            \"description2\": \"sx\",\n            \"description3\": \"1 721\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31654,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 213,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Siria\",\n            \"description2\": \"sy\",\n            \"description3\": \"963\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31655,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 214,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Somalia\",\n            \"description2\": \"so\",\n            \"description3\": \"252\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31656,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 215,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sri lanka\",\n            \"description2\": \"lk\",\n            \"description3\": \"94\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31657,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 216,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudafrica\",\n            \"description2\": \"za\",\n            \"description3\": \"27\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31658,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 217,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Sudan\",\n            \"description2\": \"sd\",\n            \"description3\": \"249\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31659,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 218,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suecia\",\n            \"description2\": \"se\",\n            \"description3\": \"46\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31660,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 219,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Suiza\",\n            \"description2\": \"ch\",\n            \"description3\": \"41\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31661,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 220,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Surinam\",\n            \"description2\": \"sr\",\n            \"description3\": \"597\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31662,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 221,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Svalbard y Jan Mayen\",\n            \"description2\": \"sj\",\n            \"description3\": \"47\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31663,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 222,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Swazilandia\",\n            \"description2\": \"sz\",\n            \"description3\": \"268\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31664,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 223,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tayikistan\",\n            \"description2\": \"tj\",\n            \"description3\": \"992\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31665,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 224,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tailandia\",\n            \"description2\": \"th\",\n            \"description3\": \"66\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31666,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 225,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Taiwan\",\n            \"description2\": \"tw\",\n            \"description3\": \"886\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31667,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 226,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tanzania\",\n            \"description2\": \"tz\",\n            \"description3\": \"255\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31668,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 227,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorio Britanico del Oceano Indico\",\n            \"description2\": \"io\",\n            \"description3\": \"246\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31669,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 228,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Territorios Australes y Antarticas Francesas\",\n            \"description2\": \"tf\",\n            \"description3\": \"\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31670,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 229,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Timor Oriental\",\n            \"description2\": \"tl\",\n            \"description3\": \"670\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31671,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 230,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Togo\",\n            \"description2\": \"tg\",\n            \"description3\": \"228\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31672,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 231,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tokelau\",\n            \"description2\": \"tk\",\n            \"description3\": \"690\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31673,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 232,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tonga\",\n            \"description2\": \"to\",\n            \"description3\": \"676\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31674,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 233,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Trinidad y Tobago\",\n            \"description2\": \"tt\",\n            \"description3\": \"1 868\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31675,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 234,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tunez\",\n            \"description2\": \"tn\",\n            \"description3\": \"216\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31676,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 235,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turkmenistan\",\n            \"description2\": \"tm\",\n            \"description3\": \"993\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31677,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 236,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Turquia\",\n            \"description2\": \"tr\",\n            \"description3\": \"90\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31678,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 237,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Tuvalu\",\n            \"description2\": \"tv\",\n            \"description3\": \"688\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31679,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 238,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Ucrania\",\n            \"description2\": \"ua\",\n            \"description3\": \"380\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31680,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 239,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uganda\",\n            \"description2\": \"ug\",\n            \"description3\": \"256\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31681,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 240,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uruguay\",\n            \"description2\": \"uy\",\n            \"description3\": \"598\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31682,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 241,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Uzbekistan\",\n            \"description2\": \"uz\",\n            \"description3\": \"998\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31683,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 242,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vanuatu\",\n            \"description2\": \"vu\",\n            \"description3\": \"678\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31684,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 243,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Venezuela\",\n            \"description2\": \"ve\",\n            \"description3\": \"58\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31685,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 244,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Vietnam\",\n            \"description2\": \"vn\",\n            \"description3\": \"84\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31686,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 245,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Wallis y Futuna\",\n            \"description2\": \"wf\",\n            \"description3\": \"681\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31687,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 246,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yemen\",\n            \"description2\": \"ye\",\n            \"description3\": \"967\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31688,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 247,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Yibuti\",\n            \"description2\": \"dj\",\n            \"description3\": \"253\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31689,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 248,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zambia\",\n            \"description2\": \"zm\",\n            \"description3\": \"260\",\n            \"status\": true\n        },\n        {\n            \"processGuideDetailId\": 31690,\n            \"processGuideHeaderId\": 5,\n            \"grouper1\": 249,\n            \"grouper2\": 0,\n            \"grouper3\": 0,\n            \"grouper4\": 0,\n            \"grouper5\": 0,\n            \"description1\": \"Zimbabue\",\n            \"description2\": \"zw\",\n            \"description3\": \"263\",\n            \"status\": true\n        }\n    ]\n}"},{"id":"5ecfd67a-cd59-44c7-acfa-0c625247cd2b","name":"Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=p","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"p","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:09 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"537bb087-3ab6-4420-a98f-e6863a0650b6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"45ab9254-3ed8-47f3-9e0b-35c79edde07f","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=0999","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"0999","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"46ce9b71-7ba5-4977-a6ce-c42182578628"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"Proceso finalizado con exito.\",\n        \"success\": true\n    },\n    \"data\": []\n}"},{"id":"88fb08f2-f17e-44a6-9d4d-585a5fd388b0","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/ProcessGuideDetail/GetAllByProcessGuideHeaderId?processGuideHeaderId=5","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","ProcessGuideDetail","GetAllByProcessGuideHeaderId"],"query":[{"key":"processGuideHeaderId","value":"5","description":"Process guide ID. Int. Required. To query the countries, the value must be 5."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 14:50:52 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"97440ccf-ff38-4a1f-af61-74c63242e9cd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ed0a2e4-657a-489e-a7d5-97bb97765f5e"},{"name":"05.Get Token For Personal Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"4998c470-0c95-408b-b1b7-019189441e57","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the create order api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response.</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5cb9ab9d-86b3-4138-bcdd-39c4f06b6965","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:31:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"46128afc-a21f-4d3b-b04f-1e78b308ee01"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbG...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 59145,\n    \"scope\": \"Orders_scope\",\n    \"error\": \"\"\n}"}],"_postman_id":"4998c470-0c95-408b-b1b7-019189441e57"},{"name":"06.Create Order For Personal Virtual Coupons","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"MasterOrderId\", jsonData.data);"],"type":"text/javascript","packages":{}}}],"id":"8b35e1a4-fb57-4d79-b0a8-968b42b1aca1","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem","description":"<p>This API allows you to create an order for a personal virtual coupon.<br />Below, we will explain the body that needs to be sent and where these values come from.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Origin</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>OperationId</td>\n<td>String</td>\n<td>40</td>\n<td>Operation ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.CompanyId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Company ID. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptTermAndCondition</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting the platform's terms; it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.AdditionalInformation.AcceptHabeasData</td>\n<td>Boolean</td>\n<td>N/A</td>\n<td>This value corresponds to the user accepting data handling by third parties (in this case, JUJU S.A.S); it must always be True to use the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.UserName</td>\n<td>String</td>\n<td>100</td>\n<td>Username to identify the user on the platform. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Email</td>\n<td>String</td>\n<td>100</td>\n<td>User's email, to which all platform notifications will be sent (Orders, news module of the platform, password changes, etc.). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.Cedula</td>\n<td>String</td>\n<td>100</td>\n<td>User identification number (used for quick user location in the reporting, especially useful for report clients, if not used, it can be replaced by the identifier of the client system of the API or similar). Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.FirstName</td>\n<td>String</td>\n<td>100</td>\n<td>User's first name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.User.LastName</td>\n<td>String</td>\n<td>100</td>\n<td>User's last name. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.TotalPoints</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Total points for the order. Required.</td>\n<td>The total points correspond to the sum of the price field of each product obtained in the catalog query and added to the shopping cart.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.firstName</td>\n<td>String</td>\n<td>50</td>\n<td>First name of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.lastName</td>\n<td>String</td>\n<td>50</td>\n<td>Last name of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.identification.documentType</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of identification document. Required.</td>\n<td>You must send the grouper2 value obtained from the 02.Get Document Types API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.identification.documentNumber</td>\n<td>String</td>\n<td>15</td>\n<td>Identification document number. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>String</td>\n<td>10  <br /><em>The length of the phone number depends on the country code</em></td>\n<td>Cell phone number of the beneficiary. Required. Numeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.contact.CountryId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Cell phone country code. Required.</td>\n<td>You must send the processGuideDetailId value obtained from the 04.Get Countries API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].ShippingAddress5.beneficiary.contact.email</td>\n<td>String</td>\n<td>100</td>\n<td>Email address of the beneficiary. Required. Alphanumeric.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].MasterProductId</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Master product ID. Required.</td>\n<td>You must send the masterProductId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].Quantity</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Quantity of the product. Required.</td>\n<td></td>\n</tr>\n<tr>\n<td>Body.Order.ShoppingCart[0].TypeCashOut</td>\n<td>Int</td>\n<td>N/A</td>\n<td>Type of cashout. Required.</td>\n<td>You must send the typeCashoutId value obtained from the 01.Catalog/02Get Products API.</td>\n</tr>\n</tbody>\n</table>\n</div><p>You must consider the following values provided in the response, which will be used in subsequent APIs.<br />data: This value corresponds to the order ID in our system, and it must be stored to be able to query the orders in the future.</p>\n","urlObject":{"protocol":"https","path":["api","MasterOrder","v3","Redeem"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0509bf61-a4a9-494b-b0c4-e1c0f9f145ef","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 14:31:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"bc8a7c1c-7990-4264-b6cb-434752cf3f6b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"success\": true\n    },\n    \"data\": 219184\n}"},{"id":"b6121a99-9b0b-4bba-8c96-eaa1572e04b3","name":"Bad Request - TotalPoints does not match the total sum of the products","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:55:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"182fa945-9d36-46fa-8eb0-e91036f8d36e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"TotalPoints no coincide con la suma total de los productos\",\n        \"success\": false\n    }\n}"},{"id":"bac0f958-3aa5-4e62-972b-fa58759ac145","name":"Bad Request - User Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:56:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"783a2a71-e308-4ca5-ab26-acb7f5eab1fa"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"UserName, Email, Cedula, FirstName y LastName son requeridos\",\n        \"success\": false\n    }\n}"},{"id":"4bf9212c-147d-4943-8868-31b7964012c7","name":"Bad Request - Shipping Address Invalid Parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:57:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b4a56b18-3ac5-46f1-927c-e388979b5b46"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Invalid Beneficiary.FirstName\",\n        \"success\": false\n    }\n}"},{"id":"5b6cde1b-33d5-4314-9a87-a10eb667d6df","name":"Bad Request - Shipping Address Invalid Phone Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"321485310\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:57:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"5afd6042-3c13-411a-bf03-d8a25c26910c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El número 321485310 no es válido para el país especificado\",\n        \"success\": false\n    }\n}"},{"id":"ce13fbcb-ea11-41f2-81c2-76e7b6d29b3a","name":"Bad Request - Shipping Address Missing the country code","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                   \r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:58:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"8bd2120f-6993-4e15-9f2f-adabec95f1a7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No se ha recibido un id de país válido\",\n        \"success\": false\n    }\n}"},{"id":"9e207305-7931-42e4-ba62-64ce3146a4b6","name":"Internal Error - Incorrectly formatted birthday date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 17:59:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"136"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"af201ab1-2821-40a4-b13c-574a5879af4c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"Ha ocurrido un error inesperado, por favor comuníquese con el administrador\",\n        \"success\": false\n    }\n}"},{"id":"190198c8-e4ef-4223-b9f9-cb0b5fd4b7ff","name":"Bad Request - Underage user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 18:00:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f83898f7-48f8-456c-943a-785f771a029f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 500,\n        \"message\": \"El usuario del bono virtual personal debe ser mayor de 18 años\",\n        \"success\": false\n    }\n}"},{"id":"ead19db6-b354-4e98-99d0-a8313ca1d59d","name":"Bad Request - We do not have enough units available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 18:03:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"34499dc5-8e4f-4547-b793-88eb1e36fe41"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"No disponemos de suficientes unidades de 'TipoCompraBVP' en el inventario.\",\n        \"success\": false\n    }\n}"},{"id":"e086b117-10c7-4103-a46f-6abea4ca1b86","name":"Not Found - Product","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Sep 2024 18:03:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"84b33d6f-6b31-4e0e-8e15-3bd64b5dbb75"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Producto 490921 no encontrado para la compañía 962\",\n        \"success\": false\n    }\n}"},{"id":"e3823309-d5fb-4411-b9ec-48573d84e1ec","name":"Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"OperationId\": \"OP#-1779894023\",\r\n    \"Body\": {\r\n        \"CompanyId\": {{JJSaaSCompanyId}},\r\n        \"User\": {\r\n            \"AdditionalInformation\": {\r\n                \"AcceptTermAndCondition\": true,\r\n                \"AcceptHabeasData\": true\r\n            },\r\n            \"UserName\": \"1779894023\",\r\n            \"Email\": \"andres.rodriguez@juju.com.co\",\r\n            \"Cedula\": \"1779894023\",\r\n            \"FirstName\": \"Andrés\",\r\n            \"LastName\": \"Rodríguez\"\r\n        },\r\n        \"Order\": {\r\n            \"TotalPoints\": 59091,\r\n            \"ShoppingCart\": [\r\n                {\r\n                    \"ShippingAddress5\": {\r\n                        \"beneficiary\": {\r\n                            \"firstName\": \"Andrés\",\r\n                            \"lastName\": \"Rodríguez\",\r\n                            \"identification\": {\r\n                                \"documentType\": 2,\r\n                                \"documentNumber\": \"1233495856\"\r\n                            },\r\n                            \"contact\": {\r\n                                \"phoneNumber\": \"3214853106\",\r\n                                \"CountryId\": 22,\r\n                                \"email\": \"andres.rodriguez@juju.com.co\"\r\n                            }\r\n                        }\r\n                    },\r\n                    \"MasterProductId\": {{MasterProductId}},\r\n                    \"Quantity\": 1,\r\n                    \"TypeCashOut\": 5\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/MasterOrder/v3/Redeem"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 17 Sep 2024 18:04:11 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"970fa3ad-bfe1-48d9-99af-28be113f640b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b35e1a4-fb57-4d79-b0a8-968b42b1aca1"}],"id":"97e4bbfc-8f7d-484a-9f40-ba6a3e656bee","description":"<p>In this section, you will find the APIs needed to create a order for a personal virtual coupon.</p>\n","_postman_id":"97e4bbfc-8f7d-484a-9f40-ba6a3e656bee"}],"id":"37fe0466-d0d3-46da-87ac-3340c779b1fa","description":"<p>In this section, we will find all the APIs needed to create orders according to the available cashouts in JUJU.</p>\n","_postman_id":"37fe0466-d0d3-46da-87ac-3340c779b1fa"}],"id":"6fad91dd-3690-492e-aac2-3195bedee842","description":"<p>This redemption flow is designed for JUJU to handle only the redemption and its traceability, as it does not require having users created beforehand.</p>\n","_postman_id":"6fad91dd-3690-492e-aac2-3195bedee842"}],"id":"60a6c1ce-6c6e-4037-af99-404b83bb2a1a","description":"<p>In this section, we will find the redemption flows available in JUJU.</p>\n","_postman_id":"60a6c1ce-6c6e-4037-af99-404b83bb2a1a"},{"name":"Get Redemptions","item":[{"name":"01.Get Token For Get Redemptions","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"bba908cc-b6ef-4e4c-93cc-7afa0e64859b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get redemption api.<br />Scope: Orders_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2dc75cad-e79c-400f-a7ce-c47801ec3a2f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"Orders_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Sep 2024 17:58:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1096"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"f54dfc93-0bf4-4edc-b55c-ef75f171a01c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJraWQiOi...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 300000\n}"}],"_postman_id":"bba908cc-b6ef-4e4c-93cc-7afa0e64859b"},{"name":"02. Get Guide By User And Order","id":"ea40e8a3-442b-4a9e-a22b-53103791bf38","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{MasterOrderId}}&companyId={{JJSaaSCompanyId}}","description":"<p>This functionality allows for the querying of dispatch guides (or traceability guides) with their respective purchase address through an order (MasterOrderId) and the associated company (companyId) for different clients of the APIs.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Data Type</th>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Int</td>\n<td>masterOrderId</td>\n<td>Unique identifier of the order.</td>\n</tr>\n<tr>\n<td>Int</td>\n<td>companyId</td>\n<td>Unique identifier of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-body\">Response Body</h3>\n<p><strong>Scope</strong>: Orders_scope</p>\n<h3 id=\"response-body-1\">Response body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Descrption</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 204 No Content , 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>Data.Element.ProductDetailId</td>\n<td>Identifier of the order at the product level.</td>\n</tr>\n<tr>\n<td>Data.Element.NumberOfficeGuide</td>\n<td>Number of the dispatch guide / Email.</td>\n</tr>\n<tr>\n<td>Data.Element.ProductName</td>\n<td>Name of the product.</td>\n</tr>\n<tr>\n<td>Data.Element.Conyevor</td>\n<td>Shipping provider / Carrier.</td>\n</tr>\n<tr>\n<td>Data.Element.GuideStatus</td>\n<td>Shipping status.</td>\n</tr>\n<tr>\n<td>Data.Element.DeliveryDate</td>\n<td>Can be text or the delivery date in Unix format (milliseconds elapsed from 1970/01/01 to today, more information at <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a>).</td>\n</tr>\n<tr>\n<td>Data.Element.GuideUrl</td>\n<td>URL address of the dispatch guide.</td>\n</tr>\n<tr>\n<td>Data.Element.ShippingAddress</td>\n<td>This structured format ensures clarity and precision in API documentation, facilitating better understanding and implementation of the functionality for querying user-associated and order-associated dispatch methods, including details on the country of origin for registered mobile numbers. This API may respond with five different types of shippingAddress depending on the type of product redeemed in the order: shippingAddress1, shippingAddress2, shippingAddress3, shippingAddress4, and shippingAddress5.</td>\n</tr>\n<tr>\n<td>Address example</td>\n<td><img src=\"https://content.pstmn.io/bf4f31da-a7c0-4178-9dac-30b8a84ed09c/RWplbXBsb19EaXJlY2Npw7NuLnBuZw==\" alt /></td>\n</tr>\n<tr>\n<td><strong>shippingAddress1</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.firstName</td>\n<td>First names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.lastName</td>\n<td>Last names of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.phoneNumber</td>\n<td>Cell phone number of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.countryId</td>\n<td>Country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.contact.countryCode</td>\n<td>Dial code associated with the country of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact1.birthDate</td>\n<td>Birth date of the contact person at the shipping address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.firstName</td>\n<td>If the contact person is not at the address, provide the first names of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.lastName</td>\n<td>If the contact person is not at the address, provide the last names of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.contact2.birthDate</td>\n<td>If the contact person is not at the address, provide the birth date of contact 2.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.divipolaCode</td>\n<td>Code assigned by DANE (DIVIPOLA) to six digits with zero to the left (at the municipal level), if you have doubts about these codes, you can consult:  <br />  <br />Department Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3 and Grouper1 = 1  <br />  <br />Municipality Consultation: For this case you can consult our API CONSULTATION OF COMPLEX RESOURCES with the ProcessGuideHeaderId = 3, Grouper1 = 1 and Grouper2 = {{Department selected from the previous guide}} and with it the field Description2 which will have the DANE code.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr1</td>\n<td>Corresponds to the GrouperId of the address nomenclature guide (Street, Avenue, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 3</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr2</td>\n<td>Corresponds to the first part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr3</td>\n<td>Corresponds to the second part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr4</td>\n<td>Corresponds to the third part of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr5</td>\n<td>Corresponds to the neighborhood of the address.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr6</td>\n<td>Corresponds to the GrouperId of the building type guide (Apartment, Office, House, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 6</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr7</td>\n<td>Corresponds to the name of the building.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.addr8</td>\n<td>Corresponds to the office/apartment/interior number etc.</td>\n</tr>\n<tr>\n<td>data.shippingAddress1.customName</td>\n<td>Custom name for the shipping address.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress2</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress2.couponOwner.email</td>\n<td>Email to which the virtual gift card will be sent.</td>\n</tr>\n<tr>\n<td>data.shippingAddress2.customName</td>\n<td>Custom name for the email</td>\n</tr>\n<tr>\n<td><strong>shippingAddress3</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.phoneNumber</td>\n<td>Cell phone number subject to the recharge.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.reload.countryCode</td>\n<td>Dial code associated with the country of the registered cell phone</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.operator</td>\n<td>Corresponds to the GrouperId of the recharge operator type guide (Movistar, Tigo, Avantel, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 4.</td>\n</tr>\n<tr>\n<td>data.shippingAddress3.customName</td>\n<td>Custom name for the cell phone number.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress4</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddressId</td>\n<td>Unique identifier of the shipping method.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.identification.documentNumber</td>\n<td>Document number of the account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.accountHolder.birthDate</td>\n<td>Birth date of the account holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress4.customName</td>\n<td>Custom name for the account.</td>\n</tr>\n<tr>\n<td><strong>shippingAddress5</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.firstName</td>\n<td>First names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.lastName</td>\n<td>Last names of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentType</td>\n<td>Corresponds to the GrouperId of the document type guide (Citizenship card, Foreign ID, etc.), For this case you can consult our API CONSULTATION OF RESOURCES BY GUIDE with the ProcessGuideHeaderId = 1, gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.identification.documentNumber</td>\n<td>Document number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.phoneNumber</td>\n<td>Cell phone number of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.email</td>\n<td>Email of the gift card holder.</td>\n</tr>\n<tr>\n<td>data.shippingAddress5.beneficiary.contact.countryId</td>\n<td>Country of the registered cell phone.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>Order Id. Int. Required. This value corresponds to the data field in the response of the order creation APIs.</p>\n","type":"text/plain"},"key":"masterOrderId","value":"{{MasterOrderId}}"},{"description":{"content":"<p>Company ID. Int. Required. </p>\n","type":"text/plain"},"key":"companyId","value":"{{JJSaaSCompanyId}}"}],"variable":[]}},"response":[{"id":"f3576794-8c90-48a1-8d80-4c6505ed4c1b","name":"Success all shippingAddress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:10:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2824"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"68460972-c8af-4cd7-97db-5fabb8ce9f57"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 263863,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Bono Virtual Personal Chatbot\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress5\": {\n                \"beneficiary\": {\n                    \"firstName\": \"yury tatiana\",\n                    \"lastName\": \"meza\",\n                    \"identification\": {\n                        \"documentType\": 3,\n                        \"documentNumber\": \"1095656565\"\n                    },\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"email\": \"jhon.meza@juju.com.co\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                }\n            }\n        },\n        {\n            \"productDetailId\": 263864,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"PCO NO USAR SI NO ES NECESARIO\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress4\": {\n                \"accountHolder\": {\n                    \"identification\": {\n                        \"documentType\": 2,\n                        \"documentNumber\": \"1222255180\"\n                    }\n                },\n                \"customName\": \"Alan Meza\"\n            }\n        },\n        {\n            \"productDetailId\": 263865,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Producto tangible $4\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"En procesamiento\",\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Jhon Mario\",\n                    \"lastName\": \"Meza Rios\",\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                },\n                \"contact2\": {\n                    \"firstName\": \"Yury Tatiana\",\n                    \"lastName\": \"Portilla Mogollón\"\n                },\n                \"divipolaCode\": \"68307000\",\n                \"addr1\": 5,\n                \"addr2\": \"3a sur\",\n                \"addr3\": \"22\",\n                \"addr4\": \"75\",\n                \"addr5\": \"Riveras del rio\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Dirección\"\n            }\n        },\n        {\n            \"productDetailId\": 263866,\n            \"numberOfficeGuide\": \"jhon.meza@juju.com.co\",\n            \"conveyor\": \"EMAIL\",\n            \"productName\": \"Bono Virtual Crepes & Waffles $20.000\",\n            \"guideStatus\": \"ENTREGADA\",\n            \"deliveryDate\": \"1719919175\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress2\": {\n                \"couponOwner\": {\n                    \"email\": \"tatis-2152@gmail.com\"\n                },\n                \"customName\": \"MAIL\"\n            }\n        },\n        {\n            \"productDetailId\": 263867,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Recarga Celular Cahtbot\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3133922896\",\n                    \"countryId\": 22,\n                    \"countryCode\": 57\n                },\n                \"operator\": 4,\n                \"customName\": \"celu\"\n            }\n        },\n        {\n            \"productDetailId\": 263868,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Tangible 2\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"En procesamiento\",\n            \"shippingAddress1\": {\n                \"contact1\": {\n                    \"firstName\": \"Jhon Mario\",\n                    \"lastName\": \"Meza Rios\",\n                    \"contact\": {\n                        \"phoneNumber\": \"3133922896\",\n                        \"countryId\": 22,\n                        \"countryCode\": 57\n                    }\n                },\n                \"contact2\": {\n                    \"firstName\": \"Yury Tatiana\",\n                    \"lastName\": \"Portilla Mogollón\"\n                },\n                \"divipolaCode\": \"68307000\",\n                \"addr1\": 5,\n                \"addr2\": \"3a sur\",\n                \"addr3\": \"22\",\n                \"addr4\": \"75\",\n                \"addr5\": \"Riveras del rio\",\n                \"addr6\": 2,\n                \"addr7\": \"\",\n                \"addr8\": \"\",\n                \"customName\": \"Dirección\"\n            }\n        }\n    ]\n}"},{"id":"7b1358e2-3e03-43b9-9578-1e6ebdcb777d","name":"Success - Virtual Coupons - Delivered","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{MasterOrderId}}&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{MasterOrderId}}","description":"Order Id. Int. Required. This value corresponds to the data field in the response of the order creation APIs."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 20:57:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"377"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.3"},{"key":"juju-transaction-id","value":"990fe8c0-3bf8-45c6-9ef9-d7a5433ed85b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 266912,\n            \"numberOfficeGuide\": \"andres.rodriguez@juju.com.co\",\n            \"conveyor\": \"EMAIL\",\n            \"productName\": \"Vale digital Uber $500\",\n            \"guideStatus\": \"ENTREGADA\",\n            \"deliveryDate\": \"1738943845\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress2\": {\n                \"couponOwner\": {\n                    \"email\": \"andres.rodriguez@juju.com.co\"\n                },\n                \"customName\": \"Bono\"\n            }\n        }\n    ]\n}"},{"id":"07dde533-896b-4db2-9a23-393e60bc38fe","name":"Success - Cellphone Recharge - In Progress","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{MasterOrderId}}&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{MasterOrderId}}","description":"Order Id. Int. Required. This value corresponds to the data field in the response of the order creation APIs."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 17:54:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"440"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.3"},{"key":"juju-transaction-id","value":"5b37dc14-8b44-4cad-a3c2-f4806f784fa7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 264825,\n            \"numberOfficeGuide\": \"En procesamiento\",\n            \"conveyor\": \"En procesamiento\",\n            \"productName\": \"Cashout_3 Recarga celular CLARO QA\",\n            \"guideStatus\": \"En procesamiento\",\n            \"deliveryDate\": \"En procesamiento\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3214853106\",\n                    \"countryId\": 22,\n                    \"countryCode\": 57\n                },\n                \"operator\": 2,\n                \"customName\": \"Celular Andrés\"\n            }\n        }\n    ]\n}"},{"id":"ded5afbb-d0f8-4e21-b61c-80fb54087d27","name":"Success - Cellphone Recharge - Delivered","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{MasterOrderId}}&companyId={{JJSaaSCompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{MasterOrderId}}","description":"Order Id. Int. Required. This value corresponds to the data field in the response of the order creation APIs."},{"key":"companyId","value":"{{JJSaaSCompanyId}}","description":"Company ID. Int. Required. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 07 Feb 2025 18:00:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.3"},{"key":"juju-transaction-id","value":"e1bca509-d98a-4554-a5c3-56a2a471333a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"productDetailId\": 264825,\n            \"numberOfficeGuide\": \"Recarga 01/02/2025\",\n            \"conveyor\": \"Recarga De $45000 Claro\",\n            \"productName\": \"Cashout_3 Recarga celular CLARO QA\",\n            \"guideStatus\": \"ENTREGADA\",\n            \"deliveryDate\": \"1738368000\",\n            \"guideUrl\": \"No Aplica\",\n            \"shippingAddress3\": {\n                \"reload\": {\n                    \"phoneNumber\": \"3214853106\",\n                    \"countryId\": 22,\n                    \"countryCode\": 57\n                },\n                \"operator\": 2,\n                \"customName\": \"Celular Andrés\"\n            }\n        }\n    ]\n}"},{"id":"c0691d67-cc78-4931-804e-ae07de6fcba6","name":"Resource not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:13:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"80"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"aa38d1f1-76f2-4b20-84f0-6693966f7506"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"},{"id":"af9e8e2d-191d-40ed-9e9e-2716e6268bdc","name":"Unauthorized - Invalid Authentication","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:17:43 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"ec27199c-7668-4740-bdac-680c781d4a94"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"de10f804-f7d4-4032-81c5-676cda4c3a5b","name":"Error - invalid masterOrderId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:20:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"a3dc0bcb-7263-4a0c-b09e-2ed13ff9ffbe"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"ef5a1574-e4a0-4086-82cc-a7e1063a2bc5","name":"Error - invalid companyId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/DispatchGuides/v3/GetGuideByUserAndOrder?masterOrderId={{masterOrderId}}&companyId={{companyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","DispatchGuides","v3","GetGuideByUserAndOrder"],"query":[{"key":"masterOrderId","value":"{{masterOrderId}}","description":"Unique Order identifier."},{"key":"companyId","value":"{{companyId}}","description":"Unique Company identifier."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Aug 2024 16:23:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"430202ca-aa27-471b-816c-36a033e0d687"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"}],"_postman_id":"ea40e8a3-442b-4a9e-a22b-53103791bf38"},{"name":"03.Get Token For Get Multimedia","event":[{"listen":"test","script":{"exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"JJSaaSToken\", jsonData.access_token);"],"type":"text/javascript","packages":{}}}],"id":"69532515-2766-4530-a8a3-158a8e32da1e","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token","description":"<p>This API retrieves the authentication token that must be sent to the get multimedia api.<br />Scope: ProcessGuide_scope<br />Remember to store the access_token field found in the API response</p>\n<p><em>To view the complete documentation, go to JUJU SaaS &gt; 1 - Security &gt; Get Token V2.</em></p>\n","urlObject":{"protocol":"https","path":["api","Auth","v2","Token"],"host":["{{JJSaaSBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6df1af3d-4ab6-4210-9c91-9e28f5d682c6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"UserName\":\"{{UserName}}\",\r\n    \"Password\":\"{{Password}}\",\r\n    \"Scope\":\"ProcessGuide_scope\",\r\n    \"ApiKey\":\"{{ApiKey}}\",\r\n    \"ApiLoginKey\":\"{{ApiLoginKey}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Auth/v2/Token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Sep 2024 17:59:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1096"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"75ad7745-583c-4141-8019-52b832ba542e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJraWQiOi...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 261362\n}"}],"_postman_id":"69532515-2766-4530-a8a3-158a8e32da1e"},{"name":"04.Get Multimedia","id":"fea11235-64cd-4aa2-9127-1ed2bd44ca2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{JJSaaSToken}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{JJSaaSCompanyId}}","description":"<p>This API is designed to obtain multimedia files, specifically PDFs, tailored to meet the end-user's needs.</p>\n<p>Usage:</p>\n<p><strong>Bonds Virtual:</strong></p>\n<ul>\n<li><p>Bonus associated with redemption (Bonus<br />  redeemed).</p>\n</li>\n<li><p>Bono personal virtual voucher (Instrutivo).</p>\n</li>\n<li><p>Redemption proceeds bonus (Redeemed bonus).</p>\n</li>\n</ul>\n<p><strong>Terms and conditions:</strong></p>\n<ul>\n<li><p>T&amp;C Product.</p>\n</li>\n<li><p>T&amp;C Program.</p>\n</li>\n</ul>\n<p>Input parameters</p>\n<ol>\n<li><p>Int <strong>TypeMultimediaId</strong>: this value<br /> corresponds to the identifier of the type of type of multimedia to be queried<br /> and obtained.</p>\n<ol>\n<li><p>Bonus associated to the redemption (PDF).</p>\n</li>\n<li><p>T&amp;C Program (PDF).</p>\n</li>\n<li><p>T&amp;C Product (PDF).</p>\n</li>\n<li><p>Personal Virtual Voucher (Instructions for the voucher<br /> / PDF).</p>\n</li>\n<li><p>Redemption Product Voucher (PDF).</p>\n</li>\n</ol>\n</li>\n<li><p>Int <strong>TransactionId</strong>: this value corresponds<br /> to the identifier of the transaction to be performed, for this field the values<br /> will be taken into account:</p>\n<ol>\n<li><p>int <strong>masterOrderId</strong>: value resulting from a<br /> redemption, unique identifier of redemption type transaction. (This value will<br /> be used for the query where <strong>TypeMultimediaId</strong> = 1).</p>\n</li>\n<li><p>int <strong>CompanyId</strong>: value corresponding to the<br /> unique identifier of each company. (This value will be used for the query where<br /> <strong>TypeMultimediaId</strong> = 2).</p>\n</li>\n<li><p>int <strong>masterProductId</strong>: PLU of the product,<br /> unique product identifier (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 3 or <strong>TypeMultimediaId</strong> = 4).</p>\n</li>\n<li><p>int <strong>productDetailId</strong>: value corresponding to the unique identifier of the redeemed product that is part of a purchase order (This value will be used for the query where <strong>TypeMultimediaId</strong><br /> = 5).</p>\n</li>\n</ol>\n</li>\n<li><p>int <strong>CompanyId</strong>: this value corresponds<br /> to the unique id of each company.</p>\n</li>\n</ol>\n<p><strong>Scope</strong>: ProcessGuide_scope</p>\n<h3 id=\"response-body\">Response Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Header.ResponseCode</td>\n<td>Response code (200 OK, 400 Bad Request, 500 Internal Server Error).</td>\n</tr>\n<tr>\n<td>Header.Message</td>\n<td>Error message.</td>\n</tr>\n<tr>\n<td>Header.Success</td>\n<td>Indicator of the request's success.</td>\n</tr>\n<tr>\n<td>data</td>\n<td>Object with information related to the queried multimedia.</td>\n</tr>\n<tr>\n<td>data.type</td>\n<td>Description of the type of file delivered.</td>\n</tr>\n<tr>\n<td>data.url</td>\n<td>Provides the URL where the delivered file is hosted.</td>\n</tr>\n<tr>\n<td>data.caption</td>\n<td>Description of the delivered file.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","Multimedia","v2","GetMultimedia"],"host":["{{JJSaaSBaseUrl}}"],"query":[{"description":{"content":"<p>This value corresponds to the type of multimedia to be consulted and obtained:<br />1: Bonus associated with redemption (PDF);<br />2: T&amp;C of the program (PDF);<br />3: Product T&amp;C (PDF);<br />4: Personal virtual gift card (gift card instructions);\n5: Redemption Product Bonus (PDF).</p>\n","type":"text/plain"},"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"description":{"content":"<p>This value corresponds to the identifier of the transaction that is to be carried out.</p>\n","type":"text/plain"},"key":"TransactionId","value":"{{TransactionId}}"},{"description":{"content":"<p>Company ID. Int. Required.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{JJSaaSCompanyId}}"}],"variable":[]}},"response":[{"id":"36f44162-9a55-4054-af25-f690cbf1aa63","name":"Successful","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:33:42 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 200,\n        \"message\": \"\",\n        \"success\": true\n    },\n    \"data\": [\n        {\n            \"type\": \"pdf\",\n            \"url\": \"https://s3.us-west-2.amazonaws.com/incentivos.juju/Table_Files/Product/TermsAndConditions/9f55ec9523e0459dab68b87bb0d1a512910.pdf?X-Amz-Expires=120&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJIYCONEU3DTVVX2Q/20240805/us-west-2/s3/aws4_request&X-Amz-Date=20240805T163342Z&X-Amz-SignedHeaders=host&X-Amz-Signature=f66d283161371195b7071fa90109d995e548c73321b6dfc355adcff364d706bd\",\n            \"caption\": \"Términos y condiciones del producto\"\n        }\n    ]\n}"},{"id":"318c0ea1-d3a6-49b8-a34b-7fab4f55fc7b","name":"Error - Request","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Aug 2023 18:37:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"b8ab03b5-575b-4e5c-92e3-f12c15e663cc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"success\": false\n    }\n}"},{"id":"132ec583-01f4-4891-ab6f-85217a90800b","name":"Error - Unauthorized","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 05 Aug 2024 13:59:15 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"juju-transaction-id","value":"cbe80737-d5ec-4178-b020-3d7c1a9423a7"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":""},{"id":"6ec36509-ab3d-41ba-9cc5-0075a909357e","name":"Error - Supplier is not associated with the company","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:26:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"El proveedor no se encuentra asociado a la compañía\",\n        \"success\": false\n    }\n}"},{"id":"e0e37fe9-8d80-45f9-a58c-aeb28ec22c95","name":"Error - Category not associated with company","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:27:25 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"La categoría no se encuentra asociada a la compañía\",\n        \"success\": false\n    }\n}"},{"id":"1e626ddc-3e1f-435a-a92e-cc35b7b42bf8","name":"Error - TypeMultimediaId not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}"},{"key":"TransactionId","value":"{{TransactionId}}"},{"key":"CompanyId","value":"{{CompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 05 Aug 2024 16:28:13 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"TypeMultimediaId no existe\",\n        \"success\": true\n    }\n}"},{"id":"d46d6d2f-1b4b-4771-9a08-0e2ae30ad9f1","name":"Error - Parameters","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}","description":"This value corresponds to the type of multimedia that is to be queried and obtained:  \n1: Bearer virtual gift card (Redeemed gift card/ PDF);  \n2: Program T&C (PDF);  \n3: Product T&C (PDF);  \n4: Personal virtual gift card (gift card's instructional):  \n5: Bearer virtual gift card (Redeemed gift card/ PDF)"},{"key":"TransactionId","value":"{{TransactionId}}","description":"This value corresponds to the identifier of the transaction that is to be carried out.\n"},{"key":"CompanyId","value":"{{CompanyId}}","description":"This value corresponds to the unique ID of each company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"114"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"e37baac6-25d5-4a34-8fcb-67b9cddfe3f5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Aug 2024 23:23:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 400,\n        \"message\": \"Uno o varios parámetros presenta(n) inconsistencia(s)\",\n        \"success\": false\n    }\n}"},{"id":"b654fcc1-bffb-4901-a28d-24705ecaa567","name":"Error - Resource not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{JJSaaSBaseUrl}}/api/Multimedia/v2/GetMultimedia?TypeMultimediaId={{TypeMultimediaId}}&TransactionId={{TransactionId}}&CompanyId={{CompanyId}}","protocol":"https","host":["{{JJSaaSBaseUrl}}"],"path":["api","Multimedia","v2","GetMultimedia"],"query":[{"key":"TypeMultimediaId","value":"{{TypeMultimediaId}}","description":"This value corresponds to the type of multimedia that is to be queried and obtained:  \n1: Bearer virtual gift card (Redeemed gift card/ PDF);  \n2: Program T&C (PDF);  \n3: Product T&C (PDF);  \n4: Personal virtual gift card (gift card's instructional):  \n5: Bearer virtual gift card (Redeemed gift card/ PDF)"},{"key":"TransactionId","value":"{{TransactionId}}","description":"This value corresponds to the identifier of the transaction that is to be carried out.\n"},{"key":"CompanyId","value":"{{CompanyId}}","description":"This value corresponds to the unique ID of each company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"80"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"juju-transaction-id","value":"9e0a9cff-53ac-4e83-bca3-57e25530fdb5"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 08 Aug 2024 23:24:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"responseCode\": 204,\n        \"message\": \"Recurso no encontrado\",\n        \"success\": true\n    }\n}"}],"_postman_id":"fea11235-64cd-4aa2-9127-1ed2bd44ca2f"}],"id":"e89a0be8-6316-4327-a2bf-cef9421c0f1b","_postman_id":"e89a0be8-6316-4327-a2bf-cef9421c0f1b","description":""}],"id":"7cc5cb4e-4fbe-4cb9-8eb6-78ed23cdf372","description":"<p>Redemption is the process by which a platform user can acquire a product.</p>\n<p>At Juju, we have 5 types of products which we call \"Cashouts,\" and you will find them named as such in various APIs.</p>\n<p>The cashouts we handle are as follows:</p>\n<ul>\n<li><p>Tangible product (1): This includes all physical products such as a blender, a hair dryer, among others.</p>\n</li>\n<li><p>Virtual coupon (2): This is a voucher that can be redeemed at a store and can be exchanged by anyone who has the PDF.</p>\n</li>\n<li><p>Cellphone recharge (3): Mobile recharge for any of the mobile operators we have available.</p>\n</li>\n<li><p>Puntos Colombia (4): This is an accumulation product in which users with this type of account receive a balance according to what is redeemed.</p>\n</li>\n<li><p>Personal virtual coupon (5): This is a voucher that can be redeemed at a store and is tied to a specific person through their identification document.</p>\n</li>\n</ul>\n<p>The numbers in parentheses indicate the ID that identifies it, which must be sent in certain APIs. Don't forget!</p>\n","_postman_id":"7cc5cb4e-4fbe-4cb9-8eb6-78ed23cdf372"}],"id":"4872930c-7426-4ec7-8a00-bb5edfbbd90f","description":"<p>In this section, we will find the use cases in which our clients commonly use JUJU APIs to integrate their systems with ours.</p>\n","_postman_id":"4872930c-7426-4ec7-8a00-bb5edfbbd90f"}]}