{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/wazen.test"
        }
    ],
    "info": {
        "name": "Wazen",
        "_postman_id": "98208198-3c73-4738-82d1-19e949fe4fed",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Accident Bookplace Management",
            "description": "API for managing accident bookplaces",
            "item": [
                {
                    "name": "Display a listing of the accident bookplaces.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "20",
                                    "description": "Optional. The number of records to return per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. The page number for pagination.",
                                    "disabled": false
                                },
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. The company number to filter by.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book?perPage=20&page=2&company_no=123"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":14,\"per_page\":7,\"page\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntBookplace list\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Cmp_No\": 123,\n      \"AcdnStu_No\": 456,\n      \"AcdnStu_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u062d\u0627\u0644\u0629\",\n      \"AcdnStu_NmEn\": \"Accident Status\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created accident bookplace in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CarBokplc_No\":101,\"CarBokplc_NmAr\":\"\\\"\u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a\\\"\",\"CarBokplc_NmEn\":\"\\\"Car Bookplace\\\"\",\"CarBokplc_adrs\":\"\\\"123 Main St\\\"\",\"CarBokplc_Tel\":\"\\\"0123456789\\\"\",\"Notes\":\"\\\"Located near the service area.\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntBookplace created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified accident bookplace.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "hic",
                                    "description": "The ID of the car book."
                                },
                                {
                                    "id": "acdntBookplace",
                                    "key": "acdntBookplace",
                                    "value": "1",
                                    "description": "The ID of the accident bookplace."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"carbook\": {\n    \"Cmp_No\": 123,\n    \"CarBokplc_No\": 101,\n    \"CarBokplc_NmAr\": \"\u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a\",\n    \"CarBokplc_NmEn\": \"Car Bookplace\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified accident bookplace in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the car book."
                                },
                                {
                                    "id": "acdntBookplace",
                                    "key": "acdntBookplace",
                                    "value": "1",
                                    "description": "The ID of the accident bookplace."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CarBokplc_No\":101,\"CarBokplc_NmAr\":\"\\\"\u0645\u0648\u0642\u0641 \u0627\u0644\u0633\u064a\u0627\u0631\u0627\u062a\\\"\",\"CarBokplc_NmEn\":\"\\\"Car Bookplace\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntBookplace updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified accident bookplace from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/car_book\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "facere",
                                    "description": "The ID of the car book."
                                },
                                {
                                    "id": "acdntBookplace",
                                    "key": "acdntBookplace",
                                    "value": "1",
                                    "description": "The ID of the accident bookplace."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntBookplace deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Accidents Management",
            "description": "Accident Investigation Officer Management",
            "item": [
                {
                    "name": "Display a listing of accident investigation officers.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. The company number to filter by.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "20",
                                    "description": "Optional. Number of records to return per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. The page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth?company_no=123&perPage=20&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Acdntinvstgtionoffcr list\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Cmp_No\": 123,\n      \"InvstOffcr_No\": 456,\n      \"InvstOffcr_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u0636\u0627\u0628\u0637\",\n      \"InvstOffcr_NmEn\": \"Officer Name\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created accident investigation officer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"InvstOffcr_No\":456,\"InvstOffcr_NmAr\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0636\u0627\u0628\u0637\\\"\",\"InvstOffcr_NmEn\":\"\\\"Officer Name\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"InvstOffcr_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified accident investigation officer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "5",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the investigation officer."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"investAuth\": {\n    \"id\": 1,\n    \"Cmp_No\": 123,\n    \"InvstOffcr_No\": 456,\n    \"InvstOffcr_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u0636\u0627\u0628\u0637\",\n    \"InvstOffcr_NmEn\": \"Officer Name\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified accident investigation officer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "15",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the investigation officer."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"InvstOffcr_No\":456,\"InvstOffcr_NmAr\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0636\u0627\u0628\u0637\\\"\",\"InvstOffcr_NmEn\":\"\\\"Officer Name\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"InvstOffcr_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified accident investigation officer.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/Invest_auth\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "9",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the investigation officer."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"message\": \"Failed to delete.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of accident types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Filter by company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Number of records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. The page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":16,\"per_page\":19,\"page\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Acdntypes list\",\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"Cmp_No\": 123,\n      \"Acdnty_No\": 456,\n      \"Acdnty_NmAr\": \"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u062f\u062b\",\n      \"Acdnty_NmEn\": \"Accident Type\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created accident type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Acdnty_No\":456,\"Acdnty_NmAr\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u062f\u062b\\\"\",\"Acdnty_NmEn\":\"\\\"Accident Type\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"Acdnty_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified accident type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"accidtype\": {\n    \"ID_No\": 1,\n    \"Cmp_No\": 123,\n    \"Acdnty_No\": 456,\n    \"Acdnty_NmAr\": \"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u062f\u062b\",\n    \"Acdnty_NmEn\": \"Accident Type\"\n  },\n  \"url\": \"https:\/\/example.com\/api\/v1\/settings\/accidents\/accident-type\/1\/update\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified accident type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Acdnty_No\":456,\"Acdnty_NmAr\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u062f\u062b\\\"\",\"Acdnty_NmEn\":\"\\\"Accident Type\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"Acdnty_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified accident type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_type\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident type."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"message\": \"Failed to delete.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the accident statuses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Filter by company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":12,\"per_page\":8,\"page\":16}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntStatus list\",\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"Cmp_No\": 123,\n      \"AcdnStu_No\": 456,\n      \"AcdnStu_NmAr\": \"\u062d\u0627\u0644\u0629 \u0627\u0644\u062d\u0627\u062f\u062b\",\n      \"AcdnStu_NmEn\": \"Accident Status\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created accident status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"AcdnStu_No\":456,\"AcdnStu_NmAr\":\"\\\"\u062d\u0627\u0644\u0629 \u0627\u0644\u062d\u0627\u062f\u062b\\\"\",\"AcdnStu_NmEn\":\"\\\"Accident Status\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"AcdnStu_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified accident status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident status."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"acdntStatus\": {\n    \"ID_No\": 1,\n    \"Cmp_No\": 123,\n    \"AcdnStu_No\": 456,\n    \"AcdnStu_NmAr\": \"\u062d\u0627\u0644\u0629 \u0627\u0644\u062d\u0627\u062f\u062b\",\n    \"AcdnStu_NmEn\": \"Accident Status\"\n  },\n  \"url\": \"https:\/\/example.com\/api\/v1\/settings\/accidents\/accident-status\/1\/update\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified accident status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident status."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"AcdnStu_No\":456,\"AcdnStu_NmAr\":\"\\\"\u062d\u0627\u0644\u0629 \u0627\u0644\u062d\u0627\u062f\u062b\\\"\",\"AcdnStu_NmEn\":\"\\\"Accident Status\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"AcdnStu_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified accident status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/accident_status\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the accident status."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"message\": \"Failed to delete.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the traffic departments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Filter by company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":9,\"per_page\":6,\"page\":11}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"AcdntTrficDepm list\",\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"Cmp_No\": 123,\n      \"TrficDepm_No\": 456,\n      \"TrficDepm_NmAr\": \"\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0648\u0631\",\n      \"TrficDepm_NmEn\": \"Traffic Department\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created traffic department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"TrficDepm_No\":456,\"TrficDepm_NmAr\":\"\\\"\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0648\u0631\\\"\",\"TrficDepm_NmEn\":\"\\\"Traffic Department\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"TrficDepm_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified traffic department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic department."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"trafficsec\": {\n    \"ID_No\": 1,\n    \"Cmp_No\": 123,\n    \"TrficDepm_No\": 456,\n    \"TrficDepm_NmAr\": \"\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0648\u0631\",\n    \"TrficDepm_NmEn\": \"Traffic Department\"\n  },\n  \"url\": \"https:\/\/example.com\/api\/v1\/settings\/accidents\/traffic-department\/1\/update\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified traffic department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic department."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"TrficDepm_No\":456,\"TrficDepm_NmAr\":\"\\\"\u0642\u0633\u0645 \u0627\u0644\u0645\u0631\u0648\u0631\\\"\",\"TrficDepm_NmEn\":\"\\\"Traffic Department\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {\n    \"TrficDepm_NmAr\": [\"The Arabic name is required.\"]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified traffic department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/accidents-settings\/traffic_sec\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic department."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"message\": \"Failed to delete.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Accounts",
            "description": "API for managing Accounts in the system",
            "item": [
                {
                    "name": "Initialize journal type data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/daily-limitation-types\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/daily-limitation-types\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":101}"
                        },
                        "description": "This endpoint retrieves a list of journal types not yet associated with a specific company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"initData\": {\n       \"jrlType\": [\n           {\n               \"Jr_Ty\": \"General\",\n               \"Jrty_NmAr\": \"\u0627\u0644\u0646\u0648\u0639 \u0627\u0644\u0639\u0627\u0645\",\n               \"Jrty_NmEn\": \"General Type\"\n           },\n           {\n               \"Jr_Ty\": \"Special\",\n               \"Jrty_NmAr\": \"\u0627\u0644\u0646\u0648\u0639 \u0627\u0644\u062e\u0627\u0635\",\n               \"Jrty_NmEn\": \"Special Type\"\n           }\n       ]\n   }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n   \"message\": \"No data found for the specified company.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of daily limitation types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/daily-limitation-types",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Number of items per page. Defaults to 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "company_no",
                                    "value": "101",
                                    "description": "Company number to filter results. Defaults to the current user's company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/daily-limitation-types?perPage=10&page=2&company_no=101"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":19,\"per_page\":10,\"page\":5}"
                        },
                        "description": "This endpoint retrieves a paginated list of daily limitation types for a company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"CmpDailyLimitationTypes list\",\n   \"data\": [\n       {\n           \"id\": 1,\n           \"Cmp_No\": 101,\n           \"Jr_Ty\": \"General\",\n           \"uuid\": \"1\",\n           \"Jrty_NmAr\": \"\u0627\u0644\u0646\u0648\u0639 \u0627\u0644\u0639\u0627\u0645\",\n           \"Jrty_NmEn\": \"General Type\",\n           \"active\": true\n       }\n   ],\n   \"pagination\": {\n       \"total\": 100,\n       \"count\": 10,\n       \"per_page\": 10,\n       \"current_page\": 1,\n       \"total_pages\": 10\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store daily limitation types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/daily-limitation-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/daily-limitation-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"restore\":true,\"company_no\":101,\"data\":[\"mollitia\"]}"
                        },
                        "description": "This endpoint creates new daily limitation types for a company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"Successfully added!\",\n   \"data\": null\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n   \"error\": \"Duplicate entry for UUID.\",\n   \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a daily limitation type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/daily-limitation-types\/:dailyLimitationTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/daily-limitation-types\/:dailyLimitationTypes",
                            "variable": [
                                {
                                    "id": "dailyLimitationTypes",
                                    "key": "dailyLimitationTypes",
                                    "value": "quidem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the limitation type to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"active\":true}"
                        },
                        "description": "This endpoint updates the active status of a specific daily limitation type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"Updated successfully.\",\n   \"data\": {\n       \"id\": 1,\n       \"Cmp_No\": 101,\n       \"Jr_Ty\": \"General\",\n       \"uuid\": \"550e8400-e29b-41d4-a716-446655440000\",\n       \"Jrty_NmAr\": \"\u0627\u0644\u0646\u0648\u0639 \u0627\u0644\u0639\u0627\u0645\",\n       \"Jrty_NmEn\": \"General Type\",\n       \"active\": true\n   },\n   \"status\": \"200\",\n   \"status_code\": 200\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n   \"message\": \"Daily limitation type not found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Soft delete a daily limitation type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/daily-limitation-types\/:dailyLimitationTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/daily-limitation-types\/:dailyLimitationTypes",
                            "variable": [
                                {
                                    "id": "dailyLimitationTypes",
                                    "key": "dailyLimitationTypes",
                                    "value": "quos",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the limitation type to deactivate."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint deactivates a specific daily limitation type by setting its `active` status to `0`."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"Deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n   \"error\": \"Database error message.\",\n   \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Branches",
            "description": "Branches Api",
            "item": [
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/branches\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/branches\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "59"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "68e554dd-eec7-4e3c-9633-d0e8efa0817c"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List Branches.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/branches",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "15",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/branches?page=1&per_page=15&company_no=123"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":15,\"per_page\":10,\"page\":13}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"no\": 101,\r\n            \"name\": \"Main Branch\",\r\n            \"name_ar\": \"\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\r\n            \"name_en\": \"Main Branch\",\r\n            \"company\": {\r\n                \"id\": 1,\r\n                \"company_no\": 123,\r\n                \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n                \"name_en\": \"Company\"\r\n            }\r\n        }\r\n    ],\r\n    \"message\": \"Branches list\",\r\n    \"pagination\": {\r\n        \"count\": 1,\r\n        \"total\": 1,\r\n        \"perPage\": 15,\r\n        \"currentPage\": 1,\r\n        \"totalPages\": 1,\r\n        \"links\": {}\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Branch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/branches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/branches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"nameAr\":\"\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\"nameEn\":\"Main Branch\",\"longitude\":46.6753,\"latitude\":24.7136,\"address\":\"1234 Main St\",\"phone\":\"+966123456789\",\"clone\":true,\"clone_from_branch_id\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"no\": 101,\r\n        \"name\": \"Main Branch\",\r\n        \"name_ar\": \"\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\r\n        \"name_en\": \"Main Branch\",\r\n        \"company\": {\r\n            \"id\": 1,\r\n            \"company_no\": 123,\r\n            \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n            \"name_en\": \"Company\"\r\n        }\r\n    },\r\n    \"message\": \"Branch created successfully\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Branch Details",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/branches\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/branches\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Branch Details\",\n{\n\"id\": 1,\n\"no\": 101,\n\"name\": \"Main Branch\",\n\"name_ar\": \"\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\n\"name_en\": \"Main Branch\",\n\"company\": {\n\"id\": 1,\n\"company_no\": 123,\n\"name_ar\": \"\u0634\u0631\u0643\u0629\",\n\"name_en\": \"Company\"\n}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/v1\/base\/settings\/branches\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/branches\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/branches\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolorem",
                                    "description": "The ID of the branch."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Car Categories Management",
            "description": "API for managing car categories",
            "item": [
                {
                    "name": "Display a listing of the car categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-category",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number for filtering the categories.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of records per page. Default is 15.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-category?company_no=1&per_page=10"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":16,\"per_page\":3,\"page\":13}"
                        },
                        "description": "Retrieves a list of car categories filtered by the company number."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Cmp_No\": 1,\n      \"Carctg_NmAr\": \"\u0627\u0644\u0641\u0626\u0629 1\",\n      \"Carctg_NmEn\": \"Category 1\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created car category in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-category",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-category"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Carctg_NmAr\":\"\\\"\u0627\u0644\u0641\u0626\u0629\\\"\",\"Carctg_NmEn\":\"\\\"Category\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car category created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified car category in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-category\/:carCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-category\/:carCategory",
                            "variable": [
                                {
                                    "id": "carCategory",
                                    "key": "carCategory",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Carctg_NmAr\":\"\\\"\u0627\u0644\u0641\u0626\u0629\\\"\",\"Carctg_NmEn\":\"\\\"Category\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car category updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified car category from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-category\/:carCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-category\/:carCategory",
                            "variable": [
                                {
                                    "id": "carCategory",
                                    "key": "carCategory",
                                    "value": "dolorem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the car category to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car category deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print a journal row for the specified car category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-category\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-category\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the car category to print."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"<html of the printed journal row>\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Car Models Management",
            "description": "API for managing car models",
            "item": [
                {
                    "name": "Get a listing of car models.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number to filter the models.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of records per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models?company_no=1&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":19,\"per_page\":7,\"page\":4}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"data\": [\n    {\n      \"id\": 1,\n      \"CarModel_NmAr\": \"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\",\n      \"CarModel_NmEn\": \"Car Model\",\n      \"CarModel_Active\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 10,\n    \"count\": 1,\n    \"per_page\": 10,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created car model in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"CarModel_NmAr\":\"\\\"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\\\"\",\"CarModel_NmEn\":\"\\\"Car Model\\\"\",\"CarModel_Active\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car model created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified car model in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models\/:colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models\/:colors",
                            "variable": [
                                {
                                    "id": "colors",
                                    "key": "colors",
                                    "value": "ipsum",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"CarModel_NmAr\":\"\\\"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\\\"\",\"CarModel_NmEn\":\"\\\"Car Model\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car model updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified car model from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models\/:colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models\/:colors",
                            "variable": [
                                {
                                    "id": "colors",
                                    "key": "colors",
                                    "value": "ratione",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the car model to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Car model deactivated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print the journal row for the specified car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the car model."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"<html of the printed journal row>\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the list of available car models.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/models\/get-car-models",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/models\/get-car-models?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"CarModel_No\": 1,\n      \"CarModel_NmAr\": \"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\",\n      \"CarModel_NmEn\": \"Car Model\"\n    }\n  ],\n  \"companyName\": \"\u0634\u0631\u0643\u0629 1\",\n  \"activityName\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0634\u0631\u0643\u0629\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Car Rental",
            "description": "Classification Renters Management",
            "item": [
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":14,\"per_page\":12,\"page\":7}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "expedita",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "velit",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/classification-renters\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":15,\"per_page\":4,\"page\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "commodi",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "quia",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-contracts-renters\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":9,\"page\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "voluptatem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "rerum",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-renters\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":6,\"page\":14}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "ex",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "saepe",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/rental-type\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":7,\"per_page\":19,\"page\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "qui",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "ad",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/types-driving-licenses\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":6,\"per_page\":6,\"page\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "porro",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "voluptatem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/car-mode\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":3,\"per_page\":10,\"page\":9}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "autem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/categories-cars-rent\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":14,\"per_page\":17,\"page\":18}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "quas",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "libero",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/car-rental\/renters-penalties-terms\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Cars Management",
            "description": "API for managing car models and categories",
            "item": [
                {
                    "name": "Get all car models for a company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/get-models",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/get-models?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns a list of car models for the specified company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"models\": [\n    {\n      \"CarModel_No\": 1,\n      \"name\": \"Car Model 1\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize the car model chart.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/init-chart-model",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/init-chart-model"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":1}"
                        },
                        "description": "Prepares the chart structure for car models associated with a company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Chart initialized.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the details of a specific car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/get-edit-model",
                            "query": [
                                {
                                    "key": "Model_No",
                                    "value": "1",
                                    "description": "The car model number.",
                                    "disabled": false
                                },
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/get-edit-model?Model_No=1&Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the details of a car model based on the provided model and company number."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"model\": {\n    \"CarModel_No\": 1,\n    \"CarModel_NmAr\": \"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\",\n    \"CarModel_NmEn\": \"Car Model\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new car model structure.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/create-new-model",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/create-new-model"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":1,\"Parent_Model\":1}"
                        },
                        "description": "Initializes a new car model structure and links it to a parent model if provided."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"New car model created.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import car models.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/import-model",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/import-model"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"models\":[{\"Model_No\":1,\"Model_NmAr\":\"\u0645\u0648\u062f\u064a\u0644 1\",\"Model_NmEn\":\"Model 1\"}]}"
                        },
                        "description": "Imports a set of car models into the system."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Models imported successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store multiple car models.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/store-model",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/store-model"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"models\":[{\"Model_No\":1,\"Model_NmAr\":\"\u0645\u0648\u062f\u064a\u0644 1\",\"Model_NmEn\":\"Model 1\"}]}"
                        },
                        "description": "Stores multiple car models in the system."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Car models stored successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the account center for a car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/get-account-cost",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "Model_No",
                                    "value": "1",
                                    "description": "The model number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/get-account-cost?Cmp_No=1&Model_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieves account center details for a specific car model."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"newChartAcc\": 123456,\n  \"newCostAcc\": 123456,\n  \"newAssetAcc\": 123456\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all car models and categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieves a list of car models and categories associated with the current company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"models\": [\n    {\n      \"CarModel_No\": 1,\n      \"name\": \"Car Model 1\"\n    }\n  ],\n  \"categories\": [\n    {\n      \"Carctg_No\": 1,\n      \"name\": \"Category 1\"\n    }\n  ],\n  \"title\": \"Car Models and Categories\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":1,\"Model_NmAr\":\"\\\"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\\\"\",\"Model_NmEn\":\"\\\"Car Model\\\"\"}"
                        },
                        "description": "Creates a new car model and associates it with a company. The car model is stored in the database."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Car model created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "praesentium",
                                    "description": "The ID of the car."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Model_No\":1,\"Model_NmAr\":\"\\\"\u0645\u0648\u062f\u064a\u0644 \u0633\u064a\u0627\u0631\u0629\\\"\",\"Model_NmEn\":\"\\\"Car Model\\\"\"}"
                        },
                        "description": "Modifies the details of an existing car model based on the provided model number."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Car model updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a specific car model.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/cars\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/cars\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the car model to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Removes a car model from the database based on the provided ID."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Car model deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Chart Clone Management",
            "description": "API for managing chart clones and tree structures",
            "item": [
                {
                    "name": "Display a listing of resources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart",
                            "query": [
                                {
                                    "key": "id",
                                    "value": "1",
                                    "description": "The optional resource ID.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart?id=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieves a list of resources, including tree data and initialization information."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": null,\n    \"initData\": {\n      \"categories\": [...],\n      \"models\": [...]\n    },\n    \"treeData\": [...]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":1,\"Acc_No\":12345,\"Acc_NmAr\":\"\\\"\u0627\u0644\u062d\u0633\u0627\u0628\\\"\"}"
                        },
                        "description": "Stores a new chart clone resource in the database."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show a specific resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource to show."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieves detailed information for a specific chart clone."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"output\": \"<HTML of the resource>\",\n  \"thing\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Acc_No\":12345,\"Acc_NmAr\":\"\\\"\u0627\u0644\u062d\u0633\u0627\u0628\\\"\"}"
                        },
                        "description": "Updates the specified chart clone in storage."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the resource to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Deletes a specific chart clone from the database."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the categories tree.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/chart\/get-tree",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/chart\/get-tree?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Retrieves a tree structure of categories associated with the company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [\n    {\n      \"id\": \"1\",\n      \"text\": \"Category 1\",\n      \"children\": true\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Cities",
            "description": "Cities API",
            "item": [
                {
                    "name": "Generate PDF of cities and states",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities\/pdf",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities\/pdf"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":5}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "application\/pdf",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for cities and states.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":4}"
                        },
                        "description": "Loads essential data required for setting up and managing cities and states, including lists of cities,\naccount types, city types, and branches associated with the specified company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"initData\": {\n     \"cities\": [\n         {\n             \"Level_No\": 1,\n             \"name\": \"City Example\",\n             ...\n         }\n     ],\n     \"accountTypes\": [\n         {\n             \"value\": \"account_type_value\",\n             \"key\": \"account_type_key\",\n             \"description\": \"Account type description\"\n         }\n     ],\n     \"cityTypes\": [\n         {\n             \"value\": \"city_type_value\",\n             \"key\": \"city_type_key\",\n             \"description\": \"City type description\"\n         }\n     ],\n     \"branches\": [\n         {\n             \"Brn_No\": 1,\n             \"name\": \"Branch Name\"\n         }\n     ],\n     \"countZeros\": 2\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Restore cities and regions for a given city.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities\/restoreCitiesRegions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities\/restoreCitiesRegions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"city_no\":5}"
                        },
                        "description": "This endpoint restores cities and regions for the specified city number if no child cities exist."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 200,\n \"message\": \"Regions and cities restored successfully\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 400,\n \"message\": \"This country does not have any regions or cities\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 400,\n \"message\": \"Country must be empty to make restoration\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 400,\n \"message\": \"You must add this country first\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retrieve a list of cities with their children.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "5",
                                    "description": "The company number to filter cities. Optional.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities?company_no=5"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint returns a list of cities filtered by company number and their child cities."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Cities list\",\n \"data\": [\n     {\n         \"id\": 1,\n         \"name\": \"City Example\",\n         \"children\": [\n             {\n                 \"id\": 2,\n                 \"name\": \"Child City Example\"\n             }\n         ]\n     }\n ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"message\": \"No cities found for the given company.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new city or state",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"City_No\":19,\"City_NmAr\":\"esse\",\"City_NmEn\":\"soluta\",\"Cty_typ\":12,\"Level_No\":19}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a city or state",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities\/:cities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities\/:cities",
                            "variable": [
                                {
                                    "id": "cities",
                                    "key": "cities",
                                    "value": "quia",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"City_No\":14,\"City_NmAr\":\"velit\",\"City_NmEn\":\"quos\",\"Cty_typ\":7,\"Level_No\":4}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a city or state",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/cities\/:cities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/cities\/:cities",
                            "variable": [
                                {
                                    "id": "cities",
                                    "key": "cities",
                                    "value": "laudantium",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the city\/state."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"message\": \"Cannot delete because it contains other areas.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Classification Transport Management",
            "description": "API for managing customs clearance and transport classifications",
            "item": [
                {
                    "name": "Get a listing of the classification transport records.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number to filter the classifications.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of records per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport?company_no=1&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":10,\"per_page\":4,\"page\":19}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0642\u0644\",\n      \"LockupCustoms_DscEN\": \"Transport Classification\",\n      \"LockupCustoms_Actv\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 10,\n    \"count\": 1,\n    \"per_page\": 10,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification transport record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0642\u0644\\\"\",\"LockupCustoms_DscEN\":\"\\\"Transport Classification\\\"\",\"LockupCustoms_Actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Classification transport created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification transport record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "beatae",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0642\u0644\\\"\",\"LockupCustoms_DscEN\":\"\\\"Transport Classification\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Classification transport updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification transport record from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "velit",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification transport record to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Classification transport deactivated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print the journal row for the specified classification transport record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification transport record."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"<html of the printed journal row>\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for classification transport.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/init-data",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/classification-transport\/init-data?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"LockupCustoms_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0646\u0642\u0644\",\n      \"LockupCustoms_DscEN\": \"Transport Classification\"\n    }\n  ],\n  \"companyName\": \"\u0634\u0631\u0643\u0629 1\",\n  \"activityName\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0634\u0631\u0643\u0629\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Colors",
            "description": "Company Colors Management API",
            "item": [
                {
                    "name": "Initialize data for company colors.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/colors\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/colors\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint retrieves available colors that are not associated with the current company\nand generates a new ID for the next color."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"initData\": {\n     \"colors\": [\n         {\n             \"Color_No\": 2,\n             \"Color_NmAr\": \"\u0623\u062e\u0636\u0631\",\n             \"Color_NmEn\": \"Green\"\n         },\n         ...\n     ],\n     \"idGenerate\": 3\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Retrieve a list of company colors.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/colors"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":12,\"page\":10,\"query\":\"enim\",\"Color_No\":\"quia\",\"Color_NmAr\":\"corrupti\",\"Color_NmEn\":\"qui\",\"sort\":\"ut\",\"perPage\":13}"
                        },
                        "description": "This endpoint retrieves a paginated list of colors for the specified company.\nIt supports filtering and searching based on color number and names in Arabic and English."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"CmpColors list\",\n \"data\": [\n     {\n         \"id\": 1,\n         \"Cmp_No\": 123,\n         \"Color_No\": 1,\n         \"Color_NmAr\": \"\u0623\u062d\u0645\u0631\",\n         \"Color_NmEn\": \"Red\",\n         \"Color_Active\": true\n     },\n     ...\n ],\n \"pagination\": {\n     \"total\": 100,\n     \"per_page\": 15,\n     \"current_page\": 1,\n     \"last_page\": 7,\n     \"from\": 1,\n     \"to\": 15\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n \"status\": 0,\n \"message\": \"Validation error message\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new color or restore existing colors.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/colors"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"restore\":true,\"data\":[\"optio\"],\"Color_NmAr\":\"\\\"\u0623\u0632\u0631\u0642\\\"\",\"Color_NmEn\":\"\\\"Blue\\\"\",\"Color_Active\":true}"
                        },
                        "description": "This endpoint allows for the addition of new colors or the restoration of existing colors\nbased on the provided data."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Color added successfully\",\n \"data\": {\n     \"Color_No\": 2,\n     \"Color_NmAr\": \"\u0623\u0632\u0631\u0642\",\n     \"Color_NmEn\": \"Blue\",\n     \"Color_Active\": true\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n \"status\": 0,\n \"message\": \"The Color_NmAr field is required.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a company color.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/colors\/:colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/colors\/:colors",
                            "variable": [
                                {
                                    "id": "colors",
                                    "key": "colors",
                                    "value": "optio",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Color_NmAr\":\"qui\",\"Color_NmEn\":\"earum\",\"Color_Active\":false}"
                        },
                        "description": "This endpoint updates the details of a specific company color."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Updated successfully\",\n \"data\": {\n     \"id\": 1,\n     \"Cmp_No\": 123,\n     \"Color_No\": 1,\n     \"Color_NmAr\": \"\u0623\u062d\u0645\u0631\",\n     \"Color_NmEn\": \"Red\",\n     \"Color_Active\": true\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n \"status\": 0,\n \"message\": \"Validation error message\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Soft delete a company color.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/colors\/:colors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/colors\/:colors",
                            "variable": [
                                {
                                    "id": "colors",
                                    "key": "colors",
                                    "value": "quos",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint marks a specific company color as inactive (soft delete)."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Successfully deleted\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n \"error\": \"Error message\",\n \"message\": \"An unknown error occurred\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "CompanySettings",
            "description": "CompanySettings Api",
            "item": [
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/company-settings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/company-settings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "itaque",
                                    "description": "The ID of the company setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"dolorem\",\"Brn_No\":\"et\",\"Period_SubNo\":12,\"Period_No\":7,\"Period_NmAr\":\"elrii\",\"Period_NmEn\":\"bwmfepailsmiaedbe\",\"Start_Time\":\"voluptate\",\"End_Time\":\"aspernatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Container Classification Management",
            "description": "API for managing container classifications in customs clearance",
            "item": [
                {
                    "name": "Get a listing of the container classifications.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number to filter the classifications.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of records per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification?company_no=1&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":10,\"per_page\":15,\"page\":5}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\",\n      \"LockupCustoms_DscEN\": \"Container Classification\",\n      \"LockupCustoms_Actv\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 10,\n    \"count\": 1,\n    \"per_page\": 10,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created container classification record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Container Classification\\\"\",\"LockupCustoms_Actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container classification created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified container classification record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/:containerClassification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/:containerClassification",
                            "variable": [
                                {
                                    "id": "containerClassification",
                                    "key": "containerClassification",
                                    "value": "enim",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Container Classification\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container classification updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified container classification record from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/:containerClassification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/:containerClassification",
                            "variable": [
                                {
                                    "id": "containerClassification",
                                    "key": "containerClassification",
                                    "value": "dicta",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the container classification record to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container classification deactivated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print the journal row for the specified container classification record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the container classification record."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"<html of the printed journal row>\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for container classification.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/init-data",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-classification\/init-data?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"LockupCustoms_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\",\n      \"LockupCustoms_DscEN\": \"Container Classification\"\n    }\n  ],\n  \"companyName\": \"\u0634\u0631\u0643\u0629 1\",\n  \"activityName\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0634\u0631\u0643\u0629\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Container Types Management",
            "description": "API for managing container types in customs clearance",
            "item": [
                {
                    "name": "Get a listing of the container types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number to filter the container types.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of records per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types?company_no=1&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":2,\"per_page\":3,\"page\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\",\n      \"LockupCustoms_DscEN\": \"Container Type\",\n      \"LockupCustoms_Actv\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 10,\n    \"count\": 1,\n    \"per_page\": 10,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created container type record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Container Type\\\"\",\"LockupCustoms_Actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container type created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified container type record in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/:containerTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/:containerTypes",
                            "variable": [
                                {
                                    "id": "containerTypes",
                                    "key": "containerTypes",
                                    "value": "sit",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Container Type\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container type updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified container type record from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/:containerTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/:containerTypes",
                            "variable": [
                                {
                                    "id": "containerTypes",
                                    "key": "containerTypes",
                                    "value": "qui",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the container type record to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Container type deactivated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print the journal row for the specified container type record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the container type record."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"<html of the printed journal row>\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for container type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/init-data",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "1",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/container-types\/init-data?Cmp_No=1"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"LockupCustoms_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u0646\u0648\u0639 \u0627\u0644\u062d\u0627\u0648\u064a\u0629\",\n      \"LockupCustoms_DscEN\": \"Container Type\"\n    }\n  ],\n  \"companyName\": \"\u0634\u0631\u0643\u0629 1\",\n  \"activityName\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0634\u0631\u0643\u0629\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Countries",
            "description": "Countries API",
            "item": [
                {
                    "name": "Initialize country data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/countries\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/countries\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":123}"
                        },
                        "description": "Fetch the necessary data for initializing country settings."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"countries\": [\n    {\n      \"id\": 1,\n      \"Cntry_NmAr\": \"\u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629\",\n      \"Cntry_NmEn\": \"United States\"\n    }\n  ],\n  \"countriesInCompany\": [\n    {\n      \"id\": 2,\n      \"Cntry_NmAr\": \"\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629\",\n      \"Cntry_NmEn\": \"Saudi Arabia\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new country.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/countries",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/countries"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"data\":{\"country_code\":\"US\",\"Cntry_NmAr\":\"\u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629\",\"Cntry_NmEn\":\"United States\"}}"
                        },
                        "description": "This endpoint creates a new country record for the company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Country created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing country.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/countries\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/countries\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the country to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"data\":{\"Cntry_NmAr\":\"\u0627\u0644\u0648\u0644\u0627\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629\",\"Cntry_NmEn\":\"United States\",\"country_code\":\"US\"}}"
                        },
                        "description": "Update the details of a specific country."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Country updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a country.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/countries\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/countries\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the country to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove a country record from the system."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Country deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"message\": \"Cannot delete country as it has associated records.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Currencies",
            "description": "Currencies API",
            "item": [
                {
                    "name": "Initialize data for cities and states.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/currencies\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/currencies\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5}"
                        },
                        "description": "Load initial data required for setting up and managing cities and states, including active currencies not associated with the specified company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"initData\": {\n     \"currencies\": [\n         {\n             \"id\": 1,\n             \"Curncy_No\": \"USD\",\n             \"Curncy_Actv\": 1,\n             \/\/ additional currency fields\n         },\n         {\n             \"id\": 2,\n             \"Curncy_No\": \"EUR\",\n             \"Curncy_Actv\": 1,\n             \/\/ additional currency fields\n         }\n     ]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of currencies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/currencies",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "6",
                                    "description": "Optional. The company number to filter the currencies.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "3",
                                    "description": "Optional. The number of results per page. Default: 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "4",
                                    "description": "Optional. The page number to fetch. Default: 1.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/currencies?company_no=6&per_page=3&page=4"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":13,\"page\":20}"
                        },
                        "description": "Get a list of all currencies associated with the company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Curncy_NmAr\": \"\u0627\u0644\u062f\u0648\u0644\u0627\u0631\",\n      \"Curncy_NmEn\": \"Dollar\",\n      \"Curncy_Rate\": 3.75,\n      \"Curncy_Code\": \"USD\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 10,\n    \"count\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created currency",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/currencies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/currencies"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"companyNumber\":17,\"data\":[{\"Curncy_NmAr\":\"\u062f\u0648\u0644\u0627\u0631\",\"Curncy_NmEn\":\"Dollar\",\"Curncy_Rate\":3.75,\"Curncy_Code\":\"USD\",\"currencyId\":1}]}"
                        },
                        "description": "Create a new currency record for the company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"\u062a\u0645 \u0627\u0646\u0634\u0627\u0621 \u0627\u0644\u0639\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a currency",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/currencies\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/currencies\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the currency to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Curncy_Rate\":3.75,\"Curncy_Actv\":true,\"Local_currency\":false}"
                        },
                        "description": "Update the details of a currency."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u0639\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a currency",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/currencies\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/currencies\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the currency to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove a currency from the system."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"\u062a\u0645 \u0627\u0632\u0627\u0644\u0647 \u0627\u0644\u0639\u0645\u0644\u0629 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n  \"message\": \"\u0627\u0644\u0639\u0645\u0644\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0647!. \u062d\u0627\u0648\u0644 \u0645\u0631\u0647 \u0627\u062e\u0631\u0649\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Customer-Supplier Activities",
            "description": "API for managing Customer-Supplier Activities",
            "item": [
                {
                    "name": "Initialize Data\n\nThis endpoint initializes data based on the given company number.\nIt fetches activities that have a specific UUID condition and filters out activities\nbased on certain criteria.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "16",
                                    "description": "optional The company number to retrieve data for. Defaults to the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/init-data?company_no=16"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"activities\": [\n      {\n        \"ID_No\": \"12345\",\n        \"Nutr_Actv\": 1,\n        \"Nutr_NmAr\": \"Nutr_NmAr\",\n        \"Nutr_NmEn\": \"Nutr_NmEn\",\n        \/\/ other fields...\n      },\n      {\n        \"ID_No\": \"67890\",\n        \"Nutr_Actv\": 1,\n        \"Nutr_NmAr\": \"Nutr_NmAr\",\n        \"Nutr_NmEn\": \"Nutr_NmEn\",\n        \/\/ other fields...\n      }\n    ]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of customer-supplier activities.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/activity",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/activity?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":17,\"per_page\":12,\"page\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"AstCmpCustSuppActivity list\",\n \"data\": [\n   {\n     \"Nutr_No\": 12345,\n     \"Nutr_NmAr\": \"\u0646\u0634\u0627\u0637\",\n     \"Nutr_NmEn\": \"Activity\",\n     \"act_customer\": true,\n     \"act_supplier\": true,\n     \"Nutr_Actv\": true\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new customer-supplier activities.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/activity"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":123,\"data\":[{\"Nutr_NmAr\":\"\u0627\u0644\u0646\u0634\u0627\u0637 1\",\"Nutr_NmEn\":\"Activity 1\",\"Short_Ar\":\"\u0646\u0634\u0627\u0637 1\",\"Short_En\":\"Activity 1\",\"Nutr_Actv\":1,\"act_customer\":1,\"act_supplier\":1,\"activityId\":1}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"Nutr_NmAr\": [\"The Arabic name is required.\"],\n   \"Nutr_NmEn\": [\"The English name is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update existing customer-supplier activity.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the activity."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Nutr_NmAr\":\"\\\"\u0627\u0644\u0646\u0634\u0627\u0637\\\"\",\"Nutr_NmEn\":\"\\\"Activity\\\"\",\"Short_Ar\":\"\\\"\u0646\u0634\u0627\u0637\\\"\",\"Short_En\":\"\\\"Act\\\"\",\"Nutr_Actv\":true,\"act_customer\":true,\"act_supplier\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"Nutr_NmAr\": [\"The Arabic name is required.\"],\n   \"Nutr_NmEn\": [\"The English name is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete customer-supplier activity.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/activity\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the activity to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"message\": \"\u0627\u0644\u0646\u0634\u0627\u0637 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0647!. \u062d\u0627\u0648\u0644 \u0645\u0631\u0647 \u0627\u062e\u0631\u0649\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Customer-Supplier Categories",
            "description": "API for managing Customer-Supplier Categories",
            "item": [
                {
                    "name": "GET api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/init-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "57f97400-bd9c-4f95-84ce-ec4a2ef568a4"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of customer-supplier categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "Number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":12,\"per_page\":7,\"page\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"AstCmpCustSuppCategory list\",\n \"data\": [\n   {\n     \"Supctg_No\": 12345,\n     \"Supctg_NmAr\": \"\u0627\u0644\u062a\u0635\u0646\u064a\u0641\",\n     \"Supctg_NmEn\": \"Category\",\n     \"act_customer\": true,\n     \"Supctg_Actv\": true\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new customer-supplier category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":123,\"data\":[{\"Supctg_NmAr\":\"\u0627\u0644\u062a\u0635\u0646\u064a\u0641\",\"Supctg_NmEn\":\"Category\",\"act_customer\":1,\"Supctg_Actv\":1,\"categoryId\":1}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"Supctg_NmAr\": [\"The Arabic name is required.\"],\n   \"Supctg_NmEn\": [\"The English name is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update existing customer-supplier category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Supctg_NmAr\":\"\\\"\u0627\u0644\u062a\u0635\u0646\u064a\u0641\\\"\",\"Supctg_NmEn\":\"\\\"Category\\\"\",\"Supctg_Actv\":true,\"act_customer\":true,\"act_supplier\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u062a\u0639\u062f\u064a\u0644 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"error\": {\n   \"Supctg_NmAr\": [\"The Arabic name is required.\"],\n   \"Supctg_NmEn\": [\"The English name is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete customer-supplier category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/customers-suppliers-settings\/suppCategory\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the category to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"message\": \"\u0627\u0644\u062a\u0635\u0646\u064a\u0641 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0647!. \u062d\u0627\u0648\u0644 \u0645\u0631\u0647 \u0627\u062e\u0631\u0649\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Customers",
            "description": "",
            "item": [
                {
                    "name": "List Customers.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/customers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/customers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"customer_no\": \"25100001\",\r\n            \"name_ar\": \"\u0627\u0644\u0639\u0645\u064a\u0644\",\r\n            \"name_en\": \"Customer\",\r\n            \"mobile\": \"123456789\",\r\n            \"address\": \"123 Main St\",\r\n            \"active\": true,\r\n            \"customer_class\": \"VIP\",\r\n            \"account_no\": \"ACC123\",\r\n            \"created_at\": \"2023-01-01T00:00:00Z\",\r\n            \"updated_at\": \"2023-01-01T00:00:00Z\",\r\n            \"company\": {\r\n                \"id\": 1,\r\n                \"company_no\": 123,\r\n                \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n                \"name_en\": \"Company\"\r\n            },\r\n            \"branch\": {\r\n                \"id\": 1,\r\n                \"branch_no\": \"123\",\r\n                \"name_ar\": \"\u0641\u0631\u0639\",\r\n                \"name_en\": \"Branch\"\r\n            },\r\n            \"user\": {\r\n                \"id\": 1,\r\n                \"email\": \"user@example.com\",\r\n                \"username\": \"user1\"\r\n            }\r\n        }\r\n    ],\r\n    \"message\": \"customers list\",\r\n    \"pagination\": {\r\n        \"count\": 1,\r\n        \"total\": 1,\r\n        \"perPage\": 15,\r\n        \"currentPage\": 1,\r\n        \"totalPages\": 1,\r\n        \"links\": {}\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Display a listing of the classification renters.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/identity-type",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Optional. Company number to filter results.",
                                    "disabled": false
                                },
                                {
                                    "key": "perPage",
                                    "value": "10",
                                    "description": "Optional. Records per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "2",
                                    "description": "Optional. Page number for pagination.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/identity-type?company_no=123&perPage=10&page=2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":2,\"page\":19}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpClassificationRenters list\",\n  \"data\": [...],\n  \"pagination\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/identity-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/identity-type"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/identity-type\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/identity-type\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "amet",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CaRent_Ty\":1,\"CaRent_NmAr\":\"\\\"\u0625\u064a\u062c\u0627\u0631 \u0627\u0644\u0633\u064a\u0627\u0631\u0629\\\"\",\"CaRent_NmEn\":\"\\\"Car Rent\\\"\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"status\": 0,\n  \"errors\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified classification renter.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/identity-type\/:classificationTransport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/identity-type\/:classificationTransport",
                            "variable": [
                                {
                                    "id": "classificationTransport",
                                    "key": "classificationTransport",
                                    "value": "voluptates",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification renter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize classification renter data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/identity-type\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "Company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/identity-type\/init-data?company_no=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [...],\n  \"companyName\": \"Company XYZ\",\n  \"activityName\": \"Renting\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/base\/settings\/personnel-settings\/test",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/test",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/test"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "57"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "960ff466-8220-497b-8651-af714925d08e"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":4,\"page\":17}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "55"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "e2280391-d540-4ffa-a6d4-8aeea39b5c91"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types\/:journalAcTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types\/:journalAcTypes",
                            "variable": [
                                {
                                    "id": "journalAcTypes",
                                    "key": "journalAcTypes",
                                    "value": "minus",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types\/:journalAcTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types\/:journalAcTypes",
                            "variable": [
                                {
                                    "id": "journalAcTypes",
                                    "key": "journalAcTypes",
                                    "value": "aut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/accounts\/journal-ac-types\/print\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the print."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "54"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "87f43420-d774-4945-be2b-76931cdf34b8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/journal-ac-types\/get-journal-ac-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/journal-ac-types\/get-journal-ac-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/journal-ac-types\/get-journal-ac-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/accounts\/account-result-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":9,\"page\":18}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "53"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "20bfc817-afdc-4539-b6fa-a300fdb71ef6"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/account-result-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/v1\/base\/settings\/accounts\/account-result-settings\/{accountResultSettings}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings\/:accountResultSettings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings\/:accountResultSettings",
                            "variable": [
                                {
                                    "id": "accountResultSettings",
                                    "key": "accountResultSettings",
                                    "value": "quo",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings\/:accountResultSettings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings\/:accountResultSettings",
                            "variable": [
                                {
                                    "id": "accountResultSettings",
                                    "key": "accountResultSettings",
                                    "value": "est",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/accounts\/account-result-settings\/print\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "quibusdam",
                                    "description": "The ID of the print."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "52"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "db618efd-b3cb-4544-b35c-0539628f34b7"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/account-result-settings\/get-acc-result-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/account-result-settings\/get-acc-result-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/account-result-settings\/get-acc-result-settings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "51"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "bc58a786-7807-418c-8a37-c3f7d295e36a"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "recusandae",
                                    "description": "The ID of the cost center."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"mollitia\",\"Costcntr_No\":2248.893395368,\"Level_No\":8825.61548959,\"Costcntr_Nmar\":\"qui\",\"Costcntr_Nmen\":\"vel\",\"Costcntr_Ty\":22.283598,\"Fbal_DB\":\"668.6\",\"Fbal_CR\":\"5\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "nihil",
                                    "description": "The ID of the cost center."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/{}",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/{}",
                            "variable": [
                                {
                                    "id": "",
                                    "key": "",
                                    "value": "amet",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"nulla\",\"Costcntr_No\":850653.47,\"Level_No\":26.597,\"Costcntr_Nmar\":\"aut\",\"Costcntr_Nmen\":\"dolorum\",\"Costcntr_Ty\":167024698.46489722,\"Fbal_DB\":\"1432.4029\",\"Fbal_CR\":\"6740608.3\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/{}",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/{}",
                            "variable": [
                                {
                                    "id": "",
                                    "key": "",
                                    "value": "et",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/cost-centers\/get-tree",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/get-tree",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/get-tree"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Show the form for editing the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/edit-blade",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/edit-blade"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/cost-centers\/export-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/cost-centers\/export-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/cost-centers\/export-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/accounts\/banks",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":3,\"per_page\":4,\"page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "50"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "1bbd57dc-eaa9-4e3c-8f81-ebc501b5d8a7"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"cupiditate\",\"Acc_No\":\"eos\",\"Acc_NmAr\":\"libero\",\"Acc_NmEn\":\"et\",\"short_cut_name\":\"repellendus\",\"Acc_Bank_No\":17,\"RcpCsh_Voucher\":18,\"PymCsh_voucher\":16,\"DB_Note\":2,\"RcpChk_Voucher\":8,\"PymChk_Voucher\":13,\"Bank_No\":4,\"Pur_stu\":4,\"Sal_stu\":20,\"CR_Note\":9,\"Cash_Rpt\":20,\"emp_salaries\":18,\"active\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "praesentium",
                                    "description": "The ID of the bank."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "49"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "0455be5e-bfb3-4be9-9d6a-8fc2e75cfb72"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "omnis",
                                    "description": "The ID of the bank."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"facere\",\"Acc_No\":\"laborum\",\"Acc_NmAr\":\"nisi\",\"Acc_NmEn\":\"illo\",\"short_cut_name\":\"ad\",\"Acc_Bank_No\":18,\"RcpCsh_Voucher\":14,\"PymCsh_voucher\":3,\"DB_Note\":19,\"RcpChk_Voucher\":7,\"PymChk_Voucher\":11,\"Bank_No\":12,\"Pur_stu\":19,\"Sal_stu\":4,\"CR_Note\":12,\"Cash_Rpt\":17,\"emp_salaries\":13,\"active\":10}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "dolore",
                                    "description": "The ID of the bank."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/accounts\/banks\/print\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "tenetur",
                                    "description": "The ID of the print."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "48"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "7a1241b6-2ac4-4e81-a76a-9ee58cd921e8"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/base\/settings\/accounts\/banks\/get-charts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/accounts\/banks\/get-charts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/accounts\/banks\/get-charts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/base\/settings\/assets\/assets-types\/getAssetsTypesData",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-types\/getAssetsTypesData",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-types\/getAssetsTypesData"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "47"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "918301e0-471c-4913-ae85-ef62519ca9d9"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/base\/settings\/assets\/assets-types\/assets-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-types\/assets-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-types\/assets-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":10,\"page\":18}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "46"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "151e8273-06eb-4ebe-9b61-543d97895aae"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-types\/assets-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-types\/assets-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-types\/assets-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-types\/assets-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "rerum",
                                    "description": "The ID of the assets type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-types\/assets-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-types\/assets-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "voluptates",
                                    "description": "The ID of the assets type."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/base\/settings\/assets\/assets-locs\/get-tree",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs\/get-tree",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs\/get-tree"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Show the form for editing the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs\/edit-blade",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs\/edit-blade"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/base\/settings\/assets\/assets-locs\/export-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs\/export-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs\/export-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "45"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "5c851bf5-910d-42ce-9de3-50b29ed093a4"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs\/:assetsLocs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs\/:assetsLocs",
                            "variable": [
                                {
                                    "id": "assetsLocs",
                                    "key": "assetsLocs",
                                    "value": "ut",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/assets\/assets-locs\/:assetsLocs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/assets\/assets-locs\/:assetsLocs",
                            "variable": [
                                {
                                    "id": "assetsLocs",
                                    "key": "assetsLocs",
                                    "value": "labore",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "External Costs",
            "description": "External Costs Management API",
            "item": [
                {
                    "name": "Initialize data for the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/external-cost\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/external-cost\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"initData\": {\n        \"accounts\": [\n            \/\/ Structure of accounts data\n        ],\n        \"idGenerate\": \"generatedId\",\n        \"AstLcItemexp\": [\n            \/\/ Structure of AstLcItemexp data\n        ]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List external costs.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/external-cost",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/external-cost"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":\"et\",\"per_page\":1,\"page\":16,\"perPage\":5,\"query\":\"quia\",\"sort\":\"laudantium\"}"
                        },
                        "description": "This endpoint retrieves a paginated list of external costs for a specific company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"CmpExternalCost list\",\n \"data\": [\n     {\n         \"LCItm_No\": \"1\",\n         \"LCItm_NmAr\": \"\u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629\",\n         \"LCItm_NmEn\": \"External Cost\",\n         \"Acc_No\": \"12345\",\n         ...\n     },\n     ...\n ],\n \"pagination\": {\n     \"count\": 10,\n     \"total\": 50,\n     \"pageSize\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 4,\n     \"links\": {\n         \"next\": \"http:\/\/api.example.com\/external-costs?page=2\"\n     }\n }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n \"status\": 0,\n \"message\": \"Validation error message\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/external-cost",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/external-cost"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LCItm_NmAr\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0639\u0631\u0628\u0649\\\"\",\"LCItm_NmEn\":\"\\\"Item Name in English\\\"\",\"Acc_No\":\"\\\"12345\\\"\",\"LCItm_Act\":\"\\\"Active\\\"\",\"Lc_othrfees\":\"\\\"100\\\"\",\"Main_Acc\":\"\\\"54321\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Success message\",\n    \"data\": {\n        \/\/ Structure of the created resource\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"message\": {\n        \"LCItm_NmAr\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0639\u0631\u0628\u0649\"],\n        \"LCItm_NmEn\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0646\u062c\u0644\u064a\u0632\u0649\"],\n        \"Acc_No\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0627\u0644\u062d\u0633\u0627\u0628\"]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message\",\n    \"message\": \"Unknown error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/external-cost\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/external-cost\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aperiam",
                                    "description": "The ID of the external cost."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LCItm_NmAr\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0639\u0631\u0628\u0649\\\"\",\"LCItm_NmEn\":\"\\\"Item Name in English\\\"\",\"Acc_No\":\"\\\"12345\\\"\",\"LCItm_Act\":\"\\\"Active\\\"\",\"Lc_othrfees\":\"\\\"100\\\"\",\"Main_Acc\":\"\\\"54321\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Success message\",\n    \"data\": {\n        \/\/ Structure of the updated resource\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"message\": {\n        \"LCItm_NmAr\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0639\u0631\u0628\u0649\"],\n        \"LCItm_NmEn\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0627\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646 \u0628\u0627\u0644\u0646\u062c\u0644\u064a\u0632\u0649\"],\n        \"Acc_No\": [\"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0627\u0644\u062d\u0633\u0627\u0628\"]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message\",\n    \"message\": \"Unknown error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an external cost.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/external-cost\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/external-cost\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the external cost."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Remove an external cost from the system."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u062a\u0643\u0644\u0641\u0629 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"message\": \"\u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u0644\u062d\u0630\u0641 \u0627\u0648\u0644\u0627 \u0645\u0646 \u062f\u0644\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Gold Prices",
            "description": "API for managing gold prices settings",
            "item": [
                {
                    "name": "Get list of Gold Prices.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":12,\"per_page\":19,\"page\":10}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpGoldPrice list\",\n \"data\": [\n   {\n     \"date\": \"2024-09-30\",\n     \"TGold18\": 750.5,\n     \"TGold21\": 900.25,\n     \"TGold24\": 1050.75,\n     \"KGold\": 24.00,\n     \"company_name\": \"Gold Company Ltd\"\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new Gold Price entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"TGold18\":\"750.5\",\"TGold21\":\"900.25\",\"TGold24\":\"1050.75\",\"KGold\":\"24\",\"date\":\"2024-09-30\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"success\": false,\n \"errors\": \"The company number is required.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing Gold Price entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price\/:goldPrice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price\/:goldPrice",
                            "variable": [
                                {
                                    "id": "goldPrice",
                                    "key": "goldPrice",
                                    "value": "ducimus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the gold price entry."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"TGold18\":\"750.5\",\"TGold21\":\"900.25\",\"TGold24\":\"1050.75\",\"KGold\":\"24\",\"date\":\"2024-09-30\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"success\": false,\n \"errors\": \"Validation failed for required fields.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the latest prices for the last 7 days.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price\/get-latest-prices",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price\/get-latest-prices?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"prices\": [\n   {\n     \"date\": \"2024-09-30\",\n     \"TGold18\": 750.5,\n     \"TGold21\": 900.25,\n     \"TGold24\": 1050.75,\n     \"KGold\": 24.00\n   }\n ],\n \"currentDate\": \"2024-09-30\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update after login for Gold Prices.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price\/update-after-login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price\/update-after-login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"date\":\"2024-09-30\",\"change\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"successMsg\": \"Date updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Private login for Gold Prices.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-price\/private-login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-price\/private-login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"pass\":\"\\\"secretpassword\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"success\": false,\n \"errorMsg\": \"Invalid password.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Gold Settings",
            "description": "API for managing gold karat settings",
            "item": [
                {
                    "name": "Initialize data for generating a new ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-karat\/initData",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "13",
                                    "description": "optional The company number. Defaults to the current company if not provided.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-karat\/initData?company_no=13"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint initializes data by generating an incremented ID based on the current company number and specific karat type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n      \"idGenerate\": 101\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List all Gold Karat entries.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-karat",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-karat?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":19,\"per_page\":19,\"page\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpGoldKarat list\",\n \"data\": [\n   {\n     \"id\": 1,\n     \"Cmp_No\": 123,\n     \"KT_No\": 1,\n     \"KT_Ty\": 1,\n     \"KT_NmAr\": \"\u0639\u064a\u0627\u0631 24\",\n     \"KT_NmEn\": \"Karat 24\",\n     \"Purity\": \"99.9\",\n     \"Ratio_Kgm\": \"0.999\",\n     \"active\": true\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new Gold Karat entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-karat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-karat"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"KT_NmAr\":\"\\\"\u0639\u064a\u0627\u0631 24\\\"\",\"KT_NmEn\":\"\\\"Karat 24\\\"\",\"Purity\":\"\\\"99.9\\\"\",\"Ratio_Kgm\":\"\\\"0.999\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": {\n   \"Cmp_No\": [\"The company number is required.\"],\n   \"KT_NmAr\": [\"The Arabic name is required.\"],\n   \"KT_NmEn\": [\"The English name is required.\"],\n   \"Purity\": [\"The purity is required.\"],\n   \"Ratio_Kgm\": [\"The gold ratio per kilogram is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing Gold Karat entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-karat\/:goldKarat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-karat\/:goldKarat",
                            "variable": [
                                {
                                    "id": "goldKarat",
                                    "key": "goldKarat",
                                    "value": "ut",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the gold karat entry."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"KT_NmAr\":\"\\\"\u0639\u064a\u0627\u0631 24\\\"\",\"KT_NmEn\":\"\\\"Karat 24\\\"\",\"Purity\":\"\\\"99.9\\\"\",\"Ratio_Kgm\":\"\\\"0.999\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": {\n   \"Cmp_No\": [\"The company number is required.\"],\n   \"KT_NmAr\": [\"The Arabic name is required.\"],\n   \"KT_NmEn\": [\"The English name is required.\"],\n   \"Purity\": [\"The purity is required.\"],\n   \"Ratio_Kgm\": [\"The gold ratio per kilogram is required.\"]\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a Gold Karat entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/gold-karat\/:goldKarat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/gold-karat\/:goldKarat",
                            "variable": [
                                {
                                    "id": "goldKarat",
                                    "key": "goldKarat",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the gold karat entry."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n \"message\": \"Gold karat entry not found.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Item Store Places",
            "description": "Item Store Places Management API",
            "item": [
                {
                    "name": "Initialize data for item store places.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Brn_No\":1,\"type\":2,\"getStores\":true}"
                        },
                        "description": "This endpoint fetches the necessary data to initialize item store places."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"no\": 5,\n  \"stores\": [\n    {\n      \"Dlv_Stor\": 10,\n      \"name\": \"Main Delivery\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of item store places.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number for pagination.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "15",
                                    "description": "The number of results per page. Default is 15.",
                                    "disabled": false
                                },
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number to filter item store places.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place?page=1&per_page=15&company_no=123"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint returns a paginated list of item store places."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"data\": [\n    {\n      \"stor_place_No\": 1,\n      \"stor_place_Nm_Ar\": \"\u0645\u0633\u062a\u0648\u062f\u0639 1\",\n      \"stor_place_Nm_En\": \"Warehouse 1\",\n      \"Dlv_Nm\": \"Main Delivery\",\n      \"Brn_Nm\": \"Main Branch\"\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"count\": 1,\n    \"per_page\": 15,\n    \"current_page\": 1,\n    \"total_pages\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created item store place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Brn_No\":1,\"Dlv_Stor\":10,\"stor_place_Ty\":2,\"stor_place_No\":5,\"stor_place_Abv\":\"WH\",\"stor_place_Nm_Ar\":\"\\\"\u0645\u0633\u062a\u0648\u062f\u0639 1\\\"\",\"stor_place_Nm_En\":\"\\\"Warehouse 1\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Item store place created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show details of an item store place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "variable": [
                                {
                                    "id": "itemStorePlace",
                                    "key": "itemStorePlace",
                                    "value": "quam",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item store place."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the details of a specific item store place by its ID."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"stor_place_No\": 1,\n  \"stor_place_Nm_Ar\": \"\u0645\u0633\u062a\u0648\u062f\u0639 1\",\n  \"stor_place_Nm_En\": \"Warehouse 1\",\n  \"Dlv_Nm\": \"Main Delivery\",\n  \"Brn_Nm\": \"Main Branch\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing item store place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "variable": [
                                {
                                    "id": "itemStorePlace",
                                    "key": "itemStorePlace",
                                    "value": "est",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item store place to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Brn_No\":1,\"Dlv_Stor\":10,\"stor_place_Ty\":2,\"stor_place_No\":5,\"stor_place_Abv\":\"WH\",\"stor_place_Nm_Ar\":\"\\\"\u0645\u0633\u062a\u0648\u062f\u0639 1\\\"\",\"stor_place_Nm_En\":\"\\\"Warehouse 1\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Item store place updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an item store place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/stores-settings\/item-store-place\/:itemStorePlace",
                            "variable": [
                                {
                                    "id": "itemStorePlace",
                                    "key": "itemStorePlace",
                                    "value": "molestias",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item store place to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Item store place deleted successfully.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n  \"message\": \"Cannot delete the item store place because it is associated with other records.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Item Types",
            "description": "API for managing item types settings",
            "item": [
                {
                    "name": "Get list of item types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":17,\"per_page\":2,\"page\":9}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpItemTypes list\",\n \"data\": [\n   {\n     \"id\": 1,\n     \"Itm_Ty\": 1,\n     \"Cmp_No\": 123,\n     \"ItmTy_DscAr\": \"\u0627\u0644\u0648\u0635\u0641 \u0628\u0627\u0644\u0639\u0631\u0628\u064a\",\n     \"ItmTy_DscEn\": \"Item Description English\",\n     \"ItmTy_Actv\": 1\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new item type entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Itm_Ty\":1,\"Cmp_No\":123,\"ItmTy_DscAr\":\"\\\"\u0627\u0644\u0648\u0635\u0641 \u0628\u0627\u0644\u0639\u0631\u0628\u064a\\\"\",\"ItmTy_DscEn\":\"\\\"Item Description English\\\"\",\"ItmTy_Actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": \"Validation errors.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing item type entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types\/:itemTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types\/:itemTypes",
                            "variable": [
                                {
                                    "id": "itemTypes",
                                    "key": "itemTypes",
                                    "value": "dolore",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item type entry."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ItmTy_DscAr\":\"\\\"\u0627\u0644\u0648\u0635\u0641 \u0628\u0627\u0644\u0639\u0631\u0628\u064a\\\"\",\"ItmTy_DscEn\":\"\\\"Item Description English\\\"\",\"ItmTy_Actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": \"Validation errors.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an item type entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types\/:itemTypes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types\/:itemTypes",
                            "variable": [
                                {
                                    "id": "itemTypes",
                                    "key": "itemTypes",
                                    "value": "cumque",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item type entry."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print a row of item types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the item type entry."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content of the printed row\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get initial data for item types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/item-types\/get-item-types",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/item-types\/get-item-types?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"categories\": [\n   {\n     \"Itm_Ty\": 1,\n     \"description\": \"Category Description\"\n   }\n ],\n \"companyName\": \"Company Name\",\n \"activityName\": \"Activity Name\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Itineraries",
            "description": "Itinerary Management API",
            "item": [
                {
                    "name": "Initialize data for the itinerary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1}"
                        },
                        "description": "This endpoint generates a new Route_No and retrieves a list of active cities for the given company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"initData\": {\n        \"idGenerate\": 123,\n        \"cities\": [\n            {\n                \"City_No\": 1,\n                \"City_NmAr\": \"\u0645\u062f\u064a\u0646\u0629 1\",\n                \"City_NmEn\": \"City 1\",\n                \"name\": \"City 1\"\n            },\n            {\n                \"City_No\": 2,\n                \"City_NmAr\": \"\u0645\u062f\u064a\u0646\u0629 2\",\n                \"City_NmEn\": \"City 2\",\n                \"name\": \"City 2\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show destinations for an itinerary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary\/destinations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary\/destinations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the itinerary."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1,\n  \"destinations\": [\n    {\n      \"city_name\": \"City 1\",\n      \"City_Status\": \"Available\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List all itineraries.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary",
                            "query": [
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "15",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number to filter itineraries.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary?page=1&per_page=15&company_no=123"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":17,\"per_page\":13,\"page\":18}"
                        },
                        "description": "Returns a list of itineraries with pagination."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Itinerary list\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Sample Itinerary\",\n            \"company\": {\n                \"id\": 1,\n                \"name\": \"Company Name\"\n            },\n            \"destinations\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Destination Name\"\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"count\": 10,\n        \"total\": 100,\n        \"pageSize\": 15,\n        \"currentPage\": 1,\n        \"totalPages\": 7,\n        \"links\": {\n            \"next\": \"http:\/\/api.example.com\/itineraries?page=2\"\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation error\",\n    \"message\": {\n        \"company_no\": [\"The selected company no is invalid.\"]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new itinerary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Route_NmAr\":\"\\\"\u0637\u0631\u064a\u0642 1\\\"\",\"Route_NmEn\":\"\\\"Route 1\\\"\",\"From_City\":1,\"To_City\":2,\"Exp_DriverCom\":\"\\\"100.50\\\"\",\"distance\":\"\\\"500 KM\\\"\",\"time\":\"\\\"5 hours\\\"\",\"Transport_Cost\":\"\\\"2000\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": 1,\n    \"message\": \"Successfully added.\",\n    \"data\": {\n        \"id\": 1,\n        \"Route_No\": 1,\n        \"Cmp_No\": 1,\n        \"name\": \"New Itinerary\",\n        \"description\": \"A description of the itinerary\",\n        \"company\": {\n            \"id\": 1,\n            \"name\": \"Company Name\"\n        },\n        \"destinations\": [\n            {\n                \"id\": 1,\n                \"name\": \"Destination 1\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Destination 2\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"status\": 0,\n    \"message\": {\n        \"Cmp_No\": [\"The selected company no is invalid.\"],\n        \"name\": [\"The name field is required.\"],\n        \"destinations\": [\"The destinations field is required.\"]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing itinerary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the itinerary to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Route_NmAr\":\"\\\"\u0637\u0631\u064a\u0642 1\\\"\",\"Route_NmEn\":\"\\\"Route 1\\\"\",\"From_City\":1,\"To_City\":2,\"Exp_DriverCom\":\"\\\"100.50\\\"\",\"distance\":\"\\\"500 KM\\\"\",\"time\":\"\\\"5 hours\\\"\",\"Transport_Cost\":\"\\\"2000\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": 1,\n    \"message\": \"Successfully updated.\",\n    \"data\": {\n        \"id\": 1,\n        \"Route_No\": 1,\n        \"Cmp_No\": 1,\n        \"name\": \"Updated Itinerary\",\n        \"description\": \"An updated description of the itinerary\",\n        \"company\": {\n            \"id\": 1,\n            \"name\": \"Company Name\"\n        },\n        \"destinations\": [\n            {\n                \"id\": 1,\n                \"name\": \"Destination 1\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Destination 2\"\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"status\": 0,\n    \"message\": {\n        \"Cmp_No\": [\"The selected company no is invalid.\"],\n        \"name\": [\"The name field is required.\"],\n        \"destinations\": [\"The destinations field is required.\"]\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an existing itinerary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/itinerary\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/itinerary\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the itinerary."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": 1,\n    \"message\": \"Successfully deleted.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"status\": 0,\n    \"message\": \"Itinerary not found.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Journals",
            "description": "",
            "item": [
                {
                    "name": "List Journals.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/journals",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/journals"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"journal_no\": 25100001,\r\n            \"journal_type\": {\r\n                \"id\": 1,\r\n                \"reference_no\": 6,\r\n                \"name_ar\": \"\u0646\u0648\u0639\",\r\n                \"name_en\": \"Type\"\r\n            },\r\n            \"date\": {\r\n                \"gregorian\": \"2024-08-11\",\r\n                \"islamic\": \"1445-01-28\"\r\n            },\r\n            \"source\": \"dashboard\",\r\n            \"amounts\": {\r\n                \"debit\": 1000.00,\r\n                \"credit\": 1000.00\r\n            },\r\n            \"company\": {\r\n                \"id\": 1,\r\n                \"company_no\": 123,\r\n                \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n                \"name_en\": \"Company\"\r\n            },\r\n            \"branch\": {\r\n                \"id\": 1,\r\n                \"branch_no\": 123,\r\n                \"name_ar\": \"\u0641\u0631\u0639\",\r\n                \"name_en\": \"Branch\"\r\n            },\r\n            \"user\": {\r\n                \"id\": 1,\r\n                \"email\": \"user@example.com\",\r\n                \"username\": \"user1\"\r\n            }\r\n        }\r\n    ],\r\n    \"message\": \"journals list\",\r\n    \"pagination\": {\r\n        \"count\": 1,\r\n        \"total\": 1,\r\n        \"perPage\": 15,\r\n        \"currentPage\": 1,\r\n        \"totalPages\": 1,\r\n        \"links\": {}\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create Journal",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/journals",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/journals"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"header\":{\"type\":6,\"date\":\"2024-01-01\"},\"lines\":[{\"debit\":\"5637\",\"credit\":\"06\",\"desc\":\"incidunt\",\"cost_center\":60027209,\"line_no\":64148.377691,\"account_type\":4112,\"account_no\":\"beatae\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"journal_no\": 25100001,\r\n        \"journal_type\": {\r\n            \"id\": 1,\r\n            \"reference_no\": 6,\r\n            \"name_ar\": \"\u0646\u0648\u0639\",\r\n            \"name_en\": \"Type\"\r\n        },\r\n        \"date\": {\r\n            \"gregorian\": \"2024-08-11\",\r\n            \"islamic\": \"1445-01-28\"\r\n        },\r\n        \"source\": \"dashboard\",\r\n        \"amounts\": {\r\n            \"debit\": 1000.00,\r\n            \"credit\": 1000.00\r\n        },\r\n        \"company\": {\r\n            \"id\": 1,\r\n            \"company_no\": \"123\",\r\n            \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n            \"name_en\": \"Company\"\r\n        },\r\n        \"branch\": {\r\n            \"id\": 1,\r\n            \"branch_no\": \"123\",\r\n            \"name_ar\": \"\u0641\u0631\u0639\",\r\n            \"name_en\": \"Branch\"\r\n        },\r\n        \"user\": {\r\n            \"id\": 1,\r\n            \"email\": \"user@example.com\",\r\n            \"username\": \"user1\"\r\n        }\r\n    },\r\n    \"message\": \"journals created successfully\"\r\n}\r\n",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\r\n    \"status\": \"error\",\r\n    \"errors\": {\r\n        \"header.type\": [\r\n            \"The journal type is required.\",\r\n            \"The journal type must be a number.\",\r\n            \"Invalid journal type.\"\r\n        ],\r\n        \"header.date\": [\r\n            \"The date must be a valid date.\"\r\n        ],\r\n        \"lines.*.debit\": [\r\n            \"Debit value is required.\",\r\n            \"Debit value must be a valid number with up to 8 decimal places.\"\r\n        ],\r\n        \"lines.*.credit\": [\r\n            \"Credit value is required.\",\r\n            \"Credit value must be a valid number with up to 8 decimal places.\"\r\n        ],\r\n        \"lines.*.desc\": [\r\n            \"Description must be a string.\"\r\n        ],\r\n        \"lines.*.cost_center\": [\r\n            \"Cost center must be a number.\"\r\n        ],\r\n        \"lines.*.line_no\": [\r\n            \"Line number is required.\",\r\n            \"Line number must be a number.\"\r\n        ],\r\n        \"lines.*.account_no\": [\r\n            \"Account number is required.\",\r\n            \"The account number does not exist for the given account type.\"\r\n        ],\r\n        \"lines.*.account_type\": [\r\n            \"Account type is required.\",\r\n            \"Account type must be a number.\"\r\n        ],\r\n        \"lines\": [\r\n            \"The sum of debits must equal the sum of credits.\",\r\n            \"A line cannot have both debit and credit values.\",\r\n            \"A line must have either a debit or a credit value.\"\r\n        ]\r\n    }\r\n}\r\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import journals.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/journals\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/journals\/import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"header\":{\"type\":6,\"date\":\"2024-08-11\"},\"lines\":[\"hic\"]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\r\n    \"status\": \"success\",\r\n    \"data\": {\r\n        \"id\": 1,\r\n        \"journal_no\": 25100001,\r\n        \"journal_type\": {\r\n            \"id\": 1,\r\n            \"reference_no\": 6,\r\n            \"name_ar\": \"\u0646\u0648\u0639\",\r\n            \"name_en\": \"Type\"\r\n        },\r\n        \"date\": {\r\n            \"gregorian\": \"2024-08-11\",\r\n            \"islamic\": \"1445-01-28\"\r\n        },\r\n        \"source\": \"dashboard\",\r\n        \"amounts\": {\r\n            \"debit\": 1000.00,\r\n            \"credit\": 1000.00\r\n        },\r\n        \"company\": {\r\n            \"id\": 1,\r\n            \"company_no\": \"123\",\r\n            \"name_ar\": \"\u0634\u0631\u0643\u0629\",\r\n            \"name_en\": \"Company\"\r\n        },\r\n        \"branch\": {\r\n            \"id\": 1,\r\n            \"branch_no\": \"123\",\r\n            \"name_ar\": \"\u0641\u0631\u0639\",\r\n            \"name_en\": \"Branch\"\r\n        },\r\n        \"user\": {\r\n            \"id\": 1,\r\n            \"email\": \"user@example.com\",\r\n            \"username\": \"user1\"\r\n        }\r\n    },\r\n    \"message\": \"journals created successfully\"\r\n}\r\n",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Karat Prices",
            "description": "API for managing gold karat prices settings",
            "item": [
                {
                    "name": "Initialize data for generating a new ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/karat-price\/initData",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "20",
                                    "description": "optional The company number. Defaults to the current company if not provided.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/karat-price\/initData?company_no=20"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint initializes data by generating an incremented ID based on the current company number and specific karat type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n      \"idGenerate\": 101\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get list of Karat Prices.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/karat-price",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/karat-price?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":17,\"per_page\":2,\"page\":4}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpKaratPrice list\",\n \"data\": [\n   {\n     \"id\": 1,\n     \"Cmp_No\": 123,\n     \"KT_No\": 1,\n     \"KT_Ty\": 2,\n     \"KT_NmAr\": \"24 \u0642\u064a\u0631\u0627\u0637\",\n     \"KT_NmEn\": \"24 Karat\",\n     \"Purity\": \"99.9%\",\n     \"Ratio_Kgm\": 24.00,\n     \"active\": 1\n   }\n ],\n \"pagination\": {\n   \"total\": 1,\n   \"count\": 1,\n   \"per_page\": 10,\n   \"current_page\": 1,\n   \"total_pages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new Karat Price entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/karat-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/karat-price"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"KT_NmAr\":\"\\\"24 \u0642\u064a\u0631\u0627\u0637\\\"\",\"KT_NmEn\":\"\\\"24 Karat\\\"\",\"Purity\":\"\\\"99.9%\\\"\",\"Ratio_Kgm\":\"24.00\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": \"Validation errors.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing Karat Price entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/karat-price\/:karatPrice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/karat-price\/:karatPrice",
                            "variable": [
                                {
                                    "id": "karatPrice",
                                    "key": "karatPrice",
                                    "value": "consequatur",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the karat price entry."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"KT_NmAr\":\"\\\"24 \u0642\u064a\u0631\u0627\u0637\\\"\",\"KT_NmEn\":\"\\\"24 Karat\\\"\",\"Purity\":\"\\\"99.9%\\\"\",\"Ratio_Kgm\":\"24.00\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n \"status\": 0,\n \"errors\": \"Validation errors.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a Karat Price entry.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/gold-setting\/karat-price\/:karatPrice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/gold-setting\/karat-price\/:karatPrice",
                            "variable": [
                                {
                                    "id": "karatPrice",
                                    "key": "karatPrice",
                                    "value": "aliquam",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the karat price entry."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "LoadPermissionPrices",
            "description": "Load Permission Price Management API",
            "item": [
                {
                    "name": "Display a listing of Load Permission Prices.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/load-permission-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/load-permission-price"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":15,\"page\":1}"
                        },
                        "description": "This endpoint retrieves a list of Load Permission Prices for a specified company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"LoadPermissionPrice list\",\n    \"data\": [\n        {\n            \/\/ Add fields according to your LoadPermissionPriceResource\n        }\n    ],\n    \"pagination\": {\n        \"count\": 10,\n        \"total\": 50,\n        \"pageSize\": 15,\n        \"currentPage\": 1,\n        \"totalPages\": 4,\n        \"links\": {\n            \"next\": \"http:\/\/example.com\/api\/load-permission-prices?page=2\"\n        }\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new load permission price.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/load-permission-price",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/load-permission-price"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"load_number\":5,\"load_price\":\"150.50\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1,\n  \"data\": {\n    \"id\": 1,\n    \"Cmp_No\": 123,\n    \"load_number\": 5,\n    \"load_price\": 150.50\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a load permission price.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/load-permission-price\/:loadPermissionPrice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/load-permission-price\/:loadPermissionPrice",
                            "variable": [
                                {
                                    "id": "loadPermissionPrice",
                                    "key": "loadPermissionPrice",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the load permission price to update."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"load_number\":5,\"load_price\":\"150.50\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1,\n  \"data\": {\n    \"id\": 1,\n    \"Cmp_No\": 123,\n    \"load_number\": 5,\n    \"load_price\": 150.50\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a load permission price.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/load-permission-price\/:loadPermissionPrice",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/load-permission-price\/:loadPermissionPrice",
                            "variable": [
                                {
                                    "id": "loadPermissionPrice",
                                    "key": "loadPermissionPrice",
                                    "value": "ab",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the load permission price to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Payment Methods",
            "description": "API for managing payment methods",
            "item": [
                {
                    "name": "Initialize payment method data.\n\nThis endpoint retrieves the available payment methods that are not already associated with the current company\nand generates a new ID for a payment method.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"initData\": {\n        \"payments\": [\n            {\n                \"Pym_No\": 1,\n                \"Pym_DscAr\": \"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639\",\n                \"Pym_DscEn\": \"Payment Description\",\n                \"Pym_Actv\": true\n            }\n        ],\n        \"idGenerate\": 2\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of payment methods.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":5,\"page\":15}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": \"success\",\n    \"message\": \"PaymentMethods list\",\n    \"data\": [\n        {\n            \"id\": \"1\",\n            \"Pym_No\": \"PM001\",\n            \"Pym_DscAr\": \"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639 1\",\n            \"Pym_DscEn\": \"Payment Description 1\",\n            \"Pym_Actv\": true\n        },\n        \/\/ additional payment methods...\n    ],\n    \"pagination\": {\n        \"count\": 10,\n        \"total\": 50,\n        \"pageSize\": 15,\n        \"currentPage\": 1,\n        \"totalPages\": 4,\n        \"links\": {\n            \"next\": \"http:\/\/api.example.com\/payment-methods?page=2\"\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new payment method.\n\nThis endpoint creates a new payment method or restores existing ones based on the request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":\"1\",\"restore\":true,\"data\":[\"molestiae\"],\"Pym_DscAr\":\"\\\"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639\\\"\",\"Pym_DscEn\":\"\\\"Payment Description\\\"\",\"Pym_Actv\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": \"success\",\n    \"message\": \"Payment method added successfully\",\n    \"data\": {\n        \"id\": \"1\",\n        \"Pym_No\": \"PM001\",\n        \"Pym_DscAr\": \"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639\",\n        \"Pym_DscEn\": \"Payment Description\",\n        \"Pym_Actv\": true,\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing payment method.\n\nThis endpoint updates the details of a specified payment method by its ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/:paymentMethods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/:paymentMethods",
                            "variable": [
                                {
                                    "id": "paymentMethods",
                                    "key": "paymentMethods",
                                    "value": "sit",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1,\"company_no\":\"1\",\"Pym_DscAr\":\"\\\"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639\\\"\",\"Pym_DscEn\":\"\\\"Payment Description\\\"\",\"Pym_Actv\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": \"success\",\n    \"message\": \"Updated successfully\",\n    \"data\": {\n        \"id\": \"1\",\n        \"Pym_No\": \"PM001\",\n        \"Pym_DscAr\": \"\u0648\u0635\u0641 \u0627\u0644\u062f\u0641\u0639\",\n        \"Pym_DscEn\": \"Payment Description\",\n        \"Pym_Actv\": true,\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Deactivate a payment method.\n\nThis endpoint deactivates a specified payment method by its ID, setting its active status to false.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/:paymentMethods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/:paymentMethods",
                            "variable": [
                                {
                                    "id": "paymentMethods",
                                    "key": "paymentMethods",
                                    "value": "vel",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"id\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"status\": \"success\",\n    \"message\": \"Deleted successfully\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for the electronic payment.\n\nThis endpoint retrieves initial data including accounts, branches, banks, settings, and generates an ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments\/initData",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments\/initData"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":\"1\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"initData\": {\n        \"accounts\": [\n            {\n                \"Acc_No\": \"123\",\n                \"name\": \"Account Name\"\n            }\n        ],\n        \"branches\": [\n            {\n                \"Brn_No\": -1,\n                \"name\": \"All\"\n            },\n            {\n                \"Brn_No\": \"1\",\n                \"name\": \"Branch Name\"\n            }\n        ],\n        \"banks\": [\n            {\n                \"Acc_No\": \"456\",\n                \"name\": \"Bank Account Name\"\n            }\n        ],\n        \"allow_day_closure\": true,\n        \"idGenerate\": \"unique-id-123\",\n        \"AstElectronicPayment\": [\n            {\n                \"ID_No\": \"789\",\n                \/\/ other fields...\n            }\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message\",\n    \"message\": \"Unknown error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of electronic payments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":4,\"page\":6}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"ElectronicPayment list\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"Actvty_No\": \"activity_number\",\n            \"Cmp_No\": \"company_number\",\n            \"ELecPymnt_Id\": \"payment_id\",\n            \"uuid\": \"unique_identifier\",\n            \"ELecPymnt_Actv\": true,\n            \"name\": \"Payment Name in Current Language\",\n            \"ELecPymnt_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u062f\u0641\u0639\",\n            \"ELecPymnt_NmEn\": \"Payment Name in English\",\n            \"ELecPymnt_Prct\": 15,\n            \"Acc_No\": \"account_number\",\n            \"bank_no\": \"bank_number\",\n            \"Brn_Num\": \"branch_number\",\n            \"Card_Pic\": \"path_to_card_picture\",\n            \"bank_account\": {\n                \"id\": 1,\n                \"name\": \"Account Name in Current Language\",\n                \"name_ar\": \"\u0627\u0633\u0645 \u0627\u0644\u062d\u0633\u0627\u0628\",\n                \"name_en\": \"Account Name in English\",\n                \"account_no\": \"account_number\",\n                \"parent_Account\": \"parent_account_number\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"count\": 10,\n        \"total\": 50,\n        \"pageSize\": 15,\n        \"currentPage\": 1,\n        \"totalPages\": 4,\n        \"links\": {\n            \"next\": \"http:\/\/example.com\/api\/electronic-payments?page=2\"\n        }\n    }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created electronic payment method.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"restore\":true,\"data\":[\"qui\"]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Success message.\",\n    \"data\": {\n        \"id\": \"new_payment_id\",\n        \"Cmp_No\": 1,\n        \"ELecPymnt_Id\": \"payment_id\",\n        ...\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message.\",\n    \"message\": \"An error occurred while processing your request.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show a specific electronic payment method.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "2230",
                                    "description": ""
                                },
                                {
                                    "id": "electronicPayment",
                                    "key": "electronicPayment",
                                    "value": "1",
                                    "description": "The electronic payment ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"payment\": {\n        \"id\": 1,\n        \"Cmp_No\": 1,\n        \"ELecPymnt_Id\": \"payment_id\",\n        \"ELecPymnt_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u062f\u0641\u0639\",\n        \"ELecPymnt_NmEn\": \"Payment Name\",\n        \"ELecPymnt_Prct\": 5.0,\n        \"Acc_No\": \"123456\",\n        \"bank_no\": \"bank_id\",\n        \"Brn_Num\": \"branch_number\",\n        \"Card_Pic\": \"http:\/\/example.com\/card_pic.png\",\n        \"uuid\": \"unique-id-string\",\n        \"ELecPymnt_Actv\": true,\n        \"bank_account\": {\n            \"id\": 1,\n            \"name\": \"Bank Account Name\",\n            \"account_no\": \"654321\",\n            \"parent_Account\": null\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"message\": \"The electronic payment not found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified Electronic Payment.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "2230",
                                    "description": ""
                                },
                                {
                                    "id": "electronicPayment",
                                    "key": "electronicPayment",
                                    "value": "1",
                                    "description": "The electronic payment ID."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":1,\"ELecPymnt_Id\":\"\\\"payment_id\\\"\",\"ELecPymnt_Actv\":true,\"ELecPymnt_NmAr\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u062f\u0641\u0639\\\"\",\"ELecPymnt_NmEn\":\"\\\"Payment Name\\\"\",\"ELecPymnt_Prct\":5,\"Acc_No\":\"\\\"123456\\\"\",\"bank_no\":\"\\\"bank_id\\\"\",\"Brn_Num\":\"\\\"branch_number\\\"\",\"Card_Pic\":\"\\\"http:\\\/\\\/example.com\\\/card_pic.png\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Updated successfully\",\n    \"data\": {\n        \"id\": 1,\n        \"Cmp_No\": 1,\n        \"ELecPymnt_Id\": \"payment_id\",\n        \"ELecPymnt_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u062f\u0641\u0639\",\n        \"ELecPymnt_NmEn\": \"Payment Name\",\n        \"ELecPymnt_Prct\": 5.0,\n        \"Acc_No\": \"123456\",\n        \"bank_no\": \"bank_id\",\n        \"Brn_Num\": \"branch_number\",\n        \"Card_Pic\": \"http:\/\/example.com\/card_pic.png\",\n        \"bank_account\": {\n            \"id\": 1,\n            \"name\": \"Bank Account Name\",\n            \"account_no\": \"654321\",\n            \"parent_Account\": null\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"message\": \"The electronic payment not found.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message\",\n    \"message\": \"Unknown error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an electronic payment method.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/electronic-payments\/:ID_No",
                            "variable": [
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "2230",
                                    "description": ""
                                },
                                {
                                    "id": "electronicPayment",
                                    "key": "electronicPayment",
                                    "value": "1",
                                    "description": "The electronic payment ID."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Deleted successfully\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\n    \"status\": \"400\",\n    \"message\": \"This item cannot be deleted because it has related records.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"message\": \"The electronic payment not found.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Error message\",\n    \"message\": \"Unknown error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for payment methods.\n\nThis endpoint retrieves payment methods related to the current company\nand generates a new ID for payment processing.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments\/initData",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "13",
                                    "description": "optional The company number. Required if the request does not want JSON.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments\/initData?Cmp_No=13"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"initData\": {\n        \"idGenerate\": 123,\n        \"installmentsMethods\": [\n            {\n                \"id\": 1,\n                \"Pymt_NmAR\": \"\u0627\u0633\u0645 \u0627\u0644\u062f\u0641\u0639 1\",\n                \"Pymt_NmEN\": \"Payment Name 1\",\n                \"uuid\": \"unique-uuid-1\",\n                \/\/ Other fields as necessary\n            },\n            \/\/ Additional payment methods...\n        ]\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"error\": \"Not Found\",\n    \"message\": \"The requested resource could not be found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import multiple installment payment methods.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments\/import-payments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments\/import-payments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Operation successful.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n    \"error\": \"Update failed\",\n    \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of installment payments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":3,\"per_page\":13,\"page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Installments list\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"Cmp_No\": 1,\n            \"Pymt_Wys2\": 2,\n            \"name\": \"Payment Method Name\",\n            \"Pymt_NmAR\": \"\u0627\u0633\u0645 \u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062f\u0641\u0639\",\n            \"Pymt_NmEN\": \"Payment Method Name\",\n            \"Nof_Month\": 12,\n            \"Nof_Times\": 6,\n            \"uuid\": \"unique-uuid-string\",\n            \"Pymt_Actv\": true\n        }\n    ],\n    \"pagination\": {\n        \"count\": 1,\n        \"total\": 1,\n        \"pageSize\": 15,\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"links\": {\n            \"next\": null\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created installment payment method.\n\nThis endpoint allows the creation of a new installment record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"Pymt_Wys2\":2,\"Pymt_NmAR\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u0637\\\"\",\"Pymt_NmEN\":\"\\\"Installment Name\\\"\",\"Nof_Month\":12,\"Nof_Times\":6,\"uuid\":\"\\\"unique-uuid-string\\\"\",\"Pymt_Actv\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n    \"message\": \"Operation successful.\",\n    \"data\": {\n        \"id\": 1,\n        \"Cmp_No\": 1,\n        \"Pymt_Wys2\": 2,\n        \"name\": \"Installment Name\",\n        \"Pymt_NmAR\": \"\u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u0637\",\n        \"Pymt_NmEN\": \"Installment Name\",\n        \"Nof_Month\": 12,\n        \"Nof_Times\": 6,\n        \"uuid\": \"unique-uuid-string\",\n        \"Pymt_Actv\": true\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n    \"error\": \"Creating failed\",\n    \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show a specific installment payment method.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "variable": [
                                {
                                    "id": "installments",
                                    "key": "installments",
                                    "value": "mollitia",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the installment payment method."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"payment\": {\n   \"Pymt_Wys2\": \"123\",\n   \"Pymt_NmAR\": \"\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062f\u0641\u0639 \u0628\u0627\u0644\u062a\u0642\u0633\u064a\u0637\",\n   \"Pymt_NmEN\": \"Installment Payment\",\n   \"Nof_Month\": 6,\n   \"Nof_Times\": 12,\n   \"Pymt_Actv\": true\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an existing installment payment method.\n\nThis endpoint allows the modification of an existing installment record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "variable": [
                                {
                                    "id": "installments",
                                    "key": "installments",
                                    "value": "illo",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"Pymt_Wys2\":2,\"Pymt_NmAR\":\"\\\"\u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u0637\\\"\",\"Pymt_NmEN\":\"\\\"Installment Name\\\"\",\"Nof_Month\":12,\"Nof_Times\":6,\"uuid\":\"\\\"unique-uuid-string\\\"\",\"Pymt_Actv\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Operation successful.\",\n    \"data\": {\n        \"id\": 1,\n        \"Cmp_No\": 1,\n        \"Pymt_Wys2\": 2,\n        \"name\": \"Installment Name\",\n        \"Pymt_NmAR\": \"\u0627\u0633\u0645 \u0627\u0644\u0642\u0633\u0637\",\n        \"Pymt_NmEN\": \"Installment Name\",\n        \"Nof_Month\": 12,\n        \"Nof_Times\": 6,\n        \"uuid\": \"unique-uuid-string\",\n        \"Pymt_Actv\": true\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"error\": \"Not Found\",\n    \"message\": \"The specified installment does not exist.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n    \"error\": \"Validation Error\",\n    \"message\": \"The given data was invalid.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n    \"error\": \"Update failed\",\n    \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an installment payment method.\n\nThis endpoint allows for the deletion of a specified installment record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/payment-methods\/installments\/:installments",
                            "variable": [
                                {
                                    "id": "installments",
                                    "key": "installments",
                                    "value": "aut",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the installment to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"message\": \"Operation successful.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\n    \"error\": \"Not Found\",\n    \"message\": \"The specified installment does not exist.\"\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\n    \"error\": \"Delete failed\",\n    \"message\": \"An unknown error occurred.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "PeriodWork",
            "description": "PeriodWork Api",
            "item": [
                {
                    "name": "Get Init Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"initData\" => [\n     \"no\" => \"20000300001\"\n     \"sub_no\" => \"1\"\n ],\n'success'  => TRUE,\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of PeriodWork.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"PeriodWork list\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Period_No\": 20000300001,\n      \"name\": \"\u0641\u062a\u0631\u0629 \u0645\u0633\u0627\u0626\u064a\u0629\",\n      \"Start_Time\": 04:00 PM,\n      \"End_Time\": 11:59 PM,\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new PeriodWork.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"sint\",\"Brn_No\":\"dolorem\",\"Period_SubNo\":16,\"Period_No\":18,\"Period_NmAr\":\"lmt\",\"Period_NmEn\":\"jrqyfnczoi\",\"Start_Time\":\"commodi\",\"End_Time\":\"corporis\",\"nameAr\":\"\u0641\u062a\u0631\u0629 \u0645\u0633\u0627\u0626\u064a\u0629\",\"nameEn\":\"Main PeriodWork\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"PeriodWork created successfully\",\n  \"data\": {\n    \"id\": 1,\n    \"Period_No\": 20000300001,\n    \"Period_SubNo\": 1,\n    \"Period_NmAr\": \"\u0641\u062a\u0631\u0629 \u0645\u0633\u0627\u0626\u064a\u0629\",\n    \"Period_NmEn\": \"Night Shift\",\n    \"Start_Time\": 04:00 PM,\n     \"End_Time\": 11:59 PM,\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a specific PeriodWork.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the PeriodWork."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"PeriodWork details retrieved successfully\",\n  \"data\": {\n    \"id\": 1,\n    \"Period_No\": 20000300001,\n    \"Period_SubNo\": 1,\n    \"Period_NmAr\": \"\u0641\u062a\u0631\u0629 \u0645\u0633\u0627\u0626\u064a\u0629\",\n    \"Period_NmEn\": \"Night Shift\",\n    \"Start_Time\": 04:00 PM,\n    \"End_Time\": 11:59 PM,\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "commodi",
                                    "description": "The ID of the period work."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"dicta\",\"Brn_No\":\"sed\",\"Period_SubNo\":12,\"Period_No\":13,\"Period_NmAr\":\"hskifzjnoaqeaydoeisns\",\"Period_NmEn\":\"pcobcawwl\",\"Start_Time\":\"quas\",\"End_Time\":\"dolor\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/period-work\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/period-work\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "neque",
                                    "description": "The ID of the period work."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Personnel Settings",
            "description": "API for managing job positions in the system",
            "item": [
                {
                    "name": "Initialize Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/jobs\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "14",
                                    "description": "The company number to retrieve job data for. If omitted, defaults to the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/jobs\/init-data?company_no=14"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint retrieves job data and generates a new job ID for the current company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"jobs\": [\n      {\n        \"Job_No\": 1,\n        \"Job_Name\": \"Manager\",\n        \"Cmp_No\": 2,\n        ...\n      },\n      {\n        \"Job_No\": 2,\n        \"Job_Name\": \"Accountant\",\n        \"Cmp_No\": 2,\n        ...\n      }\n    ],\n    \"idGenerate\": 3\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of jobs.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/jobs",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/jobs?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":5,\"per_page\":6,\"page\":16}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpJobs list\",\n \"data\": {\n   \"list\": [\n     {\n       \"ID\": 1,\n       \"Cmp_No\": 123,\n       \"Job_No\": 1001,\n       \"Job_NmAr\": \"\u0645\u062f\u064a\u0631\",\n       \"Job_NmEn\": \"Manager\",\n       \"Job_Typ\": \"Management\",\n       \"active\": true\n     }\n   ],\n   \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"per_page\": 10,\n     \"current_page\": 1,\n     \"total_pages\": 1\n   }\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created job.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/jobs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/jobs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Job_NmAr\":\"\\\"\u0645\u062f\u064a\u0631\\\"\",\"Job_NmEn\":\"\\\"Manager\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Job created successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a job.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/jobs\/:jobs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/jobs\/:jobs",
                            "variable": [
                                {
                                    "id": "jobs",
                                    "key": "jobs",
                                    "value": "numquam",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the job."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Job_NmAr\":\"\\\"\u0645\u062f\u064a\u0631\\\"\",\"Job_NmEn\":\"\\\"Manager\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Job updated successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a job.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/jobs\/:jobs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/jobs\/:jobs",
                            "variable": [
                                {
                                    "id": "jobs",
                                    "key": "jobs",
                                    "value": "commodi",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the job."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Fetch initialization data for departments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/departments\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/departments\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":101}"
                        },
                        "description": "This endpoint retrieves necessary data to initialize departments, including parent employees, job details, department types, and a predefined count of zeros."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"initData\": {\n       \"parentEmployees\": [\n           {\n               \"ID_No\": 1,\n               \"Cmp_No\": 101,\n               \"Emp_No\": 1001,\n               \"Emp_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u0645\u0648\u0638\u0641\",\n               \"Emp_NmEn\": \"Employee Name\"\n           }\n       ],\n       \"departmentType\": [\n           {\n               \"value\": 1,\n               \"key\": \"type_1\",\n               \"description\": \"Description of Type 1\"\n           },\n           {\n               \"value\": 2,\n               \"key\": \"type_2\",\n               \"description\": \"Description of Type 2\"\n           }\n       ],\n       \"jobs\": [\n           {\n               \"Cmp_No\": 101,\n               \"Job_No\": 1,\n               \"Job_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u0648\u0638\u064a\u0641\u0629\",\n               \"Job_NmEn\": \"Job Name\",\n               \"employees_count\": 5,\n               \"active_employees_count\": 3\n           }\n       ],\n       \"countZeros\": 2\n   }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n   \"message\": \"Invalid input data provided.\",\n   \"errors\": {\n       \"company_no\": [\"The selected company_no is invalid.\"]\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List all departments with nested structure.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/departments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":101}"
                        },
                        "description": "This endpoint retrieves a hierarchical list of departments for a given company, including their jobs and child departments."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n   \"message\": \"Departments list\",\n   \"data\": [\n       {\n           \"id\": \"root\",\n           \"Cmp_No\": 101,\n           \"Level_Status\": 0,\n           \"name\": \"Company Name ( 101 )\",\n           \"children\": [\n               {\n                   \"id\": 1,\n                   \"Actv_No\": 2,\n                   \"Cmp_No\": 101,\n                   \"DepmLoc_No\": \"10\",\n                   \"Parnt_DepmLoc\": null,\n                   \"Level_No\": 1,\n                   \"name\": \"Department Name ( 10 ) 1\",\n                   \"DepmLoc_NmAr\": \"\u0627\u0633\u0645 \u0627\u0644\u0625\u062f\u0627\u0631\u0629\",\n                   \"DepmLoc_NmEn\": \"Department Name\",\n                   \"Level_Status\": 1,\n                   \"Ast_Loc\": true,\n                   \"Ownr_No\": 5,\n                   \"DepmLoc_Actv\": true,\n                   \"Parent_Emp_No\": 3,\n                   \"children\": [],\n                   \"departmentsJobs\": []\n               }\n           ],\n           \"departmentsJobs\": []\n       }\n   ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\n   \"message\": \"Invalid input data provided.\",\n   \"errors\": {\n       \"company_no\": [\"The selected company_no is invalid.\"]\n   }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/departments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"DepmLoc_No\":26520.74,\"Parnt_DepmLoc\":1,\"DepmLoc_NmAr\":\"\\\"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629\\\"\",\"DepmLoc_NmEn\":\"\\\"HR Department\\\"\",\"Level_No\":84.05,\"Level_Status\":5569836.72420273,\"Ast_Loc\":false,\"Ownr_No\":58306648.7,\"DepmLoc_Actv\":false,\"Actv_No\":257882206.2590337,\"Parent_Emp_No\":52647616.33102877,\"dataJobs\":[\"iure\"]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"DepmLoc_No\": 1001\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/departments\/:departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/departments\/:departments",
                            "variable": [
                                {
                                    "id": "departments",
                                    "key": "departments",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "1",
                                    "description": "The ID of the department."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"DepmLoc_No\":6359.95028477,\"Parnt_DepmLoc\":1,\"DepmLoc_NmAr\":\"\\\"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u0628\u0634\u0631\u064a\u0629\\\"\",\"DepmLoc_NmEn\":\"\\\"HR Department\\\"\",\"Level_No\":7.9,\"Level_Status\":261055.386722401,\"Ast_Loc\":true,\"Ownr_No\":52273.773619369,\"DepmLoc_Actv\":true,\"Actv_No\":2618029.24115455,\"Parent_Emp_No\":2210.1812252,\"dataJobs\":[\"quas\"]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a department.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/departments\/:departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/departments\/:departments",
                            "variable": [
                                {
                                    "id": "departments",
                                    "key": "departments",
                                    "value": "iusto",
                                    "description": ""
                                },
                                {
                                    "id": "ID_No",
                                    "key": "ID_No",
                                    "value": "1",
                                    "description": "The ID of the department."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize Entry and Departure Ports Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "The company number to retrieve port data for. If omitted, defaults to the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/init-data?company_no=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint retrieves the list of HR ports that are not yet linked with the company\u2019s entry and departure ports.\nIt also generates the next available port ID for the current company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"hrAstPorts\": [\n      {\n        \"Ports_No\": 1,\n        \"Ports_Name\": \"Main Gate\",\n        ...\n      },\n      {\n        \"Ports_No\": 2,\n        \"Ports_Name\": \"East Wing\",\n        ...\n      }\n    ],\n    \"idGenerate\": 5\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of entry\/departure ports.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":17,\"per_page\":16,\"page\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpEntryDeparturePorts list\",\n \"data\": {\n   \"list\": [\n     {\n       \"id\": 1,\n       \"Cmp_No\": 123,\n       \"Ports_No\": 1001,\n       \"Ports_NmAr\": \"\u0645\u0646\u0641\u0630 \u062f\u062e\u0648\u0644\",\n       \"Ports_NmEn\": \"Entry Port\",\n       \"active\": true\n     }\n   ],\n   \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"per_page\": 10,\n     \"current_page\": 1,\n     \"total_pages\": 1\n   }\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created entry\/departure port.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Ports_NmAr\":\"\\\"\u0645\u0646\u0641\u0630 \u062f\u062e\u0648\u0644\\\"\",\"Ports_NmEn\":\"\\\"Entry Port\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Entry\/Departure port created successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an entry\/departure port.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/:entryDeparturePorts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/:entryDeparturePorts",
                            "variable": [
                                {
                                    "id": "entryDeparturePorts",
                                    "key": "entryDeparturePorts",
                                    "value": "aut",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the entry\/departure port."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"Ports_NmAr\":\"\\\"\u0645\u0646\u0641\u0630 \u062f\u062e\u0648\u0644\\\"\",\"Ports_NmEn\":\"\\\"Entry Port\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Entry\/Departure port updated successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an entry\/departure port.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/:entryDeparturePorts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/entry-departure-ports\/:entryDeparturePorts",
                            "variable": [
                                {
                                    "id": "entryDeparturePorts",
                                    "key": "entryDeparturePorts",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the entry\/departure port."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/base\/settings\/personnel-settings\/place-license\/init-data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "56"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "dffec403-be23-4f3d-a72b-9b22917025f4"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of place licenses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"State_No\":5,\"State_NmAr\":\"fugiat\",\"State_NmEn\":\"quia\",\"cty_client\":false,\"cty_resident\":true,\"cty_drivlic\":true,\"cty_jobactv\":false,\"cty_Nat_id\":false,\"cty_address\":true,\"cty_cmp\":true,\"cty_actv\":false}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID\": 1,\n         \"Cmp_No\": 123,\n         \"State_No\": 10,\n         \"State_NmAr\": \"\u0627\u0644\u0631\u064a\u0627\u0636\",\n         \"State_NmEn\": \"Riyadh\",\n         \"cty_client\": 1,\n         \"cty_resident\": 1,\n         \"cty_drivlic\": 1,\n         \"cty_jobactv\": 1,\n         \"cty_Nat_id\": 1,\n         \"cty_address\": 1,\n         \"cty_cmp\": 1,\n         \"cty_actv\": 1\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created place license.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"State_No\":101,\"State_NmAr\":\"\\\"\u0627\u0644\u0631\u064a\u0627\u0636\\\"\",\"State_NmEn\":\"\\\"Riyadh\\\"\",\"cty_client\":1,\"cty_resident\":1,\"cty_drivlic\":1,\"cty_jobactv\":1,\"cty_Nat_id\":1,\"cty_address\":1,\"cty_cmp\":1,\"cty_actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show a place license.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "variable": [
                                {
                                    "id": "placeLicense",
                                    "key": "placeLicense",
                                    "value": "quibusdam",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the place license."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 200,\n \"data\": {\n     \"ID\": 1,\n     \"Cmp_No\": 123,\n     \"State_No\": 10,\n     \"State_NmAr\": \"\u0627\u0644\u0631\u064a\u0627\u0636\",\n     \"State_NmEn\": \"Riyadh\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a place license.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "variable": [
                                {
                                    "id": "placeLicense",
                                    "key": "placeLicense",
                                    "value": "ad",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the place license."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"State_No\":12,\"State_NmAr\":\"\\\"\u0627\u0644\u0631\u064a\u0627\u0636\\\"\",\"State_NmEn\":\"\\\"Riyadh\\\"\",\"cty_client\":1,\"cty_resident\":1,\"cty_drivlic\":1,\"cty_jobactv\":1,\"cty_Nat_id\":1,\"cty_address\":1,\"cty_cmp\":1,\"cty_actv\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a place license.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/place-license\/:placeLicense",
                            "variable": [
                                {
                                    "id": "placeLicense",
                                    "key": "placeLicense",
                                    "value": "ut",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the place license."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get initial data for company providers and generate a new ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "101",
                                    "description": "The company number to filter the data. If not provided, the system uses the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/init-data?company_no=101"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This API retrieves the list of HR company providers that are not yet linked to a company,\nand it generates a new unique ID for a company license."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"companyProviders\": [\n      {\n        \"id\": 1,\n        \"CmpLicisu_No\": 102,\n        \"name\": \"HR Provider 1\",\n        \"active\": 1\n      },\n      {\n        \"id\": 2,\n        \"CmpLicisu_No\": 103,\n        \"name\": \"HR Provider 2\",\n        \"active\": 1\n      }\n    ],\n    \"idGenerate\": 201\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n  \"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of company license providers.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":2,\"per_page\":6,\"page\":19}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CompanyLicenseProviders list\",\n \"data\": {\n   \"list\": [\n     {\n       \"ID\": 1,\n       \"Cmp_No\": 123,\n       \"CmpLicisu_No\": 1001,\n       \"CmpLicisu_NmAr\": \"\u0645\u0632\u0648\u062f \u0631\u062e\u0635\u0629\",\n       \"CmpLicisu_NmEn\": \"License Provider\",\n       \"active\": true\n     }\n   ],\n   \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"per_page\": 10,\n     \"current_page\": 1,\n     \"total_pages\": 1\n   }\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created license provider.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CmpLicisu_NmAr\":\"\\\"\u0645\u0632\u0648\u062f \u0631\u062e\u0635\u0629\\\"\",\"CmpLicisu_NmEn\":\"\\\"License Provider\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a specific license provider.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "variable": [
                                {
                                    "id": "companyLicenseProviders",
                                    "key": "companyLicenseProviders",
                                    "value": "nemo",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license provider."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 200,\n \"data\": {\n   \"ID_No\": 1,\n   \"Cmp_No\": 123,\n   \"CmpLicisu_No\": 1001,\n   \"CmpLicisu_NmAr\": \"\u0645\u0632\u0648\u062f \u0631\u062e\u0635\u0629\",\n   \"CmpLicisu_NmEn\": \"License Provider\",\n   \"active\": true\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a specific license provider.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "variable": [
                                {
                                    "id": "companyLicenseProviders",
                                    "key": "companyLicenseProviders",
                                    "value": "qui",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license provider."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CmpLicisu_NmAr\":\"\\\"\u0645\u0632\u0648\u062f \u0631\u062e\u0635\u0629\\\"\",\"CmpLicisu_NmEn\":\"\\\"License Provider\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"message\": \"\u062a\u0645 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a specific license provider.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-providers\/:companyLicenseProviders",
                            "variable": [
                                {
                                    "id": "companyLicenseProviders",
                                    "key": "companyLicenseProviders",
                                    "value": "aspernatur",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license provider."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get initial data for company types and generate a new ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "101",
                                    "description": "The company number to filter the data. If not provided, the system uses the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type\/init-data?company_no=101"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This API retrieves the list of HR company types that are not yet linked to a company,\nand it generates a new unique ID for a company license type."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"companyTypes\": [\n      {\n        \"id\": 1,\n        \"CmplicTyp_No\": 202,\n        \"name\": \"HR Company Type 1\",\n        \"active\": 1\n      },\n      {\n        \"id\": 2,\n        \"CmplicTyp_No\": 203,\n        \"name\": \"HR Company Type 2\",\n        \"active\": 1\n      }\n    ],\n    \"idGenerate\": 301\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n  \"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of company license types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":8,\"per_page\":8,\"page\":12}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CompanyLicenseType list\",\n \"data\": {\n   \"list\": [\n     {\n       \"ID_No\": 1,\n       \"Cmp_No\": 123,\n       \"CmplicTyp_No\": 1001,\n       \"CmplicTyp_NmAr\": \"\u0646\u0648\u0639 \u0627\u0644\u0631\u062e\u0635\u0629\",\n       \"CmplicTyp_NmEn\": \"License Type\",\n       \"active\": true\n     }\n   ],\n   \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"per_page\": 10,\n     \"current_page\": 1,\n     \"total_pages\": 1\n   }\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created license type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CmplicTyp_No\":8,\"CmplicTyp_NmAr\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u0631\u062e\u0635\u0629\\\"\",\"CmplicTyp_NmEn\":\"\\\"License Type\\\"\",\"Start_Date\":\"2024-12-10T18:05:42\",\"Start_hijri_Date\":\"2024-12-10T18:05:42\",\"End_Date\":\"2024-12-10T18:05:42\",\"End_hijri_Date\":\"2024-12-10T18:05:42\",\"Fee\":7,\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a specific license type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "variable": [
                                {
                                    "id": "companyLicenseType",
                                    "key": "companyLicenseType",
                                    "value": "facere",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 200,\n \"data\": {\n   \"ID_No\": 1,\n   \"Cmp_No\": 123,\n   \"CmplicTyp_No\": 1001,\n   \"CmplicTyp_NmAr\": \"\u0646\u0648\u0639 \u0627\u0644\u0631\u062e\u0635\u0629\",\n   \"CmplicTyp_NmEn\": \"License Type\",\n   \"active\": true\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a specific license type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "variable": [
                                {
                                    "id": "companyLicenseType",
                                    "key": "companyLicenseType",
                                    "value": "nisi",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"CmplicTyp_No\":8,\"CmplicTyp_NmAr\":\"\\\"\u0646\u0648\u0639 \u0627\u0644\u0631\u062e\u0635\u0629\\\"\",\"CmplicTyp_NmEn\":\"\\\"License Type\\\"\",\"Start_Date\":\"2024-12-10T18:05:42\",\"Start_hijri_Date\":\"2024-12-10T18:05:42\",\"End_Date\":\"2024-12-10T18:05:42\",\"End_hijri_Date\":\"2024-12-10T18:05:42\",\"Fee\":20,\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"message\": \"\u062a\u0645 \u0627\u0644\u062a\u062d\u062f\u064a\u062b \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a specific license type.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/company-license-type\/:companyLicenseType",
                            "variable": [
                                {
                                    "id": "companyLicenseType",
                                    "key": "companyLicenseType",
                                    "value": "ex",
                                    "description": ""
                                },
                                {
                                    "id": "ID_NO",
                                    "key": "ID_NO",
                                    "value": "1",
                                    "description": "The ID of the license type."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for the system.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "1",
                                    "description": "Optional. The company number to generate the ID for. Defaults to the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/init-data?company_no=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint generates and returns the latest attendance\/departure ID for the specified company."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"idGenerate\": \"33000200001\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of attendance and departure places.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":13,\"per_page\":20,\"page\":15}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"id\": 1,\n         \"Cmp_No\": 123,\n         \"place_no\": 100,\n         \"place_name_ar\": \"\u0645\u0643\u062a\u0628\",\n         \"place_name_en\": \"Office\",\n         \"Active_Loc\": 1,\n         \"distance\": 10,\n         \"latitude\": \"24.7136\",\n         \"longitude\": \"46.6753\",\n         \"company\": {\n             \"Cmp_No\": 123,\n             \"Cmp_NmAr\": \"\u0634\u0631\u0643\u0629\",\n             \"Cmp_NmEn\": \"Company\"\n         }\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created attendance or departure place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"place_no\":101,\"place_name_ar\":\"\\\"\u0645\u0643\u062a\u0628\\\"\",\"place_name_en\":\"\\\"Office\\\"\",\"Active_Loc\":1,\"distance\":10,\"latitude\":\"\\\"24.7136\\\"\",\"longitude\":\"\\\"46.6753\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u0627\u0644\u062d\u0641\u0638 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show a specific attendance or departure place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "variable": [
                                {
                                    "id": "placesAttendanceDeparture",
                                    "key": "placesAttendanceDeparture",
                                    "value": "dolorem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the place."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"places\": {\n     \"id\": 1,\n     \"Cmp_No\": 123,\n     \"place_no\": 100,\n     \"place_name_ar\": \"\u0645\u0643\u062a\u0628\",\n     \"place_name_en\": \"Office\",\n     \"Active_Loc\": 1,\n     \"distance\": 10,\n     \"latitude\": \"24.7136\",\n     \"longitude\": \"46.6753\"\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an attendance or departure place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "variable": [
                                {
                                    "id": "placesAttendanceDeparture",
                                    "key": "placesAttendanceDeparture",
                                    "value": "autem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the place."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"place_no\":101,\"place_name_ar\":\"\\\"\u0645\u0643\u062a\u0628\\\"\",\"place_name_en\":\"\\\"Office\\\"\",\"Active_Loc\":1,\"distance\":10,\"latitude\":\"\\\"24.7136\\\"\",\"longitude\":\"\\\"46.6753\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"message\": \"\u062a\u0645 \u0627\u0644\u062a\u0639\u062f\u064a\u0644 \u0628\u0646\u062c\u0627\u062d\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete an attendance or departure place.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/places-attendance-departure\/:placesAttendanceDeparture",
                            "variable": [
                                {
                                    "id": "placesAttendanceDeparture",
                                    "key": "placesAttendanceDeparture",
                                    "value": "illum",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the place."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get initial data for languages and generate a new ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/init-data",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "101",
                                    "description": "The company number to filter the data. If not provided, the system uses the current company.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/init-data?company_no=101"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This API retrieves the list of languages that are not yet linked to the current company,\nand it generates a new unique ID for a company language."
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"initData\": {\n    \"languages\": [\n      {\n        \"id\": 1,\n        \"language_no\": 301,\n        \"name\": \"French\",\n        \"active\": 1\n      },\n      {\n        \"id\": 2,\n        \"language_no\": 302,\n        \"name\": \"German\",\n        \"active\": 1\n      }\n    ],\n    \"idGenerate\": 400\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\n  \"message\": \"Unauthenticated.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of company languages.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/cmp-languages",
                            "query": [
                                {
                                    "key": "company_no",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                },
                                {
                                    "key": "per_page",
                                    "value": "10",
                                    "description": "The number of items per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/cmp-languages?company_no=123&per_page=10&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":7,\"per_page\":12,\"page\":5}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": true,\n \"msg\": \"CmpLanguages list\",\n \"data\": {\n   \"list\": [\n     {\n       \"id\": 1,\n       \"Cmp_No\": 123,\n       \"language_no\": 1001,\n       \"language_name_ar\": \"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\",\n       \"language_name_en\": \"Arabic\",\n       \"active\": true\n     }\n   ],\n   \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"per_page\": 10,\n     \"current_page\": 1,\n     \"total_pages\": 1\n   }\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created language.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/cmp-languages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/cmp-languages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"language_name_ar\":\"\\\"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\\\"\",\"language_name_en\":\"\\\"Arabic\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Language created successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update a language.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/:cmpLanguages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/:cmpLanguages",
                            "variable": [
                                {
                                    "id": "cmpLanguages",
                                    "key": "cmpLanguages",
                                    "value": "eum",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":123,\"language_name_ar\":\"\\\"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\\\"\",\"language_name_en\":\"\\\"Arabic\\\"\",\"active\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1,\n \"message\": \"Language updated successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a language.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/:cmpLanguages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/personnel-settings\/cmp-languages\/:cmpLanguages",
                            "variable": [
                                {
                                    "id": "cmpLanguages",
                                    "key": "cmpLanguages",
                                    "value": "eos",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the language."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Ports Data Management",
            "description": "API for managing ports data in customs clearance",
            "item": [
                {
                    "name": "Retrieve data related to ports.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/get-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/get-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"countries\": \"JSON response of port tree structure\",\n  \"ports\": \"HTML of ports options\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Restore port data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/restore"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Port_No\":1001}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 1,\n  \"message\": \"Ports data restored successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Generate a PDF of the ports data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/pdf",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/pdf"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "PDF The PDF document.",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Port_NmAr\":\"\\\"\u0645\u064a\u0646\u0627\u0621\\\"\",\"Port_NmEn\":\"\\\"Port\\\"\",\"Port_No\":1001}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Port created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "sit",
                                    "description": "The ID of the ports datum."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Port_NmAr\":\"\\\"\u0645\u064a\u0646\u0627\u0621\\\"\",\"Port_NmEn\":\"\\\"Port\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Port updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/ports-data\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the port to delete."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Port deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Real Estate",
            "description": "API for managing real estate floors",
            "item": [
                {
                    "name": "Get a list of real estate floors.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":12,\"per_page\":13,\"page\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"LockupRSate_No\": 101,\n         \"LockupRSate_DscAR\": \"\u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\",\n         \"LockupRSate_DscEN\": \"First Floor\",\n         \"LockupRSate_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\",\n         \"Clinic\": 1,\n         \"REstate\": 1\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created floor in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\\\"\",\"LockupRSate_DscEN\":\"\\\"First Floor\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified floor resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors\/:floors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors\/:floors",
                            "variable": [
                                {
                                    "id": "floors",
                                    "key": "floors",
                                    "value": "voluptatem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the floor."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\\\"\",\"LockupRSate_DscEN\":\"\\\"First Floor\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete the specified floor resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors\/:floors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors\/:floors",
                            "variable": [
                                {
                                    "id": "floors",
                                    "key": "floors",
                                    "value": "delectus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the floor."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a specific floor.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the floor."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for the print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import floors from external sources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors\/import-floors",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors\/import-floors"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Floors\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Floors\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available floors based on the company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/floors\/get-floors",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/floors\/get-floors?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"LockupRSate_No\": 101,\n         \"LockupRSate_DscAR\": \"\u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\",\n         \"LockupRSate_DscEN\": \"First Floor\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of unit activities.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":1,\"per_page\":4,\"page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"LockupRSate_No\": 101,\n         \"LockupRSate_DscAR\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\",\n         \"LockupRSate_DscEN\": \"First Floor Activity\",\n         \"LockupRSate_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\",\n         \"REstate\": 1\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created unit activity in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0646\u0634\u0627\u0637 \u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\\\"\",\"LockupRSate_DscEN\":\"\\\"First Floor Activity\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified unit activity resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities\/:unitActivities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities\/:unitActivities",
                            "variable": [
                                {
                                    "id": "unitActivities",
                                    "key": "unitActivities",
                                    "value": "quia",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the activity."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0646\u0634\u0627\u0637 \u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\\\"\",\"LockupRSate_DscEN\":\"\\\"First Floor Activity\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete the specified unit activity resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities\/:unitActivities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities\/:unitActivities",
                            "variable": [
                                {
                                    "id": "unitActivities",
                                    "key": "unitActivities",
                                    "value": "quasi",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the activity."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a specific unit activity.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the activity."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for the print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import unit activities from external sources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities\/import-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities\/import-activities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Unit Activities\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Unit Activities\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available unit activities based on the company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/unit-activities\/get-activities",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/unit-activities\/get-activities?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"LockupRSate_No\": 101,\n         \"LockupRSate_DscAR\": \"\u0646\u0634\u0627\u0637 \u0627\u0644\u0637\u0627\u0628\u0642 \u0627\u0644\u0623\u0648\u0644\",\n         \"LockupRSate_DscEN\": \"First Floor Activity\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of unit statuses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":12,\"per_page\":4,\"page\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Status\",\n         \"LockupRSate_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\"\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created unit status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Status\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified unit status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status\/:unitsStatus",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status\/:unitsStatus",
                            "variable": [
                                {
                                    "id": "unitsStatus",
                                    "key": "unitsStatus",
                                    "value": "ducimus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Status\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a unit status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status\/:unitsStatus",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status\/:unitsStatus",
                            "variable": [
                                {
                                    "id": "unitsStatus",
                                    "key": "unitsStatus",
                                    "value": "doloribus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a unit status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the status."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import unit statuses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status\/import-unit-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status\/import-unit-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Unit Statuses\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Unit Statuses\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available unit statuses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-status\/get-unit-status",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-status\/get-unit-status?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u062d\u0627\u0644\u0629 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Status\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of unit classifications.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":15,\"per_page\":5,\"page\":19}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Classification\",\n         \"LockupRSate_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\",\n         \"Clinic\": null,\n         \"REstate\": null\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created unit classification.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Classification\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified unit classification.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification\/:unitsClassification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification\/:unitsClassification",
                            "variable": [
                                {
                                    "id": "unitsClassification",
                                    "key": "unitsClassification",
                                    "value": "aliquam",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Classification\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a unit classification.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification\/:unitsClassification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification\/:unitsClassification",
                            "variable": [
                                {
                                    "id": "unitsClassification",
                                    "key": "unitsClassification",
                                    "value": "illum",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a unit classification.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the classification."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import unit classifications.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification\/import-classifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification\/import-classifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Unit Classifications\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Unit Classifications\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available unit classifications.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-classification\/get-classifications",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-classification\/get-classifications?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Classification\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of unit directions.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":8,\"per_page\":4,\"page\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Direction\",\n         \"LockupRSate_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\"\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created unit direction.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Direction\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified unit direction.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions\/:unitsDirections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions\/:unitsDirections",
                            "variable": [
                                {
                                    "id": "unitsDirections",
                                    "key": "unitsDirections",
                                    "value": "eius",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the direction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupRSate_DscAR\":\"\\\"\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\\\"\",\"LockupRSate_DscEN\":\"\\\"Unit Direction\\\"\",\"LockupRSate_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete a unit direction.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions\/:unitsDirections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions\/:unitsDirections",
                            "variable": [
                                {
                                    "id": "unitsDirections",
                                    "key": "unitsDirections",
                                    "value": "molestias",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the direction."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a unit direction.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the direction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import unit directions.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions\/import-units-directions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions\/import-units-directions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Unit Directions\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Unit Directions\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available unit directions.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-directions\/get-units-directions",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-directions\/get-units-directions?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"LockupRSate_No\": 100,\n         \"LockupRSate_DscAR\": \"\u0627\u062a\u062c\u0627\u0647 \u0627\u0644\u0648\u062d\u062f\u0629\",\n         \"LockupRSate_DscEN\": \"Unit Direction\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of unit categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories",
                            "query": [
                                {
                                    "key": "perPage",
                                    "value": "15",
                                    "description": "The number of results per page.",
                                    "disabled": false
                                },
                                {
                                    "key": "page",
                                    "value": "1",
                                    "description": "The page number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories?perPage=15&page=1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":20,\"per_page\":4,\"page\":7}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true,\n \"data\": [\n     {\n         \"ID_No\": 1,\n         \"Cmp_No\": 123,\n         \"RstateCtg_No\": 101,\n         \"RstateCtg_DscAr\": \"\u0641\u0626\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0627\u0644\u0623\u0648\u0644\",\n         \"RstateCtg_DscEn\": \"First Real Estate Category\",\n         \"RstateCtg_Actv\": 1,\n         \"uuid\": \"abcd-efgh-ijkl\",\n         \"Total_Units\": 10\n     }\n ],\n \"pagination\": {\n     \"total\": 1,\n     \"count\": 1,\n     \"perPage\": 15,\n     \"currentPage\": 1,\n     \"totalPages\": 1\n }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created unit category in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"RstateCtg_DscAr\":\"\\\"\u0641\u0626\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0627\u0644\u0623\u0648\u0644\\\"\",\"RstateCtg_DscEn\":\"\\\"First Real Estate Category\\\"\",\"RstateCtg_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\",\"Total_Units\":10}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified unit category resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories\/:unitsCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories\/:unitsCategory",
                            "variable": [
                                {
                                    "id": "unitsCategory",
                                    "key": "unitsCategory",
                                    "value": "ea",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"RstateCtg_DscAr\":\"\\\"\u0641\u0626\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0627\u0644\u0623\u0648\u0644\\\"\",\"RstateCtg_DscEn\":\"\\\"First Real Estate Category\\\"\",\"RstateCtg_Actv\":1,\"uuid\":\"\\\"abcd-efgh-ijkl\\\"\",\"Total_Units\":10}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"status\": 1\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete the specified unit category resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories\/:unitsCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories\/:unitsCategory",
                            "variable": [
                                {
                                    "id": "unitsCategory",
                                    "key": "unitsCategory",
                                    "value": "doloremque",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"success\": true\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print details of a specific unit category.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"output\": \"HTML content for the print page\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import unit categories from external sources.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories\/import-units-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories\/import-units-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"mode\": \"import\",\n \"title\": \"Import Unit Categories\",\n \"root_link\": \"url_to_root_link\",\n \"root_name\": \"Unit Categories\",\n \"getDataRoute\": \"url_to_get_data\",\n \"indexRoute\": \"url_to_index\",\n \"storeRoute\": \"url_to_store\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of available unit categories based on the company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/real-estate\/units-categories\/get-units-categories",
                            "query": [
                                {
                                    "key": "Cmp_No",
                                    "value": "123",
                                    "description": "The company number.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/real-estate\/units-categories\/get-units-categories?Cmp_No=123"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"items\": [\n     {\n         \"RstateCtg_No\": 101,\n         \"RstateCtg_DscAr\": \"\u0641\u0626\u0629 \u0627\u0644\u0639\u0642\u0627\u0631 \u0627\u0644\u0623\u0648\u0644\",\n         \"RstateCtg_DscEn\": \"First Real Estate Category\"\n     }\n ],\n \"companyName\": \"\u0634\u0631\u0643\u0629\",\n \"activityName\": \"Real Estate\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Salesman",
            "description": "Salesman Api",
            "item": [
                {
                    "name": "Get Init Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/salesman\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/salesman\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"initData\" => [\n    \"accounts\" => [\n        {\n           \"Acc_No\": 40202,\n           \"name\": \"\u0627\u064a\u0631\u0627\u062f\u0627\u062a \u0623\u062e\u0631\u0649 \u0645\u062a\u0646\u0648\u0639\u0629\"\n        }\n     ],\n     \"employees\" => [\n        {\n             \"name\": \"\u0645\u0648\u0638\u0641 1\",\n             \"Emp_NmAr\": \"\u0645\u0648\u0638\u0641 1\",\n             \"Emp_NmEn\": \"\u0645\u0648\u0638\u0641 1\",\n             \"Emp_No\": 2000030001,\n             \"Fbal_CR\": null,\n             \"Acc_NoDb1\": 10104010001\n        }\n     ],\n     \"branchs\" => [\n         {\n              \"Brn_No\": 20000301,\n              \"name\": \"\u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\n              \"dlv_stores\": [\n                  {\n                      \"Dlv_Stor\": 2000030101,\n                      \"Brn_No\": 20000301,\n                      \"name\": \"\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0641\u0631\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\"\n                  }\n              ]\n         }\n     ],\n     \"cars\" => [\n        {\n             \"Car_No\": \"20000300001\",\n             \"PLAT_No\": \"\u0627 \u0631 \u0646 5443\",\n        }\n     ],\n       \"supervisors\": [\n          {\n              \"Mrkt_No\": 20000301,\n              \"supervisor_name\": \"\u0645\u0646\u062f\u0648\u0628\"\n          }\n      ],\n      \"slm_types\": {\n          \"1\": \"\u0645\u0646\u062f\u0648\u0628 \u062c\u0645\u0644\u0629\",\n          \"2\": \"\u0645\u0646\u062f\u0648\u0628 \u0642\u0637\u0627\u0639\u064a\",\n          \"3\": \"\u0645\u0646\u062f\u0648\u0628 \u0643\u0627\u0634 \u0641\u0627\u0646\",\n          \"4\": \"\u0639\u0627\u0645\"\n      },\n     \"Routes\": [\n          {\n              \"Route_No\": 20000301,\n              \"name\": \"\u0645\u064a\u0646\u0627\u0621 \u0627\u0644\u0645\u0644\u0643 \u0639\u0628\u062f\u0627\u0644\u0639\u0632\u064a\u0632 - \u0627\u0644\u0631\u064a\u0627\u0636\"\n          }\n      ],\n     \"no\" => \"20000301\"\n ],\n'success'  => TRUE,\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of Salesman.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/salesman",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/salesman"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Salesman list\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Slm_No\": 20000301,\n      \"name\": \"salesman\",\n      \"Slm_Active\": true or false,\n      \"Chk_Slm\": true or false,\n      \"Chk_Markt\": true or false,\n      \"Chk_Driver\": true or false,\n      \"Chk_StorKper\": true or false,\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a specific Salesman.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/salesman\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/salesman\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the Salesman."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Salesman details retrieved successfully\",\n  \"data\": {\n    \"id\": 2,\n    \"Slm_No\": 20000301,\n    \"name\": \"\u0645\u0646\u062f\u0648\u0628 \u0639\u0627\u0645\",\n    \"Slm_NmAr\": \"\u0645\u0646\u062f\u0648\u0628 \u0639\u0627\u0645\",\n    \"Slm_NmAr\": \"Main Salesman\",\n    \"Slm_Active\": true or false,\n    \"Chk_Slm\": true or false,\n    \"Chk_Markt\": true or false,\n    \"Chk_Driver\": true or false,\n    \"Chk_StorKper\": true or false,\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/salesman\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/salesman\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "tempora",
                                    "description": "The ID of the salesman."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Schools",
            "description": "API for managing school company settings",
            "item": [
                {
                    "name": "Get a list of school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-periods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-periods"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"items\": [...],\n    \"meta\": {...}\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-periods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-periods"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupSchL_DscAR\":\"\\\"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a\\\"\",\"LockupSchL_DscEN\":\"\\\"Settings\\\"\",\"LockupSchL_Ty\":1,\"LockupSchL_Actv\":true,\"Cmp_No\":\"101\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings added successfully\",\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display specific school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "variable": [
                                {
                                    "id": "studyPeriods",
                                    "key": "studyPeriods",
                                    "value": "necessitatibus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "variable": [
                                {
                                    "id": "studyPeriods",
                                    "key": "studyPeriods",
                                    "value": "autem",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupSchL_DscAR\":\"\\\"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a\\\"\",\"LockupSchL_DscEN\":\"\\\"Settings\\\"\",\"LockupSchL_Ty\":1,\"LockupSchL_Actv\":true,\"Cmp_No\":\"101\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings updated successfully\",\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-periods\/:studyPeriods",
                            "variable": [
                                {
                                    "id": "studyPeriods",
                                    "key": "studyPeriods",
                                    "value": "nulla",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings deleted successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/schoolSettings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/schoolSettings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"items\": [...],\n    \"meta\": {...}\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store new school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/schoolSettings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/schoolSettings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupSchL_DscAR\":\"\\\"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a\\\"\",\"LockupSchL_DscEN\":\"\\\"Settings\\\"\",\"LockupSchL_Ty\":1,\"LockupSchL_Actv\":true,\"Cmp_No\":\"101\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings added successfully\",\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display specific school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupSchL_DscAR\":\"\\\"\u0627\u0644\u0625\u0639\u062f\u0627\u062f\u0627\u062a\\\"\",\"LockupSchL_DscEN\":\"\\\"Settings\\\"\",\"LockupSchL_Ty\":1,\"LockupSchL_Actv\":true,\"Cmp_No\":\"101\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings updated successfully\",\n  \"data\": {...}\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Delete school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/schoolSettings\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the settings."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Settings deleted successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the last lockup school number.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/get-lockupSchL-no",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/get-lockupSchL-no"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"LockupSchL__No\": 123\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/import"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": [...],\n  \"message\": \"Imported settings retrieved successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store imported school company settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/storeImported",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/storeImported"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Imported settings added successfully\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/grdclsRooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/grdclsRooms"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"id\": null,\n    \"initData\": {},\n    \"treeData\": [...]\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/grdclsRooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/grdclsRooms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Grad_No\":101,\"Grad_NmAr\":\"\\\"\u0627\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644\\\"\",\"Grad_NmEn\":\"\\\"First Grade\\\"\",\"Level_No\":1,\"Parent_Grad\":100,\"Cmp_No\":1,\"Grad_Active\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show details of the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the grade or classroom."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"thing\": {},\n  \"output\": \"HTML content\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the grade or classroom."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Grad_NmAr\":\"\\\"\u0627\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644\\\"\",\"Grad_NmEn\":\"\\\"First Grade\\\"\",\"Grad_Active\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/grdclsRooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the grade or classroom."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"success\": true,\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the categories tree.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/school-grades\/getTree",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/school-grades\/getTree"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"tree\": [\n    {\n      \"id\": 1,\n      \"text\": \"Grade 1\",\n      \"children\": [...]\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import the structure.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/school-grades\/import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/school-grades\/import"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n    \"initData\": {},\n    \"treeData\": [...],\n    \"screenType\": \"dashboardSettings\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Load the import tree.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/school-grades\/load-import-tree",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/school-grades\/load-import-tree"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"treeData\": [...]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Import data into the system.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/school-grades\/store-imported-tree",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/school-grades\/store-imported-tree"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"grades\":[1,2,3]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": 200\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 2,\n  \"title\": \"Student Status\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get bus fees.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/bus-fees",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/bus-fees"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 3,\n  \"title\": \"Bus Fees\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student fees.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-fees",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-fees"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 4,\n  \"title\": \"Student Fees\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get brothers discounts.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/brothers-discounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/brothers-discounts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 5,\n  \"title\": \"Brothers Discounts\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get school subjects.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/school-subjects",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/school-subjects"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 6,\n  \"title\": \"School Subjects\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student discounts.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-discounts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-discounts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 7,\n  \"title\": \"Student Discounts\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student behavior settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-behaviour",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-behaviour"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 8,\n  \"title\": \"Student Behaviour\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student relation settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-relation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-relation"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 9,\n  \"title\": \"Student Relation\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get student class settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/student-class",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/student-class"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 10,\n  \"title\": \"Student Class\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get study years settings.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/schools\/study-years",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/schools\/study-years"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"lockupType\": 11,\n  \"title\": \"Study Years\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Shifts",
            "description": "Shifts Api",
            "item": [
                {
                    "name": "list all shifts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/shifts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/shifts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "43"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "ccce6a78-cc5d-4a94-916f-a266cd35e417"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Shipping Companies Management",
            "description": "API for managing shipping companies",
            "item": [
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":4,\"per_page\":9,\"page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpShippingCompanies list retrieved successfully.\",\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"Cmp_No\": 123,\n      \"LockupCustoms_No\": 456,\n      \"LockupCustoms_Ty\": 3,\n      \"LockupCustoms_DscAR\": \"\u0634\u0631\u0643\u0629 \u0634\u062d\u0646\",\n      \"LockupCustoms_DscEN\": \"Shipping Company\",\n      \"LockupCustoms_Actv\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u0634\u0631\u0643\u0629 \u0634\u062d\u0646\\\"\",\"LockupCustoms_DscEN\":\"\\\"Shipping Company\\\"\",\"LockupCustoms_Ty\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Shipping company created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/:shippingCompanies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/:shippingCompanies",
                            "variable": [
                                {
                                    "id": "shippingCompanies",
                                    "key": "shippingCompanies",
                                    "value": "aut",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shipping company."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u0634\u0631\u0643\u0629 \u0634\u062d\u0646\\\"\",\"LockupCustoms_DscEN\":\"\\\"Shipping Company\\\"\",\"LockupCustoms_Ty\":3}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Shipping company updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/:shippingCompanies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/:shippingCompanies",
                            "variable": [
                                {
                                    "id": "shippingCompanies",
                                    "key": "shippingCompanies",
                                    "value": "odio",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shipping company."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Shipping company deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print a journal row for the specified shipping company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the shipping company."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"Generated print view.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for shipping companies.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/shipping-companies\/init-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"LockupCustoms_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u0634\u0631\u0643\u0629 \u0634\u062d\u0646\"\n    }\n  ],\n  \"companyName\": \"Company Name\",\n  \"activityName\": \"Activity Name\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Stocks",
            "description": "Stocks Api",
            "item": [
                {
                    "name": "get branch stores",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/stores",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/stores"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "44"
                                },
                                {
                                    "key": "x-request-id",
                                    "value": "922156a4-3c71-4b5f-abe2-21d4b1f6c61f"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Terms and Services Management",
            "description": "API for managing terms and services of shipping",
            "item": [
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":3,\"per_page\":20,\"page\":2}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpTermsServices list retrieved successfully.\",\n  \"data\": [\n    {\n      \"ID_No\": 1,\n      \"Cmp_No\": 123,\n      \"LockupCustoms_No\": 456,\n      \"LockupCustoms_Ty\": 5,\n      \"LockupCustoms_DscAR\": \"\u062e\u062f\u0645\u0629\",\n      \"LockupCustoms_DscEN\": \"Service\",\n      \"LockupCustoms_Actv\": 1\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062e\u062f\u0645\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Service\\\"\",\"LockupCustoms_Ty\":5}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Terms and services created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/:termsServices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/:termsServices",
                            "variable": [
                                {
                                    "id": "termsServices",
                                    "key": "termsServices",
                                    "value": "voluptatibus",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the term or service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"LockupCustoms_DscAR\":\"\\\"\u062e\u062f\u0645\u0629\\\"\",\"LockupCustoms_DscEN\":\"\\\"Service\\\"\",\"LockupCustoms_Ty\":5}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Terms and services updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/:termsServices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/:termsServices",
                            "variable": [
                                {
                                    "id": "termsServices",
                                    "key": "termsServices",
                                    "value": "et",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the term or service."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Terms and services deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print a journal row for the specified term or service.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the term or service."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"Generated print view.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Initialize data for terms and services.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/terms-services\/init-data"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"categories\": [\n    {\n      \"LockupCustoms_No\": 1,\n      \"LockupCustoms_DscAR\": \"\u062e\u062f\u0645\u0629\"\n    }\n  ],\n  \"companyName\": \"Company Name\",\n  \"activityName\": \"Activity Name\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Traffic Directions Management",
            "description": "API for managing traffic directions",
            "item": [
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_no\":19,\"per_page\":16,\"page\":19}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"CmpTrafficDirections list retrieved successfully.\",\n  \"data\": [\n    {\n      \"Route_No\": 123,\n      \"Cmp_No\": 456,\n      \"Route_NmAr\": \"\u0637\u0631\u064a\u0642\",\n      \"Route_NmEn\": \"Route\",\n      \"Regular_Value\": 100,\n      \"Scan_Value\": 50\n    }\n  ],\n  \"pagination\": {\n    \"total\": 1,\n    \"perPage\": 15,\n    \"currentPage\": 1,\n    \"lastPage\": 1\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Route_NmAr\":\"\\\"\u0637\u0631\u064a\u0642\\\"\",\"Route_NmEn\":\"\\\"Route\\\"\",\"Regular_Value\":\"100\",\"Scan_Value\":\"50\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 201,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Traffic direction created successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/:trafficDirections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/:trafficDirections",
                            "variable": [
                                {
                                    "id": "trafficDirections",
                                    "key": "trafficDirections",
                                    "value": "similique",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic direction."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Route_NmAr\":\"\\\"\u0637\u0631\u064a\u0642\\\"\",\"Route_NmEn\":\"\\\"Route\\\"\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Traffic direction updated successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/:trafficDirections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/:trafficDirections",
                            "variable": [
                                {
                                    "id": "trafficDirections",
                                    "key": "trafficDirections",
                                    "value": "eos",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic direction."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": true,\n  \"message\": \"Traffic direction deleted successfully.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Print a journal row for the specified traffic direction.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/print\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/setting-cars\/customs-clearance\/traffic-directions\/print\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the traffic direction."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"output\": \"Generated print view.\"\n}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Warehouses",
            "description": "Warehouses Api",
            "item": [
                {
                    "name": "Get Init Data",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses\/init-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses\/init-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"initData\" => [\n    \"accounts\" => [\n        {\n           \"Acc_No\": 40202,\n           \"name\": \"\u0627\u064a\u0631\u0627\u062f\u0627\u062a \u0623\u062e\u0631\u0649 \u0645\u062a\u0646\u0648\u0639\u0629\"\n        }\n     ],\n     \"storeTypes\" => [\n        {\n           \"id\": 1,\n           \"name\": \"\u0639\u0627\u0645\"\n        }\n     ],\n     \"allow_store_locations\" => {\n         \"general\": {\n           \"allow_store_locations\": false\n          }\n     },\n     \"costJrl\": {\n         \"montSal\": false,\n         \"costSal\": true,\n         \"runInv\": false\n     },\n     \"cities\" => [\n         {\n           \"name\": \u062c\u062f\u0629,\n           \"key\": \"20000312001\"\n         }\n     ],\n     \"no\" => \"1010001\"\n ],\n'success'  => TRUE,\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a list of Warehouses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Warehouses list\",\n  \"data\": [\n    {\n      \"id\": 1,\n      \"Dlv_Stor\": 101,\n      \"name\": \"Main Warehouse\",\n      \"Dlv_NmAr\": \"\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\n      \"Dlv_NmEn\": \"Main Warehouse\"\n    }\n  ]\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create a new Warehouses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"autem\",\"Brn_No\":\"doloribus\",\"Dlv_Stor\":8,\"Dlv_NmAr\":\"siufmrexxofyypuiic\",\"Dlv_NmEn\":\"hypip\",\"Dlv_Tel\":\"dyppqleexaggnarnzkpwyayqgoggafjduuewoeghknyg\",\"Dlv_Mobil\":\"hfoialaggznymegoddzbgtwafrmhjqjjwnojgtuzsoyeivbfeypbduakgmzkbntjbyointu\",\"Parnt_Brn\":30332688.823,\"Level_Status\":15,\"Level_No_Parent\":18,\"Level_No\":12,\"Dlv_Email\":\"madaline.leannon@example.net\",\"store_ty\":\"2\",\"nameAr\":\"\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\"nameEn\":\"Main Warehouse\",\"parint\":\"1\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Warehouse created successfully\",\n  \"data\": {\n    \"id\": 2,\n    \"Dlv_Stor\": 1010001,\n    \"name\": \"Main Warehouse\",\n    \"Dlv_NmAr\": \"\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\n    \"Dlv_NmEn\": \"Main Warehouse\",\n    \"parintID\" : \"1\"\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a specific Warehouse.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the Warehouse."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"status\": \"success\",\n  \"message\": \"Warehouse details retrieved successfully\",\n  \"data\": {\n    \"id\": 1,\n    \"Dlv_Stor\": 1010001,\n    \"name\": \"Main Warehouse\",\n    \"Dlv_NmAr\": \"\u0627\u0644\u0645\u0633\u062a\u0648\u062f\u0639 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\",\n    \"Dlv_NmEn\": \"Main Warehouse\",\n  }\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "ut",
                                    "description": "The ID of the wrehouse."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"Cmp_No\":\"laboriosam\",\"Brn_No\":\"voluptas\",\"Dlv_Stor\":9,\"Dlv_NmAr\":\"pfkriyfbzygpkygninzupsd\",\"Dlv_NmEn\":\"mxuskgekfinphjbpblmbzan\",\"Dlv_Tel\":\"npppbyscykzhwnsc\",\"Dlv_Mobil\":\"brzkmawogqdsuxqmflepmsqhp\",\"Parnt_Brn\":28.39,\"Level_Status\":10,\"Level_No_Parent\":1,\"Level_No\":17,\"Dlv_Email\":\"shanelle12@example.org\",\"store_ty\":\"3\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/base\/settings\/wrehouses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/base\/settings\/wrehouses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "aliquid",
                                    "description": "The ID of the wrehouse."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}