{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/staging-api.vm400.consulting1x1.info"
        }
    ],
    "info": {
        "name": "InCheck API for Azure Importers",
        "_postman_id": "89e06188-eb78-445c-ad4a-ccbf3a9bded7",
        "description": "InCheck API for Azure Importers",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Azure\/V1",
            "description": "",
            "item": [
                {
                    "name": "Chemical-Count-Bracket",
                    "description": "",
                    "item": [
                        {
                            "name": "Chemical Count Brackets Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/chemical-count-bracket",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "13",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/chemical-count-bracket?page=1&per_page=13"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "No model\/data source in current system. Returns empty collection so route is callable.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":null,\"CountBracketName\":null,\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":null,\"CountBracketName\":null,\"CreateDate\":null,\"LastUpdateDate\":null}]}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Chemical-Weight-Bracket",
                    "description": "",
                    "item": [
                        {
                            "name": "Chemical Weight Brackets Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/chemical-weight-bracket",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "20",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/chemical-weight-bracket?page=1&per_page=20"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "No model\/data source in current system. Returns empty collection so route is callable.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":null,\"ChemicalWeightBracketName\":null,\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":null,\"ChemicalWeightBracketName\":null,\"CreateDate\":null,\"LastUpdateDate\":null}]}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Connection-History",
                    "description": "",
                    "item": [
                        {
                            "name": "Connection History Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/connection-history",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "20",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3C+2026-04-18+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/connection-history?page=1&per_page=20&filter%5Bupdated_at%5D=%3C+2026-04-18+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all organisation connection history.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"id\":1,\"ConnectedFromId\":1,\"ConnectedToId\":1,\"Status\":\"active\",\"Published\":null,\"StartDate\":\"2025-07-24 13:23:42\",\"EndDate\":null,\"LastUpdateDate\":\"2025-07-24 13:23:42\"},{\"id\":1,\"ConnectedFromId\":1,\"ConnectedToId\":1,\"Status\":\"active\",\"Published\":null,\"StartDate\":\"2025-07-24 13:23:42\",\"EndDate\":null,\"LastUpdateDate\":\"2025-07-24 13:23:42\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Material-Category",
                    "description": "",
                    "item": [
                        {
                            "name": "Material Categories Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/material-category",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "3",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/material-category?page=1&per_page=3"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all material categories (supplier_attributes from group \"Materials\").\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"MaterialCategoryName\":\"Wastewater 2.2\",\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":1,\"MaterialCategoryName\":\"Wastewater 2.2\",\"CreateDate\":null,\"LastUpdateDate\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Organisations",
                    "description": "",
                    "item": [
                        {
                            "name": "Organisations Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/organisations",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "15",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3C+2026-04-13+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/organisations?page=1&per_page=15&filter%5Bupdated_at%5D=%3C+2026-04-13+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all organisations.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"ZDHCAid\":null,\"SalesforceId\":null,\"SandboxID\":\"01-CR698383XMWJ2-P\",\"PdcId\":null,\"Name\":\"test-Supplier System\",\"LegalName\":\"Schroeder Ltd\",\"Address1\":\"149 Koss Dam Suite 796\",\"Address2\":\"Suite 708\",\"CityName\":\"Bergemouth\",\"StateName\":\"Michigan\",\"LocationId\":\"BW\",\"ZipCode\":\"26306\",\"Latitude\":null,\"Longitude\":null,\"Phone\":\"+17728385594\",\"Email\":\"yessenia18@bahringer.net\",\"Website\":\"http:\\\/\\\/www.hermiston.com\\\/qui-molestiae-cum-ut-deserunt-incidunt-ratione-illum\",\"TaxId\":null,\"IPE\":null,\"RegistrationNumber\":null,\"OrganisationDescription\":null,\"ContactFirstName\":\"Alfonzo\",\"ContactLastName\":\"Crooks\",\"OrganisationTypeId\":2,\"OsHubId\":null,\"HiggId\":null,\"CurrentAccountStatusId\":null,\"CreateDate\":\"2025-07-24 13:23:28\",\"DeleteDate\":null,\"LastUpdateDate\":\"2026-03-24 08:26:00\"},{\"Id\":1,\"ZDHCAid\":null,\"SalesforceId\":null,\"SandboxID\":\"01-CR698383XMWJ2-P\",\"PdcId\":null,\"Name\":\"test-Supplier System\",\"LegalName\":\"Schroeder Ltd\",\"Address1\":\"149 Koss Dam Suite 796\",\"Address2\":\"Suite 708\",\"CityName\":\"Bergemouth\",\"StateName\":\"Michigan\",\"LocationId\":\"BW\",\"ZipCode\":\"26306\",\"Latitude\":null,\"Longitude\":null,\"Phone\":\"+17728385594\",\"Email\":\"yessenia18@bahringer.net\",\"Website\":\"http:\\\/\\\/www.hermiston.com\\\/qui-molestiae-cum-ut-deserunt-incidunt-ratione-illum\",\"TaxId\":null,\"IPE\":null,\"RegistrationNumber\":null,\"OrganisationDescription\":null,\"ContactFirstName\":\"Alfonzo\",\"ContactLastName\":\"Crooks\",\"OrganisationTypeId\":2,\"OsHubId\":null,\"HiggId\":null,\"CurrentAccountStatusId\":null,\"CreateDate\":\"2025-07-24 13:23:28\",\"DeleteDate\":null,\"LastUpdateDate\":\"2026-03-24 08:26:00\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Organisation-Users",
                    "description": "",
                    "item": [
                        {
                            "name": "OrganisationUsers Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/organisation-users",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "17",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3D+2026-04-09+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/organisation-users?page=1&per_page=17&filter%5Bupdated_at%5D=%3D+2026-04-09+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all organisation-users.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"UserId\":\"02-TXFQXFYRE4ACK-M\",\"OrganisationId\":\"01-CR698383XMWJ2-P\",\"RoleId\":4,\"StartDate\":\"2025-07-24 13:23:28\",\"EndDate\":null,\"LastUpdateDate\":\"2025-12-02 13:51:01\"},{\"Id\":1,\"UserId\":\"02-TXFQXFYRE4ACK-M\",\"OrganisationId\":\"01-CR698383XMWJ2-P\",\"RoleId\":4,\"StartDate\":\"2025-07-24 13:23:28\",\"EndDate\":null,\"LastUpdateDate\":\"2025-12-02 13:51:01\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Processes",
                    "description": "",
                    "item": [
                        {
                            "name": "Processes Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/processes",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "18",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/processes?page=1&per_page=18"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all processes (supplier_attributes from group \"Chemical Process\").\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"ProcessName\":\"Wastewater 2.2\",\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":1,\"ProcessName\":\"Wastewater 2.2\",\"CreateDate\":null,\"LastUpdateDate\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Product-Category",
                    "description": "",
                    "item": [
                        {
                            "name": "Product Categories Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/product-category",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "16",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3C%3D+2026-05-06+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/product-category?page=1&per_page=16&filter%5Bupdated_at%5D=%3C%3D+2026-05-06+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all product categories.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":10,\"ProductCategoryName\":\"Colorant\",\"CreateDate\":\"2025-12-16 10:02:53\",\"LastUpdateDate\":\"2025-12-16 10:02:53\"},{\"Id\":10,\"ProductCategoryName\":\"Colorant\",\"CreateDate\":\"2025-12-16 10:02:53\",\"LastUpdateDate\":\"2025-12-16 10:02:53\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Profile-Supplier-Product-Category",
                    "description": "",
                    "item": [
                        {
                            "name": "Profile Supplier Product Categories Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/profile-supplier-product-category",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "4",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/profile-supplier-product-category?page=1&per_page=4"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "No model\/data source in current system. Returns empty collection so route is callable.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":null,\"OrganisationId\":null,\"ProductCategoryId\":null,\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":null,\"OrganisationId\":null,\"ProductCategoryId\":null,\"CreateDate\":null,\"LastUpdateDate\":null}]}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Profile-Supplier-Type",
                    "description": "",
                    "item": [
                        {
                            "name": "Profile Supplier Types Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/profile-supplier-type",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "9",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3C%3D+2026-05-07+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/profile-supplier-type?page=1&per_page=9&filter%5Bupdated_at%5D=%3C%3D+2026-05-07+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all supplier profiles (organisation_id, facility_type_id = SupplierTypeId).\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"OrganisationId\":1,\"SupplierTypeId\":8,\"CreateDate\":\"2025-11-14 09:22:11\",\"LastUpdateDate\":\"2025-11-14 09:22:11\"},{\"Id\":1,\"OrganisationId\":1,\"SupplierTypeId\":8,\"CreateDate\":\"2025-11-14 09:22:11\",\"LastUpdateDate\":\"2025-11-14 09:22:11\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Supplier-Type",
                    "description": "",
                    "item": [
                        {
                            "name": "Supplier Types Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/supplier-type",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "11",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/supplier-type?page=1&per_page=11"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all supplier (facility) types.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"SupplierTypeName\":\"Accessories and Trims\",\"CreateDate\":null,\"LastUpdateDate\":null},{\"Id\":1,\"SupplierTypeName\":\"Accessories and Trims\",\"CreateDate\":null,\"LastUpdateDate\":null}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "Users",
                    "description": "",
                    "item": [
                        {
                            "name": "Users Index",
                            "request": {
                                "url": {
                                    "host": "{{baseUrl}}",
                                    "path": "api\/azure\/v1\/users",
                                    "query": [
                                        {
                                            "key": "page",
                                            "value": "1",
                                            "description": "the page number to show.",
                                            "disabled": false
                                        },
                                        {
                                            "key": "per_page",
                                            "value": "7",
                                            "description": "Number of items to show per page. Defaults to 10",
                                            "disabled": false
                                        },
                                        {
                                            "key": "filter%5Bupdated_at%5D",
                                            "value": "%3C+2026-04-15+12%3A27%3A17",
                                            "description": "Filter column updated_at by any accepted value. any operator can be used, e.g.  >=, together with a date time value (YYYY-MM-DD HH:MM:SS)",
                                            "disabled": false
                                        },
                                        {
                                            "key": "sort",
                                            "value": "updated_at",
                                            "description": "sort by any accepted column: updated_at. prefix a \"-\" before the column name to sort in descending order",
                                            "disabled": false
                                        }
                                    ],
                                    "raw": "{{baseUrl}}\/api\/azure\/v1\/users?page=1&per_page=7&filter%5Bupdated_at%5D=%3C+2026-04-15+12%3A27%3A17&sort=updated_at"
                                },
                                "method": "GET",
                                "header": [
                                    {
                                        "key": "Content-Type",
                                        "value": "application\/json"
                                    },
                                    {
                                        "key": "Accept",
                                        "value": "application\/json"
                                    }
                                ],
                                "body": null,
                                "description": "List all users.\n\n<aside class=\"warning\">Requires <code>AZURE_IMPORTER<\/code> organisation type.<\/aside>"
                            },
                            "response": [
                                {
                                    "header": [],
                                    "code": 200,
                                    "body": "{\"data\":[{\"Id\":1,\"UserId\":\"02-TXFQXFYRE4ACK-M\",\"FirstName\":\"System\",\"LastName\":\"User\",\"FullName\":\"System User\",\"IsActive\":true,\"Email\":\"admin@localhost\",\"Phone\":\"+13523381248\",\"Address1\":null,\"Address2\":null,\"StateName\":null,\"CityName\":null,\"ZipCode\":null,\"LocationId\":null,\"CreateDate\":\"2025-07-24 13:23:18\",\"DeleteDate\":null,\"LastUpdateDate\":\"2025-12-08 15:12:52\"},{\"Id\":1,\"UserId\":\"02-TXFQXFYRE4ACK-M\",\"FirstName\":\"System\",\"LastName\":\"User\",\"FullName\":\"System User\",\"IsActive\":true,\"Email\":\"admin@localhost\",\"Phone\":\"+13523381248\",\"Address1\":null,\"Address2\":null,\"StateName\":null,\"CityName\":null,\"ZipCode\":null,\"LocationId\":null,\"CreateDate\":\"2025-07-24 13:23:18\",\"DeleteDate\":null,\"LastUpdateDate\":\"2025-12-08 15:12:52\"}],\"links\":{\"first\":\"\\\/?page=1\",\"last\":\"\\\/?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":1,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"active\":false},{\"url\":\"\\\/?page=1\",\"label\":\"1\",\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"active\":false}],\"path\":\"\\\/\",\"per_page\":10,\"to\":2,\"total\":2}}",
                                    "name": ""
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}